From: Steven Wu <wus@qwest.net>
To: bug-guile@gnu.org
Subject: guile-2.0.0 crash when started on MacOS X 10.6.0
Date: Sat, 5 Mar 2011 10:27:00 -0700 [thread overview]
Message-ID: <C806F4EB-30BE-489D-AEF7-629E6C3D6AE1@qwest.net> (raw)
I built guile-2.0.0 from the tarball, and when I started it, it crashed.
The config option:
$./config.status --config '--enable-error-on-warning' '--disable-deprecated'
'--prefix=/usr'
---
here is the bt from running guile
$ gdb /usr/bin/guile
run
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000001a17070
0x00007fff83bec7f0 in strncmp ()
(gdb) bt
#0 0x00007fff83bec7f0 in strncmp ()
#1 0x00000001019e9684 in init_bouncing_parens [inlined] () at /Users/wus/local/src/gnu/guile-2.0.0/guile-readline/readline.c:445
#2 0x00000001019e9684 in scm_init_readline () at readline.c:575
#3 0x00000001000aba13 in scm_dynamic_call (func=<value temporarily unavailable, due to optimizations>, dobj=<value temporarily unavailable, due to optimizations>) at dynl.c:350
#4 0x00000001000239b9 in scm_load_extension (lib=<value temporarily unavailable, due to optimizations>, init=<value temporarily unavailable, due to optimizations>) at extensions.c:161
#5 0x000000010009d884 in vm_debug_engine (vm=0x10069be70, program=0x10069e670, argv=0x1000239b0, nargs=861928) at vm-i-system.c:877
#6 0x00000001000957b5 in scm_c_vm_run (vm=0x10069be70, program=0x101663440, argv=0x0, nargs=0) at vm.c:565
#7 0x000000010009d894 in vm_debug_engine (vm=0x10069be70, program=0x10069e5f8, argv=0x10003f580, nargs=23475616) at vm-i-system.c:874
#8 0x00000001000957b5 in scm_c_vm_run (vm=0x10069be70, program=0x1012593e0, argv=0x7fff5fbff158, nargs=1) at vm.c:565
#9 0x000000010001dac9 in scm_call_1 (proc=0x1012593e0, arg1=0x10154f4b0) at eval.c:455
#10 0x000000010001fa4f in scm_map (proc=0x1012593e0, arg1=0x10154f250, args=0x304) at eval.c:620
#11 0x000000010009d870 in vm_debug_engine (vm=0x10069be70, program=0x10069e3e8, argv=0x10001f7b0, nargs=862504) at vm-i-system.c:880
#12 0x00000001000957b5 in scm_c_vm_run (vm=0x10069be70, program=0x1007216e0, argv=0x7fff5fbff398, nargs=1) at vm.c:565
#13 0x000000010001dbd5 in scm_primitive_eval (exp=0x101544520) at eval.c:738
#14 0x000000010003ee7b in scm_primitive_load (filename=0x101661160) at load.c:127
#15 0x000000010009d894 in vm_debug_engine (vm=0x10069be70, program=0x10069e1a8, argv=0x10003eda0, nargs=861736) at vm-i-system.c:874
#16 0x00000001000957b5 in scm_c_vm_run (vm=0x10069be70, program=0x1007216e0, argv=0x7fff5fbff578, nargs=1) at vm.c:565
#17 0x000000010001dbd5 in scm_primitive_eval (exp=0x1012ef7c0) at eval.c:738
#18 0x000000010001dc68 in scm_eval (exp=0x1012ef7c0, module_or_state=0x101159000) at eval.c:772
#19 0x000000010006c313 in scm_shell (argc=1, argv=0x7fff5fbff958) at script.c:837
#20 0x0000000100038977 in invoke_main_func (body_data=0x7fff5fbff900) at init.c:346
#21 0x00000001000162c2 in c_body (d=0x7fff5fbff870) at continuations.c:473
#22 0x00000001000a8fad in vm_regular_engine (vm=0x10069be70, program=0x10069e0a8, argv=0x1, nargs=19845248) at vm-i-system.c:942
#23 0x00000001000957b5 in scm_c_vm_run (vm=0x10069be70, program=0x100651ab0, argv=0x7fff5fbff7b0, nargs=4) at vm.c:565
#24 0x000000010001da15 in scm_call_4 (proc=0x100651ab0, arg1=<value temporarily unavailable, due to optimizations>, arg2=<value temporarily unavailable, due to optimizations>, arg3=<value temporarily unavailable, due to optimizations>, arg4=<value temporarily unavailable, due to optimizations>) at eval.c:476
#25 0x0000000100016441 in scm_i_with_continuation_barrier (body=0x1000162b0 <c_body>, body_data=0x7fff5fbff870, handler=0x1000162e0 <c_handler>, handler_data=0x7fff5fbff870, pre_unwind_handler=0x100091bb0 <scm_handle_by_message_noexit>, pre_unwind_handler_data=0x0) at continuations.c:450
#26 0x00000001000164e4 in scm_c_with_continuation_barrier (func=<value temporarily unavailable, due to optimizations>, data=<value temporarily unavailable, due to optimizations>) at continuations.c:491
#27 0x0000000100091322 in scm_i_with_guile_and_parent (func=0x100038950 <invoke_main_func>, data=0x7fff5fbff900, parent=<value temporarily unavailable, due to optimizations>) at threads.c:794
#28 0x0000000100038937 in scm_boot_guile (argc=<value temporarily unavailable, due to optimizations>, argv=<value temporarily unavailable, due to optimizations>, main_func=<value temporarily unavailable, due to optimizations>, closure=<value temporarily unavailable, due to optimizations>) at init.c:329
#29 0x0000000100000ed2 in main (argc=<value temporarily unavailable, due to optimizations>, argv=<value temporarily unavailable, due to optimizations>) at guile.c:70
---
Thanks
steve
next reply other threads:[~2011-03-05 17:27 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-05 17:27 Steven Wu [this message]
2011-03-05 19:41 ` guile-2.0.0 crash when started on MacOS X 10.6.0 Hans Aberg
2011-03-05 20:14 ` Steven Wu
2011-03-05 20:28 ` Hans Aberg
2011-03-05 19:52 ` Michael Ellis
2011-03-05 20:14 ` Steven Wu
2011-03-05 21:25 ` Andy Wingo
2011-03-05 21:41 ` Hans Aberg
2011-03-06 1:03 ` Steven Wu
2011-03-06 10:02 ` Andy Wingo
2011-03-06 14:08 ` Hans Aberg
2011-03-07 1:30 ` Steven Wu
2011-03-07 9:45 ` Hans Aberg
2011-03-07 10:48 ` Hans Aberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=C806F4EB-30BE-489D-AEF7-629E6C3D6AE1@qwest.net \
--to=wus@qwest.net \
--cc=bug-guile@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).