Executing the following code in workspace:
Transcript show: 2 results in: a Smalltalk Stream:2: Attempt to pass an instance of SmallInteger as a char * (ip 16)CFunctionDescriptor(CCallable)>>#callInto: (ip 8)GtkTextBuffer>>#insert:text:len: (ip 16)GtkTextBuffer>>#insert:text: (ip 8)GtkTextBuffer>>#insertAtEnd: (ip 8)GtkTranscriptWidget>>#update: (ip 8)[] in TextCollector>>#primNextPutAll: (ip 12)<unwind> BlockClosure>>#on:do: (ip 10)TextCollector>>#primNextPutAll: (ip 6)[] in TextCollector>>#show: (ip 12)[] in RecursionLock>>#critical: (ip 6)<unwind> BlockClosure>>#ensure: (ip 6)[] in RecursionLock>>#critical: (ip 14)[] in Semaphore>>#critical: (ip 6)<unwind> BlockClosure>>#ensure: (ip 14)Semaphore>>#critical: (ip 14)RecursionLock>>#critical: (ip 6)TextCollector>>#show: (ip 6)[] in Behavior new "<0x7fab15a79190>">>#Doit (ip 6)Behavior new "<0x7fab15a79190>">>#Doit (ip 6)[] in Behavior>>#evalString:to:ifError: (ip 14)<unwind point> (ip 58)Behavior class(Behavior)>>#evalString:to:ifError: (ip 36)Behavior class(Behavior)>>#evaluate:to:ifError: (ip 34)GtkWorkspaceWidget>>#doIt (ip 0)<bottom> a Smalltalk Stream:2: Aborted a Smalltalk Stream:2: Error occurred while not in byte code interpreter!! /usr/local/bin/../lib/libgst.so.7[0x7f9e83b5a037] /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[0x7f9e83b3072b] /usr/local/bin/../lib/libsigsegv.so.0[0x7f9e83900cdd] /lib64/libc.so.6[0x37056332f0] /usr/local/bin/../lib/libgst.so.7[0x7f9e83b7e72d] /usr/local/bin/../lib/libgst.so.7[0x7f9e83b45ccc] /usr/local/bin/../lib/libgst.so.7[0x7f9e83b5688b] Aborted -- ============================== Constitution du 24 juin 1793 - Article 35. - Quand le gouvernement viole les droits du peuple, l'insurrection est, pour le peuple et pour chaque portion du peuple, le plus sacré des droits et le plus indispensable des devoirs. _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Interesting enough, after intalling gdb and executing
ulimit -c unlimited it doesn't break anymore. It now originates a normal error management. Bèrto On 17 April 2010 20:59, Bèrto ëd Sèra <[hidden email]> wrote: > Executing the following code in workspace: > Transcript show: 2 > > results in: > a Smalltalk Stream:2: Attempt to pass an instance of SmallInteger as a char * > (ip 16)CFunctionDescriptor(CCallable)>>#callInto: > (ip 8)GtkTextBuffer>>#insert:text:len: > (ip 16)GtkTextBuffer>>#insert:text: > (ip 8)GtkTextBuffer>>#insertAtEnd: > (ip 8)GtkTranscriptWidget>>#update: > (ip 8)[] in TextCollector>>#primNextPutAll: > (ip 12)<unwind> BlockClosure>>#on:do: > (ip 10)TextCollector>>#primNextPutAll: > (ip 6)[] in TextCollector>>#show: > (ip 12)[] in RecursionLock>>#critical: > (ip 6)<unwind> BlockClosure>>#ensure: > (ip 6)[] in RecursionLock>>#critical: > (ip 14)[] in Semaphore>>#critical: > (ip 6)<unwind> BlockClosure>>#ensure: > (ip 14)Semaphore>>#critical: > (ip 14)RecursionLock>>#critical: > (ip 6)TextCollector>>#show: > (ip 6)[] in Behavior new "<0x7fab15a79190>">>#Doit > (ip 6)Behavior new "<0x7fab15a79190>">>#Doit > (ip 6)[] in Behavior>>#evalString:to:ifError: > (ip 14)<unwind point> > (ip 58)Behavior class(Behavior)>>#evalString:to:ifError: > (ip 36)Behavior class(Behavior)>>#evaluate:to:ifError: > (ip 34)GtkWorkspaceWidget>>#doIt > (ip 0)<bottom> > a Smalltalk Stream:2: Aborted > a Smalltalk Stream:2: Error occurred while not in byte code > interpreter!! > /usr/local/bin/../lib/libgst.so.7[0x7f9e83b5a037] > /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[0x7f9e83b3072b] > /usr/local/bin/../lib/libsigsegv.so.0[0x7f9e83900cdd] > /lib64/libc.so.6[0x37056332f0] > /usr/local/bin/../lib/libgst.so.7[0x7f9e83b7e72d] > /usr/local/bin/../lib/libgst.so.7[0x7f9e83b45ccc] > /usr/local/bin/../lib/libgst.so.7[0x7f9e83b5688b] > Aborted > > > -- > ============================== > Constitution du 24 juin 1793 - Article 35. - Quand le gouvernement > viole les droits du peuple, l'insurrection est, pour le peuple et pour > chaque portion du peuple, le plus sacré des droits et le plus > indispensable des devoirs. > -- ============================== Constitution du 24 juin 1793 - Article 35. - Quand le gouvernement viole les droits du peuple, l'insurrection est, pour le peuple et pour chaque portion du peuple, le plus sacré des droits et le plus indispensable des devoirs. _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
On 04/17/2010 08:16 PM, Bèrto ëd Sèra wrote:
> Interesting enough, after intalling gdb and executing > ulimit -c unlimited > > it doesn't break anymore. It now originates a normal error management. > > Bèrto > > On 17 April 2010 20:59, Bèrto ëd Sèra<[hidden email]> wrote: >> Executing the following code in workspace: >> Transcript show: 2 >> >> results in: >> a Smalltalk Stream:2: Attempt to pass an instance of SmallInteger as a char * Fixed anyway. Paolo _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Free forum by Nabble | Edit this page |