help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Trying to test Seaside on MacOS


From: Giuseppe Luigi Punzi Ruiz
Subject: Re: [Help-smalltalk] Trying to test Seaside on MacOS
Date: Tue, 3 Jun 2008 20:41:15 +0200

galilea:gnusmalltalk glpunzi$ gdb --args `which gst` -I seaside- test.im seaside-start.st GNU gdb 6.3.50-20050815 (Apple version gdb-768) (Tue Oct 2 04:07:49 UTC 2007)
Copyright 2004 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 "i386-apple-darwin"...Reading symbols for shared libraries . warning: Could not find object file "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_lang_gst-dev/work/smalltalk-3.0b/ libgst/.libs/libgst.lax/libffi.a/closures.o" - no debug information available for "src/closures.c".


warning: Could not find object file "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_lang_gst-dev/work/smalltalk-3.0b/ libgst/.libs/libgst.lax/libffi.a/debug.o" - no debug information available for "src/debug.c".


warning: Could not find object file "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_lang_gst-dev/work/smalltalk-3.0b/ libgst/.libs/libgst.lax/libffi.a/ffi.o" - no debug information available for "src/x86/ffi.c".


warning: Could not find object file "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_lang_gst-dev/work/smalltalk-3.0b/ libgst/.libs/libgst.lax/libffi.a/java_raw_api.o" - no debug information available for "src/java_raw_api.c".


warning: Could not find object file "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_lang_gst-dev/work/smalltalk-3.0b/ libgst/.libs/libgst.lax/libffi.a/prep_cif.o" - no debug information available for "src/prep_cif.c".


warning: Could not find object file "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_lang_gst-dev/work/smalltalk-3.0b/ libgst/.libs/libgst.lax/libffi.a/raw_api.o" - no debug information available for "src/raw_api.c".


warning: Could not find object file "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_lang_gst-dev/work/smalltalk-3.0b/ libgst/.libs/libgst.lax/libffi.a/types.o" - no debug information available for "src/types.c".

...... done

(gdb) b exit
Breakpoint 1 at 0x29eaf
(gdb) run
Starting program: /opt/local/bin/gst -I seaside-test.im seaside-start.st
Reading symbols for shared libraries ++++++.. done
Breakpoint 1 at 0x90751eb5
"Global garbage collection...
Program received signal EXC_BAD_INSTRUCTION, Illegal instruction/ operand.
[Switching to process 214 thread 0x1003]
0x9081e434 in __abort ()
(gdb) t1
Undefined command: "t1".  Try "help".
(gdb) t 1
[Switching to thread 1 (process 214 local thread 0x2f13)]
0x0012238d in empty_context_stack ()
(gdb) bt
#0  0x0012238d in empty_context_stack ()
#1  0xa00e883c in __sFX ()
(gdb)



El 03/06/2008, a las 18:43, Paolo Bonzini escribió:

Giuseppe Luigi Punzi wrote:
Paolo, has you time to check this?

It works for me.  Try this.

gdb --args `which gst` -I seaside-test.im seaside-start.st
b exit
run
t 1
bt

and send the output (pasted from console).

Paolo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]