I was running Java Workshop on JDK 1.1 when the underlying java
dumped core on me. I have moved the core file to ~evan/cores/core-java.2
Here is the dbx stack trace:
(dbx) w
=>[1] _lwp_kill(0x0, 0x6, 0x0, 0xef771e94, 0x17, 0x0), at 0xef4b98ec
[2] sysAbort(0x0, 0xef031000, 0xef030490, 0xb, 0x0, 0x10000), at 0xef74eb70
---- called from signal handler with signal 11 (SIGSEGV) ------
[3] realfree(), at 0xef4cb92c
[4] cleanfree(0x0, 0xef5159e0, 0xef5159e0, 0xef515a60, 0x0, 0xef5159e8), at 0xef4cc1cc
[5] _malloc_unlocked(0x20, 0xef77a000, 0x48ab20, 0xfc0d5c64, 0xfc0d5c08, 0x60), at 0xef4cb31c
[6] malloc(0x20, 0x1, 0xef7797f0, 0xef771e6c, 0x3bb79341, 0x1), at 0xef4cb214
[7] calloc(0x1, 0x20, 0xffffffff, 0x0, 0x0, 0x20), at 0xef4ba93c
[8] sun_awt_motif_X11Graphics_createFromComponent(0xee32d230, 0xee32b940, 0xef2e5400, 0xef779730, 0x1, 0x0), at 0xef2afadc
[9] Java_sun_awt_motif_X11Graphics_createFromComponent_stub(0x106898, 0xef030ca4, 0xef771800, 0xef771e6c, 0x3bb7937d, 0x1d), at 0xef2c3c3c
[10] invokeNativeMethod(0x106870, 0x19e2b8, 0x106898, 0xef030ca4, 0xef714adc, 0x19d018), at 0xef714e70
[11] finish_invokevirtual(0x19f546, 0xef030ca4, 0x106898, 0x106868, 0x19d018, 0x106870), at 0xef759260
[12] do_execute_java_method_vararg(0xef030ca4, 0xef776fc9, 0x0, 0x0, 0x0, 0x106720), at 0xef724758
[13] execute_java_dynamic_method(0xef030ca4, 0xee307dd8, 0xef776fc4, 0xef776fc8, 0xef779400, 0xf600e0d8), at 0xef723dfc
[14] ThreadRT0(0xee307dd8, 0xef776fc8, 0x0, 0xfc0d5c64, 0xfc0d5c08, 0x4), at 0xef74417c
[15] start_func(0xef760400, 0xee307dd8, 0xef744124, 0x0, 0x0, 0x0), at 0xef757a18
(dbx)
dumped core on me. I have moved the core file to ~evan/cores/core-java.2
Here is the dbx stack trace:
(dbx) w
=>[1] _lwp_kill(0x0, 0x6, 0x0, 0xef771e94, 0x17, 0x0), at 0xef4b98ec
[2] sysAbort(0x0, 0xef031000, 0xef030490, 0xb, 0x0, 0x10000), at 0xef74eb70
---- called from signal handler with signal 11 (SIGSEGV) ------
[3] realfree(), at 0xef4cb92c
[4] cleanfree(0x0, 0xef5159e0, 0xef5159e0, 0xef515a60, 0x0, 0xef5159e8), at 0xef4cc1cc
[5] _malloc_unlocked(0x20, 0xef77a000, 0x48ab20, 0xfc0d5c64, 0xfc0d5c08, 0x60), at 0xef4cb31c
[6] malloc(0x20, 0x1, 0xef7797f0, 0xef771e6c, 0x3bb79341, 0x1), at 0xef4cb214
[7] calloc(0x1, 0x20, 0xffffffff, 0x0, 0x0, 0x20), at 0xef4ba93c
[8] sun_awt_motif_X11Graphics_createFromComponent(0xee32d230, 0xee32b940, 0xef2e5400, 0xef779730, 0x1, 0x0), at 0xef2afadc
[9] Java_sun_awt_motif_X11Graphics_createFromComponent_stub(0x106898, 0xef030ca4, 0xef771800, 0xef771e6c, 0x3bb7937d, 0x1d), at 0xef2c3c3c
[10] invokeNativeMethod(0x106870, 0x19e2b8, 0x106898, 0xef030ca4, 0xef714adc, 0x19d018), at 0xef714e70
[11] finish_invokevirtual(0x19f546, 0xef030ca4, 0x106898, 0x106868, 0x19d018, 0x106870), at 0xef759260
[12] do_execute_java_method_vararg(0xef030ca4, 0xef776fc9, 0x0, 0x0, 0x0, 0x106720), at 0xef724758
[13] execute_java_dynamic_method(0xef030ca4, 0xee307dd8, 0xef776fc4, 0xef776fc8, 0xef779400, 0xf600e0d8), at 0xef723dfc
[14] ThreadRT0(0xee307dd8, 0xef776fc8, 0x0, 0xfc0d5c64, 0xfc0d5c08, 0x4), at 0xef74417c
[15] start_func(0xef760400, 0xee307dd8, 0xef744124, 0x0, 0x0, 0x0), at 0xef757a18
(dbx)
- duplicates
-
JDK-4043514 Segv in malloc
-
- Closed
-
-
JDK-4037809 Segv in malloc
-
- Closed
-
- relates to
-
JDK-4041821 Segv in malloc
-
- Closed
-