help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] PG error


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] PG error
Date: Thu, 15 Apr 2010 21:20:42 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.3

On 04/15/2010 09:09 PM, Bèrto ëd Sèra wrote:
Hi!

I'm having a problem with a PostgreSQL query in Iliad. The code is
quite simple (it calls a stored function) and works flawlessly if
executed from the browser or from gst. The error I get seems to be a
memory issue:

/usr/local/share/smalltalk/kernel/../scripts/Remote.st:281: Aborted
/usr/local/share/smalltalk/kernel/../scripts/Remote.st:281: Error
occurred while not in byte code interpreter!!
/usr/local/bin/../lib/libgst.so.7[0x7fb4b52af037]
/lib64/libc.so.6[0x37056332f0]
/lib64/libc.so.6(gsignal+0x35)[0x3705633275]
/lib64/libc.so.6(abort+0x175)[0x3705634a55]
/usr/local/bin/../lib/libgst.so.7[0x7fb4b528572b]
/usr/local/bin/../lib/libsigsegv.so.0[0x7fb4b5055cdd]
/lib64/libc.so.6[0x37056332f0]
/usr/lib64/libpq.so[0x7fb4b4094770]
/usr/lib64/libpq.so(PQgetResult+0x20)[0x7fb4b40962f0]
/usr/lib64/libpq.so[0x7fb4b4096456]

Does it happen _always_?

If so, you should try running it under gdb. Just prepend gdb --args to the gst-remote invocation, then do

handle SIGSEGV noprint
run
... <reproduce the issue> ...
bt

and post the bt output here.

Paolo




reply via email to

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