Ticket #491 (closed crash: duplicate)
A legacy Java3D app crashes X11.bin in 2.6.3_rc1
| Reported by: | merlereinhart@… | Owned by: | jeremyhu@… |
|---|---|---|---|
| Priority: | Not Set | Milestone: | 2.6.3 |
| Component: | xserver | Version: | dev (server-1.10-apple) |
| Keywords: | Cc: |
Description
I've been playing with 2.6.3_rc1 on and off as time permits and have found something that reliably crashes X11.bin.
The test.java is some simple code I use to make sure new versions of Xquartz haven't broken use of some of our legacy apps that utilize Java3D. Our use case is the running of this test.java code on Solaris 10 displaying back to Mac OS X.
Here is the thread in X11.bin that crashed:
Thread 2 Crashed: 0 X11.bin 0x0000000100118293 __glXAquaScreenCreateContext + 684 1 X11.bin 0x00000001001315b0 DoCreateContext + 163 2 X11.bin 0x000000010013509f __glXDispatch + 211 3 X11.bin 0x00000001000c7dad Dispatch + 785 4 X11.bin 0x00000001000b97e5 dix_main + 1022 5 X11.bin 0x00000001000122bc server_thread + 50 6 libSystem.B.dylib 0x00007fff823694f6 _pthread_start + 331 7 libSystem.B.dylib 0x00007fff823693a9 thread_start + 13
I'll attach the test.java code as well as the crash log.
Attachments
Change History
Changed 23 months ago by merlereinhart@…
- Attachment X11.bin_2011-07-07-170400_bifrost.crash added
The crash log
comment:1 Changed 23 months ago by merlereinhart@…
One thing I forgot to mention. The test.java app does NOT crash 2.6.2. So this is definitely something new with 2.6.3_rc1.
Note: See
TracTickets for help on using
tickets.

The small Java3D application that seems to be able reliably trigger the crash