Hello,

New gdb log is attacted.
GNU Smalltalk is build from git (2-3 days ago).

Best regards,
Dmitry
Welcome to the Emacs shell

/home/dmatveev/Development $ gdb gst
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) handle SIGSEGV noprint
Signal        Stop  Print   Pass to program Description
SIGSEGV       No    No  Yes     Segmentation fault
(gdb) run -f xcbroot.st
Starting program: /usr/local/bin/gst -f xcbroot.st
[Thread debugging using libthread_db enabled]
[New Thread 0xb7cae8d0 (LWP 21370)]

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb7cae8d0 (LWP 21370)]
0xb7fe0424 in __kernel_vsyscall ()
(gdb) bt
#0  0xb7fe0424 in __kernel_vsyscall ()
#1  0xb7da3680 in raise () from /lib/i686/cmov/libc.so.6
#2  0xb7da6d68 in abort () from /lib/i686/cmov/libc.so.6
#3  0xb7f49d19 in oldspace_sigsegv_handler (fault_address=0x0, serious=0) at 
oop.c:939
#4  0xb7d75d4a in sigsegv_handler (sig=11, more=51) at handler-unix.c:134
#5  <signal handler called>
#6  0xb77b7e66 in xcb_send_request () from /usr/lib/libxcb.so
#7  0xb77c3900 in xcb_create_window () from /usr/lib/libxcb.so
#8  0xb7fa2c17 in ffi_call_SYSV () at src/x86/sysv.S:61
#9  0xb7fa2a59 in ffi_call (cif=0x0, fn=0xb77c3840 <xcb_create_window>, 
rvalue=0x0, avalue=0xbfdfd160) at src/x86/ffi.c:213
#10 0xb7f5f47a in _gst_invoke_croutine (cFuncOOP=0x4037efa8, 
receiver=0x40373b30, args=0x92dc55c) at cint.c:874
#11 0xb7f76372 in VMpr_CFuncDescriptor_call (id=0, numArgs=2) at prims.def:5913
#12 0xb7f73408 in execute_primitive_operation (primitive=228, numArgs=2) at 
interp.c:2699
#13 0xb7f7ecac in _gst_send_message_internal (sendSelector=0x403a85f8, 
sendArgs=2, receiver=0x4037efa8, method_class=0x403544d0)
    at interp-bc.inl:275
#14 0xb7f87fdf in _gst_interpret (processOOP=0x403909c8) at vm.def:693
#15 0xb7f8be89 in _gst_nvmsg_send (receiver=0x40353800, 
sendSelector=0x40390958, args=0x0, sendArgs=0) at interp.c:2271
#16 0xb7f403f9 in _gst_execute_statements (temps=0x0, statements=0x92766e8, 
undeclared=UNDECLARED_TEMPORARIES, quiet=true) at comp.c:691
#17 0xb7f32d59 in parse_doit (p=0xbfdfda98, fail_at_eof=<value optimized out>) 
at gst-parse.c:472
#18 0xb7f3383a in parse_chunks (p=0xbfdfda98) at gst-parse.c:364
#19 0xb7f33b97 in _gst_parse_chunks () at gst-parse.c:341
#20 0xb7f34163 in _gst_parse_stream (method=false) at lex.c:1186
#21 0xb7f62033 in _gst_process_file (fileName=0xbfdfe916 "xcbroot.st", 
dir=GST_DIR_ABS) at input.c:851
#22 0x080493f5 in main (argc=Cannot access memory at address 0x0
) at main.c:401
(gdb) 
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to