help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Networking, more investigation!


From: Markus Fritsche
Subject: [Help-smalltalk] Networking, more investigation!
Date: Sun, 24 Aug 2003 03:51:56 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624

Hi!

I have compiled gst with --enable-preemption

When I evaluate:
   [ true ] whileTrue: [ [] fork ]!
my server does respond to requests.

When I evulate:
   (Delay forSeconds: 1) wait!
I get the following:
st> (Delay forSeconds: 1) wait!
No runnable process
Program received signal SIGABRT, Aborted.
0x40043ce1 in kill () from /lib/libc.so.6
(gdb) backtrace
#0  0x40043ce1 in kill () from /lib/libc.so.6
#1  0x40043ab8 in raise () from /lib/libc.so.6
#2  0x40044ced in abort () from /lib/libc.so.6
#3  0x08085eeb in _gst_interpret (processOOP=0x4030fc98) at
interp-bc.inl:2006
#4  0x08087591 in _gst_nvmsg_send (receiver=0x0, sendSelector=0x4030fa30,
   args=0x0, sendArgs=0) at interp.c:2066
#5  0x0805761d in _gst_execute_statements (temporaries=0x0,
   statements=0x85470f0, quiet=false) at comp.c:658
#6  0x08053a91 in _gst_yyparse () at gst-parse.y:136
#7  0x08055a2d in _gst_parse_stream () at lex.c:1088
#8  0x08052db2 in process_stdin () at lib.c:772
#9  0x080528ff in gst_top_level_loop () at lib.c:590
#10 0x0805223b in main (argc=1, argv=0xbffffb04) at main.c:49






reply via email to

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