|
Bugzilla – Full Text Bug Listing |
| Summary: | hugin segfaults when closing file dialog | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Michal Marek <mmarek> |
| Component: | X11 Applications | Assignee: | Michal Marek <mmarek> |
| Status: | RESOLVED FIXED | QA Contact: | Stefan Dirsch <sndirsch> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 4 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
hugin.backtrace
hugin-0.5-filedialog-close-crash.patch |
||
|
Description
Michal Marek
2006-03-09 14:54:49 UTC
Created attachment 71990 [details]
hugin.backtrace
Created attachment 72033 [details]
hugin-0.5-filedialog-close-crash.patch
Patch that avoids touching the dlg object when it's closed/cancelled.
The real problem is wxGTK not distinguishing between "dialog canceled" and
"dialog closed" (and the GTK widget free()d). It allways returns wxID_CANCEL :-(
Fixed. Could you report it upstream? done. |