gst-browser crashes as soon as I select a message-category of a specific class

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

gst-browser crashes as soon as I select a message-category of a specific class

Clemens Eisserer
Hi,

Thanks to the help in IRC I was able to start with Smalltalk now.

I've written my first class, added a few methods and played arround -
however something I've written seems to make VisualGST suffer.
As soon as I select any message-gategory of my only self-written class
it now crashes with the following message:

a Smalltalk Stream:2: Aborted
a Smalltalk Stream:2: Error occurred while not in byte code interpreter!!
/usr/local/bin/../lib/libgst.so.7(+0x55931)[0x86f931]
/lib/libc.so.6[0x948da8]
/lib/libc.so.6(abort+0x17a)[0x94a5ea]
/usr/local/bin/../lib/libgst.so.7(+0x24ae5)[0x83eae5]
/usr/local/bin/../lib/libgst.so.7(+0x79ba4)[0x893ba4]
/lib/libc.so.6[0x948da8]
/usr/local/lib/smalltalk/gst-gtk-3.2.2.so(+0x31db)[0x14d1db]
/usr/local/lib/smalltalk/gst-gtk-3.2.2.so(+0x45b9)[0x14e5b9]
/usr/local/bin/../lib/libgst.so.7(+0x7db32)[0x897b32]
/usr/local/bin/../lib/libgst.so.7(+0x7d96e)[0x89796e]
Aborted

Is there anything I can do to work this problem arround, or should I
provide further information?

Thanks, Clemens

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: gst-browser crashes as soon as I select a message-category of a specific class

Paolo Bonzini-2
On 10/19/2010 03:40 AM, Clemens Eisserer wrote:
> Is there anything I can do to work this problem arround, or should I
> provide further information?

Yes, start "gdb --args gst-browser", then do

handle SIGSEGV noprint
run
<reproduce bug>
bt
quit

and attach the output.

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: gst-browser crashes as soon as I select a message-category of a specific class

Clemens Eisserer
Hi Paolo,

> and attach the output.

Thanks output is attached.

Thanks,Clemens

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

VisualGST_stacktrace.txt (13K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: gst-browser crashes as soon as I select a message-category of a specific class

Paolo Bonzini-2
On 10/19/2010 02:33 PM, Clemens Eisserer wrote:
> Hi Paolo,
>
>> and attach the output.
>
> Thanks output is attached.

Looks like a dangling pointer.  Do you have an image and a precise
sequence of actions to reproduce it?

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: gst-browser crashes as soon as I select a message-category of a specific class

Clemens Eisserer
Hi Paolo,

> Looks like a dangling pointer.  Do you have an image and a precise sequence
> of actions to reproduce it?

Yes, I've uploaded the image as well as a picture describing howto
trigger the problem uploaded to:

http://93.83.133.214/moorhuhn.img.bz2
http://93.83.133.214/crash.png

Good luck :)

Thanks, Clemens

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk