http://bugs.winehq.org/show_bug.cgi?id=24000
--- Comment #4 from runiq@archlinux.us 2010-08-15 16:35:16 --- Created an attachment (id=30170) --> (http://bugs.winehq.org/attachment.cgi?id=30170) Minimal test project file.
I did some testing and noticed that the bug happens when:
- a read-only results table is currently opened, and - the project (not necessarily Prism itself) is closed.
I changed the summary accordingly. Find attached a minimal project file that hopefully reproduces the crash.
Steps to reproduce:
1. Open project file in Prism. 2. Click on the sheet named "Transform of Data 1" that is shown on the left. The table should be shown on the right, and the table grid should be green to show that it’s read-only. 3. Click on "File" → "Close".
I’ll attach a proper trace as soon as I figure out how to do so. Is it enough to compile with debug symbols and start the program with WINEDEBUG=+relay,+seh,+tid wine <path-to-prism-executable>?