* Breen Mullins <[EMAIL PROTECTED]> [2007-09-03 10:56 -0700]: > * Kalle Olavi Niemitalo <[EMAIL PROTECTED]> [2007-09-03 20:01 +0300]: > >> Breen Mullins <[EMAIL PROTECTED]> writes: >> >>> I hacked the suggested linker flag bind_at_load into the Makefile, which >>> suppressed the error message, but I still get the bus error running the >>> resulting binary. >> >> Can you post a backtrace? > > kdump output is attached. Hope it's useful; I'm not too familiar with > ktrace.
And here finally is a backtrace. For some reason I didn't have gdb on this box, and the failure doesn't always generate a core file. Here's what it does give me: [ [EMAIL PROTECTED] src %] gdb ./elinks /cores/core.15024 GNU gdb 5.3-20030128 (Apple version gdb-330.1) (Fri Jul 16 21:42:28 GMT 2004) Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or 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. This GDB was configured as "powerpc-apple-darwin". Reading symbols for shared libraries ....... done Core was generated by `./elinks'. #0 AES_ctr128_inc () at window.c:142 142 struct document_view *doc_view = vs->doc_view; (gdb) bt #0 AES_ctr128_inc () at window.c:142 #1 0x0104dffc in ?? () #2 0x0104dffc in ?? () #3 0x0100e090 in ?? () #4 0x01088f38 in ?? () #5 0x01089120 in ?? () #6 0x0108c47c in ?? () #7 0x0108c600 in ?? () #8 0x0108d414 in ?? () #9 0x0100b314 in ?? () #10 0x00046f80 in aep_ctrl () at spidermonkey.c:184 #11 0x00046090 in ecmascript_get_interpreter (vs=0x285bbc8) at ecmascript.c:133 #12 0x0004652c in ecmascript_reset_state (vs=0x285b8dc) at ecmascript.c:233 #13 0x00028d80 in render_document (vs=0x0, doc_view=0x285bbc8, options=0x131fea0) at renderer.c:387 #14 0x00029064 in render_document_frames (ses=0x0, no_cache=19999344) at renderer.c:465 #15 0x0008dd54 in draw_formatted (ses=0x130cc30, rerender=0) at draw.c:351 #16 0x00076060 in doc_loading_callback (download=0x1320aa0, ses=0xddc7c) at session.c:578 #17 0x00058200 in RAND_file_name () at connection.c:445 #18 0x000582a4 in done_connection (conn=0x1312040) at connection.c:462 #19 0x00058804 in WriteCompactIndex () at connection.c:620 #20 0x0005452c in XMLNameExpr () at select.c:289 #21 0x000537ec in main (argc=0, argv=0x285b8dc) at main.c:360 Breen -- Breen Mullins Menlo Park, California _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
