bug-classpath
[Top][All Lists]
Advanced

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

[Bug swing/23558] JComboBox problems on ctwm


From: hendrich at informatik dot uni-hamburg dot de
Subject: [Bug swing/23558] JComboBox problems on ctwm
Date: 9 Sep 2005 14:19:13 -0000

------- Additional Comments From hendrich at informatik dot uni-hamburg dot de  
2005-09-09 14:19 -------
Subject: Re:  JComboBox problems on ctwm

> Damn.  Where does it crash?  Can you get a backtrace?

Yes. I got to crash a few times at exactly the same place as before
(the line number is higher now, because of your patch in GtkWindowPeer.c).
However, it crashes after at least several dozen or hundreds of the 
  java.awt.IllegalComponentStateException: component 
javax.swing.JPopupMenu$HeavyWeightPopup not showing
   at java.awt.Component.getLocationOnScreen (Component.java:1190)
exceptions, which might well have evil side effects.

But here is another place it now sometimes crashes - looks like this
is a bug in gdk itself:

gdb /opt/jamvm/bin/jamvm
(gdb) break gdk_x_error
(gdb) handle SIGUSR1 pass nostop noprint
(gdb) run PR23558 4000
... passes about 3000 iterations

Breakpoint 2, gdk_x_error (display=0x8191e58, error=0xbefff4f4)
    at gdkmain-x11.c:505
505     gdkmain-x11.c: No such file or directory.
        in gdkmain-x11.c
(gdb) bt
#0  gdk_x_error (display=0x8191e58, error=0xbefff4f4) at gdkmain-x11.c:505
#1  0x48d94b8b in _XError () from /usr/X11R6/lib/libX11.so.6
#2  0x48d92fc6 in _XReply () from /usr/X11R6/lib/libX11.so.6
#3  0x48d8f4cf in XTranslateCoordinates () from /usr/X11R6/lib/libX11.so.6
#4  0x48ace8be in gdk_event_translate (display=0x81930e0, event=0x82a0f58, 
    xevent=0xbefff744, return_exposes=0) at gdkevents-x11.c:1771
#5  0x48aceb8c in _gdk_events_queue (display=0x81930e0) at gdkevents-x11.c:2154
#6  0x48aced8c in gdk_event_dispatch (source=0xbefff4f4, callback=0, 
    user_data=0x0) at gdkevents-x11.c:2214
#7  0x48cf9cc1 in g_main_dispatch (context=0x819f230) at gmain.c:1947
#8  0x48cfae09 in IA__g_main_context_dispatch (context=0x819f230)
    at gmain.c:2497
#9  0x48cfb192 in g_main_context_iterate (context=0x819f230, block=1, 
    dispatch=1, self=0x82a0930) at gmain.c:2578
#10 0x48cfb7a0 in IA__g_main_loop_run (loop=0x81e7770) at gmain.c:2782
#11 0x488e6a6b in IA__gtk_main () at gtkmain.c:963
#12 0x487bf33c in Java_gnu_java_awt_peer_gtk_GtkToolkit_gtkMain (
    env=0x8061794, obj=0x401f7a20) at gnu_java_awt_peer_gtk_GtkToolkit.c:331
#13 0x0805d875 in callJNIMethod (env=0x8061794, class=0x401f7a20, 
    sig=0x8070420 "()V", ret_type=0, ostack=0x81e929c, 
    f=0x487bf320 "U\211åS輤þÿ\201ÃËê", args=1) at dll_md.c:64
#14 0x0804e931 in callJNIWrapper (class=0x401f7a20, mb=0x816829c, 
    ostack=0xbefff4f4) at dll.c:325
---Type <return> to continue, or q <return> to quit---
#15 0x08051856 in executeJava () at interp.c:2236
#16 0x0804f557 in executeMethodVaList (ob=Variable "ob" is not available.
) at execute.c:66
#17 0x0804f5f9 in executeMethodArgs (ob=0xbefff4f4, class=0xbefff4f4, 
    mb=0xbefff4f4) at execute.c:38
#18 0x0805b251 in threadStart (arg=0x81e6f40) at thread.c:257
#19 0x4002dc60 in pthread_start_thread () from /lib/libpthread.so.0
#20 0x4002dcdf in pthread_start_thread_event () from /lib/libpthread.so.0
#21 0x4018eb77 in clone () from /lib/libc.so.6



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23558




reply via email to

[Prev in Thread] Current Thread [Next in Thread]