help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Blox and NetworkClients not playing well together


From: Brett Cundal
Subject: Re: [Help-smalltalk] Blox and NetworkClients not playing well together
Date: Fri, 7 Jun 2002 15:17:18 -0700
User-agent: Mutt/1.3.28i

On Fri, Jun 07, 2002 at 11:20:04PM +0200, Bonzini wrote:
> Strange, I loaded all of Blox/TCP/Parser/I18N to debug the
> namespace browser...  Can you send me a gdb backtrace of
> both cases?  Looks like a bug in the GC at first sight.  Is it in
> the distribution directory or after installing?

It's after installing... I used my Debian scripts to build a package
for 1.96.6 and installed it.

Here's my gdb session... I'm no gdb wiz, so if you need something
other than this, you'll have to be very specific. :)

Oddly enough, on my first try I loaded the "Blox" package and all went
well... Only when I loaded BloxTK by itself did the segfault
occur. Either that or the problem is intermittent...

...upon further testing, the problem appears to be
intermittent. That's the best kind of problem... :P

Anyhow, here's the backtrace from the segfault:

Starting program: /usr/bin/gst -q -I /usr/share/gnu-smalltalk/gst.im
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
GNU Smalltalk ready

st> PackageLoader fileInPackage: 'BloxTK'!
Loading package BloxTK
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
"Minor scavenging... done, used space = 60%"
(no debugging symbols found)...(no debugging symbols found)...
st> PackageLoader fileInPackage: 'NetworkClients'!
Loading package TCP
Loading ../examples/Buffers.st
Loading Datagram.st
Loading SocketAddress.st
Loading AbstractSocketImpl.st
Loading IPSocketImpl.st
Loading Sockets.st
Loading Tests.st
Loading ContentHandler.st
Loading URL.st
Loading cfuncs.st
(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x0806948d in _gst_resolve_primitive_name ()

(gdb) backtrace
#0  0x0806948d in _gst_resolve_primitive_name ()
#1  0x08062c96 in _gst_compile_method ()
#2  0x08051d12 in _gst_yyparse ()
#3  0x080537e8 in _gst_parse_stream ()
#4  0x080593c2 in _gst_print_tree ()
#5  0x0805b983 in _gst_execute_primitive_operation ()
#6  0x0805baba in _gst_send_message_internal ()
#7  0x080602ba in _gst_interpret ()
#8  0x080628fc in _gst_execute_statements ()
#9  0x08051d91 in _gst_yyparse ()
#10 0x080537e8 in _gst_parse_stream ()
#11 0x08059cd9 in _gst_print_tree ()
#12 0x0805b983 in _gst_execute_primitive_operation ()
#13 0x0805baba in _gst_send_message_internal ()
#14 0x08060268 in _gst_interpret ()
#15 0x080628fc in _gst_execute_statements ()
#16 0x08051d91 in _gst_yyparse ()
#17 0x080537e8 in _gst_parse_stream ()
#18 0x08059cd9 in _gst_print_tree ()
#19 0x0805b983 in _gst_execute_primitive_operation ()
#20 0x0805baba in _gst_send_message_internal ()
#21 0x08060268 in _gst_interpret ()
#22 0x080628fc in _gst_execute_statements ()
---Type <return> to continue, or q <return> to quit---
#23 0x08051d91 in _gst_yyparse ()
#24 0x080537e8 in _gst_parse_stream ()
#25 0x08050f10 in gst_top_level_loop ()
#26 0x08050b3e in main ()
#27 0x4009614f in __libc_start_main () from /lib/libc.so.6

-- Brett

Attachment: pgpfX6M8_Xxv2.pgp
Description: PGP signature


reply via email to

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