Re: [gtk-list] Re: file selection bombs



Hello,

On Tue, 23 Dec 1997, Tim Janik wrote:

> On Fri, 19 Dec 1997, Nils Philippsen wrote:
[snip]
> 
> > PS: I really do think this is a bug in gtk+, since it bombs with a
> > double-click and succeeds with a single-click, then OK.
> 
> hm, i couldn't reproduce that. could you plase compile your program
> with `-g' to produce debugging symbols, and the run it
> in gdb and post the stack trace (gdb command: `bt') after it got the signal?
> 

I couldn't find the standalone version on my disk anymore (only the filesel),
but I have the gdb output on bt for you all, since my problem still isn't
solved, and this should do anyway, I think. The fault occurs when the next
window is mapped (a password dialog), then the following:

---8<---
nils@rhpc24:~/boomerang/client> boom

** ERROR **: BadWindow (invalid Window parameter)
IOT trap/Abort (core dumped)
nils@rhpc24:~/boomerang/client> gdb boom core
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (i586-unknown-linux), Copyright 1996 Free Software Foundation, Inc...
Core was generated by `boom'.
Program terminated with signal 6, IOT trap/Abort.
Reading symbols from /usr/X11R6/lib/libgtk.so.1.0.0...done.
Reading symbols from /usr/X11R6/lib/libgdk.so.1.0.0...done.
Reading symbols from /usr/X11R6/lib/libglib.so.1.0.0...done.
Reading symbols from /usr/X11R6/lib/libXext.so.6.3...done.
Reading symbols from /usr/X11R6/lib/libX11.so.6.1...done.
Reading symbols from /lib/libm.so.5.0.9...done.
Reading symbols from /lib/libc.so.5.4.33...done.
Reading symbols from /lib/ld-linux.so.1...done.
#0  0x401a9821 in __kill ()
(gdb) bt
#0  0x401a9821 in __kill ()
#1  0x4017b2e1 in raise (sig=1074331406)
#2  0x40082c8e in gdk_beep ()
#3  0x400d55ad in _XError ()
#4  0x400d353e in _XEventsQueued ()
#5  0x400c9986 in XPending ()
#6  0x40080c89 in gdk_beep ()
#7  0x40080355 in gdk_event_get ()
#8  0x4003732b in gtk_main_iteration ()
#9  0x804a631 in boom_wait_on_event (val=0x804f1d8) at helpers.c:130
#10 0x804c753 in passwd_dlg (passwd=0xbffff5c4) at updownload.c:99
#11 0x804c9c4 in file_upload_ok_sel (widget=0x807f950, dlg=0x807bbf0)
    at updownload.c:176
#12 0x4004e4f3 in gtk_signal_default_marshaller ()
#13 0x4004ee8a in gtk_signal_set_funcs ()
#14 0x4004e93e in gtk_signal_set_funcs ()
#15 0x4004dbb3 in gtk_signal_emit ()
#16 0x4001a7a6 in gtk_button_clicked ()
#17 0x4002a874 in gtk_file_selection_get_filename ()
#18 0x40066c71 in gtk_widget_get_default_style ()
#19 0x4004ee8a in gtk_signal_set_funcs ()
#20 0x4004e93e in gtk_signal_set_funcs ()
#21 0x4004dbb3 in gtk_signal_emit ()
---Type <return> to continue, or q <return> to quit---
#22 0x40065755 in gtk_widget_event ()
#23 0x40038021 in gtk_get_event_widget ()
#24 0x400374b5 in gtk_main_iteration ()
#25 0x40037259 in gtk_main ()
#26 0x804aeb7 in main (argc=1, argv=0xbffffb44) at main.c:41
#27 0x8049bde in ___crt_dummy__ ()
(gdb) q
--8<--

Bye, Nils
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nils Philippsen                      @college: nils@rhlx01.rz.fht-esslingen.de
Vogelsangstrasse 115                @home: nils@wombat.dialup.fht-esslingen.de
D 70197 Stuttgart                     Do not meddle in the affairs of wizards,
+49-711-6599405                     for you are crunchy and good with ketchup.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]