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
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk