[前][次][番号順一覧][スレッド一覧][生データ]

yarv-dev-en:134

From: Dudley Flanders <dudley misnomer.us>
Date: Wed, 12 Jul 2006 10:44:03 -0500
Subject: [yarv-dev-en:134] Segfault on Intel Mac OS 10.4.7

With yarv built from svn head (r522), I get:

hiro:~/Code/Lang/Ruby/yarv dudley$ ./ruby-yarv -e "1"
-- stack frame ------------
-- control frame ----------
c:0001 p:---- s:0000 b:-001 l:000000 d:000000 ------
---------------------------
[BUG] Segmentation fault
ruby 2.0.0 (2006-04-08) [i686-darwin8.7.1]


running under gdb shows:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0068500c
frame_func_id (cfp=0x685000) at eval.c:1824
1824        yarv_iseq_t *iseq = cfp->iseq;

with this backtrace:

#0  frame_func_id (cfp=0x685000) at eval.c:1824
#1  0x00002da9 in error_pos () at eval_error.h:39
#2  0x000066b6 in error_print () at eval_error.h:100
#3  0x00006a7f in error_handle (ex=884616) at eval_error.h:243
#4  0x00006b13 in ruby_options (argc=3, argv=0xbffff534) at eval.c:149
#5  0x00001a2a in main (argc=3, argv=0xbffff534, envp=0xbffff544) at  
main.c:45



--
ML: yarv-dev-en quickml.atdot.net
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧][生データ]

->     134 2006-07-13 00:44 [dudley misnomer.us  ] Segfault on Intel Mac OS 10.4.7         
       135 2006-07-13 01:29 ┗[ko1 atdot.net       ]                                       
       140 2006-07-13 02:16  ┗[dudley misnomer.us  ]