[Bug 380267] New: All wxGTK applications are crashing on exit
https://bugzilla.novell.com/show_bug.cgi?id=380267 Summary: All wxGTK applications are crashing on exit Product: openSUSE 11.0 Version: Factory Platform: x86 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: X11 Applications AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: andreas.hanke@gmx-topmail.de QAContact: sndirsch@novell.com Found By: --- All wxGTK applications are crashing on exit. I noticed that with aMule (not just the main application, also the other tools like alc and wxcas - not part of the distribution), but it happens also with sffview (which is part of the distribution). The console output looks like this: # sffview /usr/share/doc/packages/sffview/testfax.sff 26584c1d-912f-28b8-09828839-4c715952 is dumped gdb backtrace (with sffview-debuginfo, wxGTK-debuginfo and glibc-debuginfo installed) looks like this: # gdb --args sffview /usr/share/doc/packages/sffview/testfax.sff [...] (gdb) run Starting program: /usr/bin/sffview /usr/share/doc/packages/sffview/testfax.sff [Thread debugging using libthread_db enabled] [New Thread 0xb6afb6d0 (LWP 14583)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb6afb6d0 (LWP 14583)] 0xb6772990 in ?? () (gdb) bt full #0 0xb6772990 in ?? () No symbol table info available. #1 0xb7507931 in *__GI_exit (status=0) at exit.c:75 atfct = <value optimized out> onfct = <value optimized out> cxafct = (void (*)(void *, int)) 0xb6772990 old = <value optimized out> #2 0xb74f05fe in __libc_start_main (main=0x8056c40 <main>, argc=2, ubp_av=0xbfbba484, init=0x805ba60 <__libc_csu_init>, fini=0x805ba50 <__libc_csu_fini>, rtld_fini=0xb7faf650 <_dl_fini>, stack_end=0xbfbba47c) at libc-start.c:252 result = 0 unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1218342924, 0, 134557696, -1078221736, -2027805362, 1851872095}, mask_was_saved = 0}}, priv = { pad = {0x0, 0x0, 0xb7fb4890, 0xb74f051d}, data = {prev = 0x0, cleanup = 0x0, canceltype = -1208268656}}} not_first_call = <value optimized out> #3 0x08053021 in _start () No locals. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=380267 User andreas.hanke@gmx-topmail.de added comment https://bugzilla.novell.com/show_bug.cgi?id=380267#c1 --- Comment #1 from Andreas Hanke <andreas.hanke@gmx-topmail.de> 2008-04-16 00:23:01 MST --- Created an attachment (id=208194) --> (https://bugzilla.novell.com/attachment.cgi?id=208194) bug-buddy stuff -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=380267 Martin Mrazik <mmrazik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |sbrabec@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=380267 User sbrabec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=380267#c2 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Stanislav Brabec <sbrabec@novell.com> 2008-04-16 03:08:18 MST --- Confirming with hugin. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=380267 User andreas.hanke@gmx-topmail.de added comment https://bugzilla.novell.com/show_bug.cgi?id=380267#c3 --- Comment #3 from Andreas Hanke <andreas.hanke@gmx-topmail.de> 2008-04-30 11:59:25 MST --- This does not happen for me with a self-compiled wxGTK-2.8.7 release from http://wxwidgets.org/, so there are two possible reasons: 1) The package is compiled with problematic options 2) wxPython-2.8.7.1 from http://wxpython.org/ has a bug that wxGTK-2.8.7 does not have -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=380267 User andreas.hanke@gmx-topmail.de added comment https://bugzilla.novell.com/show_bug.cgi?id=380267#c4 --- Comment #4 from Andreas Hanke <andreas.hanke@gmx-topmail.de> 2008-04-30 20:09:10 MST --- I have tracked it down to the --with-gnomevfs option. It does not crash when using --without-gnomevfs. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=380267 User andreas.hanke@gmx-topmail.de added comment https://bugzilla.novell.com/show_bug.cgi?id=380267#c5 --- Comment #5 from Andreas Hanke <andreas.hanke@gmx-topmail.de> 2008-04-30 20:24:18 MST --- This patch should fix it: http://svn.wxwidgets.org/viewvc/wx/wxWidgets/branches/WX_2_8_BRANCH/src/gtk/gnome/gvfs.cpp?r1=44226&r2=51034&view=patch -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=380267 User andreas.hanke@gmx-topmail.de added comment https://bugzilla.novell.com/show_bug.cgi?id=380267#c6 --- Comment #6 from Andreas Hanke <andreas.hanke@gmx-topmail.de> 2008-04-30 21:13:25 MST --- Created an attachment (id=211676) --> (https://bugzilla.novell.com/attachment.cgi?id=211676) patch to make it compile and not crash The upstream fix does not compile because it contains a dot too much. But according to http://bugs.gentoo.org/show_bug.cgi?id=203389#c12, maybe --with-gnomevfs should not be used at all. Vadim Zeitlin recommends against using it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=380267 User andreas.hanke@gmx-topmail.de added comment https://bugzilla.novell.com/show_bug.cgi?id=380267#c7 --- Comment #7 from Andreas Hanke <andreas.hanke@gmx-topmail.de> 2008-04-30 21:49:36 MST --- Created an attachment (id=211678) --> (https://bugzilla.novell.com/attachment.cgi?id=211678) alternate solution Alternate solution: Remove gnome-vfs usage. Also remove deprecated configure flags which are not supported any more. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=380267 User sbrabec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=380267#c8 --- Comment #8 from Stanislav Brabec <sbrabec@novell.com> 2008-05-02 04:15:48 MST --- Excellent! Thanks for your analysis. I would keep gnome-vfs2 support for 11.0 (it was deprecated only few months ago and there are still many applications using it). If upstream will not port it to gvfs, I will vote for removal in future. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=380267 User sbrabec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=380267#c9 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #9 from Stanislav Brabec <sbrabec@novell.com> 2008-05-02 07:21:42 MST --- Tested and submitted to Factory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com