[squeak-dev] Segmentation fault with VM 3.10.4 (was Re: Cuis - Some trouble on the display)

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

[squeak-dev] Segmentation fault with VM 3.10.4 (was Re: Cuis - Some trouble on the display)

garduino
Trying to use the newest 3.10.4 VM on my Xubuntu box (Version 9.04)
with Compiz disabled I get a segmentation fault at this way:

I start the image (a 3.10.2 7179 basic image) and try to put the fonts
on demo mode (A thing I do usually to see fonts bigger) and get the
crash, as follow:

garduino@chavo:~/SqueakDev/3.10.2Seaside$ squeak Squeak3.10.2-7179-basic.image

Segmentation fault

2016366172 UUID>initialize
2016366056 Behavior>new:
2016365964 >new
2016365872 >setTimeStamp
2016365688 >updateInstances
2016363564 >setMenuFontTo:
2015449304 [] in >setDefaultFonts:
2015449168 SequenceableCollection>do:
2015448500 >setDefaultFonts:
2015448316 >setDemoFonts
2015448224 [] in MenuItemMorph>invokeWithEvent:
2015448132 BlockContext>ensure:
2015448040 Cursor>showWhile:
2015447864 MenuItemMorph>invokeWithEvent:
2015447772 MenuItemMorph>mouseUp:
2015447680 MenuItemMorph>handleMouseUp:
2015447548 MouseButtonEvent>sentTo:
2015447456 Morph>handleEvent:
2015447364 MorphicEventDispatcher>dispatchDefault:with:
2015447272 MorphicEventDispatcher>dispatchEvent:with:
2015447180 Morph>processEvent:using:
2015447088 MorphicEventDispatcher>dispatchDefault:with:
2015446980 MorphicEventDispatcher>dispatchEvent:with:
2015446848 Morph>processEvent:using:
2015446756 Morph>processEvent:
2015446664 MenuMorph>handleFocusEvent:
2015446388 [] in HandMorph>sendFocusEvent:to:clear:
2015446480 [] in PasteUpMorph>becomeActiveDuring:
2015446296 BlockContext>on:do:
2015446204 PasteUpMorph>becomeActiveDuring:
2015446020 HandMorph>sendFocusEvent:to:clear:
2015445928 HandMorph>sendEvent:focus:clear:
2015445836 HandMorph>sendMouseEvent:
2015445692 HandMorph>handleEvent:
2015445392 HandMorph>processEvents
2015445484 [] in WorldState>doOneCycleNowFor:
2015445300 SequenceableCollection>do:
2015445208 WorldState>handsDo:
2015445116 WorldState>doOneCycleNowFor:
2015444932 WorldState>doOneCycleFor:
2015444840 PasteUpMorph>doOneCycle
2012787260 [] in >spawnNewProcess
2012787444 [] in BlockContext>newProcess
Cancelado


With Compiz enabled I get the same behaviour.

Any suggestion will be appreciated.

Cheers.



2009/5/26 Germán Arduino <[hidden email]>:

> 2009/5/26 Juan Vuletich <[hidden email]>:
>> I never heard of any Squeak supporting 24bpp Display. I guess that advice
>> would be about the Linux display, not Squeak's, right?
>
> Not sure, I read about 224bpp just on Mantis.
>
>>
>> BTW, your problem sounds like http://bugs.squeak.org/view.php?id=7001 and
>> http://bugs.squeak.org/view.php?id=7068 . Have you tried a 3.10-4 VM as Bert
>> suggest on both issues?
>
> Yes, tried, but can't fix on my Xubuntu box. Anyway as soon as I can
> get a bit more of free time will make more tests.
>
> See you.
> Germán.
>

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Segmentation fault with VM 3.10.4 (was Re: Cuis - Some trouble on the display)

Philippe Marschall
Do you have a 64bit OS?

Cheers
Philippe

2009/5/30 Germán Arduino <[hidden email]>:

> Trying to use the newest 3.10.4 VM on my Xubuntu box (Version 9.04)
> with Compiz disabled I get a segmentation fault at this way:
>
> I start the image (a 3.10.2 7179 basic image) and try to put the fonts
> on demo mode (A thing I do usually to see fonts bigger) and get the
> crash, as follow:
>
> garduino@chavo:~/SqueakDev/3.10.2Seaside$ squeak Squeak3.10.2-7179-basic.image
>
> Segmentation fault
>
> 2016366172 UUID>initialize
> 2016366056 Behavior>new:
> 2016365964 >new
> 2016365872 >setTimeStamp
> 2016365688 >updateInstances
> 2016363564 >setMenuFontTo:
> 2015449304 [] in >setDefaultFonts:
> 2015449168 SequenceableCollection>do:
> 2015448500 >setDefaultFonts:
> 2015448316 >setDemoFonts
> 2015448224 [] in MenuItemMorph>invokeWithEvent:
> 2015448132 BlockContext>ensure:
> 2015448040 Cursor>showWhile:
> 2015447864 MenuItemMorph>invokeWithEvent:
> 2015447772 MenuItemMorph>mouseUp:
> 2015447680 MenuItemMorph>handleMouseUp:
> 2015447548 MouseButtonEvent>sentTo:
> 2015447456 Morph>handleEvent:
> 2015447364 MorphicEventDispatcher>dispatchDefault:with:
> 2015447272 MorphicEventDispatcher>dispatchEvent:with:
> 2015447180 Morph>processEvent:using:
> 2015447088 MorphicEventDispatcher>dispatchDefault:with:
> 2015446980 MorphicEventDispatcher>dispatchEvent:with:
> 2015446848 Morph>processEvent:using:
> 2015446756 Morph>processEvent:
> 2015446664 MenuMorph>handleFocusEvent:
> 2015446388 [] in HandMorph>sendFocusEvent:to:clear:
> 2015446480 [] in PasteUpMorph>becomeActiveDuring:
> 2015446296 BlockContext>on:do:
> 2015446204 PasteUpMorph>becomeActiveDuring:
> 2015446020 HandMorph>sendFocusEvent:to:clear:
> 2015445928 HandMorph>sendEvent:focus:clear:
> 2015445836 HandMorph>sendMouseEvent:
> 2015445692 HandMorph>handleEvent:
> 2015445392 HandMorph>processEvents
> 2015445484 [] in WorldState>doOneCycleNowFor:
> 2015445300 SequenceableCollection>do:
> 2015445208 WorldState>handsDo:
> 2015445116 WorldState>doOneCycleNowFor:
> 2015444932 WorldState>doOneCycleFor:
> 2015444840 PasteUpMorph>doOneCycle
> 2012787260 [] in >spawnNewProcess
> 2012787444 [] in BlockContext>newProcess
> Cancelado
>
>
> With Compiz enabled I get the same behaviour.
>
> Any suggestion will be appreciated.
>
> Cheers.
>
>
>
> 2009/5/26 Germán Arduino <[hidden email]>:
>> 2009/5/26 Juan Vuletich <[hidden email]>:
>>> I never heard of any Squeak supporting 24bpp Display. I guess that advice
>>> would be about the Linux display, not Squeak's, right?
>>
>> Not sure, I read about 224bpp just on Mantis.
>>
>>>
>>> BTW, your problem sounds like http://bugs.squeak.org/view.php?id=7001 and
>>> http://bugs.squeak.org/view.php?id=7068 . Have you tried a 3.10-4 VM as Bert
>>> suggest on both issues?
>>
>> Yes, tried, but can't fix on my Xubuntu box. Anyway as soon as I can
>> get a bit more of free time will make more tests.
>>
>> See you.
>> Germán.
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Segmentation fault with VM 3.10.4 (was Re: Cuis - Some trouble on the display)

garduino
Hi Philippe.....Not, Xubuntu 32 bits.

The vm isn't to 32 bits?

Cheers.
Germán.


2009/5/31 Philippe Marschall <[hidden email]>:

> Do you have a 64bit OS?
>
> Cheers
> Philippe
>
> 2009/5/30 Germán Arduino <[hidden email]>:
>> Trying to use the newest 3.10.4 VM on my Xubuntu box (Version 9.04)
>> with Compiz disabled I get a segmentation fault at this way:
>>
>> I start the image (a 3.10.2 7179 basic image) and try to put the fonts
>> on demo mode (A thing I do usually to see fonts bigger) and get the
>> crash, as follow:
>>
>> garduino@chavo:~/SqueakDev/3.10.2Seaside$ squeak Squeak3.10.2-7179-basic.image
>>
>> Segmentation fault
>>
>> 2016366172 UUID>initialize
>> 2016366056 Behavior>new:
>> 2016365964 >new
>> 2016365872 >setTimeStamp
>> 2016365688 >updateInstances
>> 2016363564 >setMenuFontTo:
>> 2015449304 [] in >setDefaultFonts:
>> 2015449168 SequenceableCollection>do:
>> 2015448500 >setDefaultFonts:
>> 2015448316 >setDemoFonts
>> 2015448224 [] in MenuItemMorph>invokeWithEvent:
>> 2015448132 BlockContext>ensure:
>> 2015448040 Cursor>showWhile:
>> 2015447864 MenuItemMorph>invokeWithEvent:
>> 2015447772 MenuItemMorph>mouseUp:
>> 2015447680 MenuItemMorph>handleMouseUp:
>> 2015447548 MouseButtonEvent>sentTo:
>> 2015447456 Morph>handleEvent:
>> 2015447364 MorphicEventDispatcher>dispatchDefault:with:
>> 2015447272 MorphicEventDispatcher>dispatchEvent:with:
>> 2015447180 Morph>processEvent:using:
>> 2015447088 MorphicEventDispatcher>dispatchDefault:with:
>> 2015446980 MorphicEventDispatcher>dispatchEvent:with:
>> 2015446848 Morph>processEvent:using:
>> 2015446756 Morph>processEvent:
>> 2015446664 MenuMorph>handleFocusEvent:
>> 2015446388 [] in HandMorph>sendFocusEvent:to:clear:
>> 2015446480 [] in PasteUpMorph>becomeActiveDuring:
>> 2015446296 BlockContext>on:do:
>> 2015446204 PasteUpMorph>becomeActiveDuring:
>> 2015446020 HandMorph>sendFocusEvent:to:clear:
>> 2015445928 HandMorph>sendEvent:focus:clear:
>> 2015445836 HandMorph>sendMouseEvent:
>> 2015445692 HandMorph>handleEvent:
>> 2015445392 HandMorph>processEvents
>> 2015445484 [] in WorldState>doOneCycleNowFor:
>> 2015445300 SequenceableCollection>do:
>> 2015445208 WorldState>handsDo:
>> 2015445116 WorldState>doOneCycleNowFor:
>> 2015444932 WorldState>doOneCycleFor:
>> 2015444840 PasteUpMorph>doOneCycle
>> 2012787260 [] in >spawnNewProcess
>> 2012787444 [] in BlockContext>newProcess
>> Cancelado
>>
>>
>> With Compiz enabled I get the same behaviour.
>>
>> Any suggestion will be appreciated.
>>
>> Cheers.
>>
>>
>>
>> 2009/5/26 Germán Arduino <[hidden email]>:
>>> 2009/5/26 Juan Vuletich <[hidden email]>:
>>>> I never heard of any Squeak supporting 24bpp Display. I guess that advice
>>>> would be about the Linux display, not Squeak's, right?
>>>
>>> Not sure, I read about 224bpp just on Mantis.
>>>
>>>>
>>>> BTW, your problem sounds like http://bugs.squeak.org/view.php?id=7001 and
>>>> http://bugs.squeak.org/view.php?id=7068 . Have you tried a 3.10-4 VM as Bert
>>>> suggest on both issues?
>>>
>>> Yes, tried, but can't fix on my Xubuntu box. Anyway as soon as I can
>>> get a bit more of free time will make more tests.
>>>
>>> See you.
>>> Germán.
>>>
>>
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Segmentation fault with VM 3.10.4 (was Re: Cuis - Some trouble on the display)

Mariano Martinez Peck
In reply to this post by garduino
I think this bug has been also reported in Pharo:

http://code.google.com/p/pharo/issues/detail?can=2&q=855&colspec=ID%20Type%20Status%20Summary%20Milestone&id=855

See there is a workarround.

Cheers

Mariano

On Sat, May 30, 2009 at 12:35 PM, Germán Arduino <[hidden email]> wrote:
Trying to use the newest 3.10.4 VM on my Xubuntu box (Version 9.04)
with Compiz disabled I get a segmentation fault at this way:

I start the image (a 3.10.2 7179 basic image) and try to put the fonts
on demo mode (A thing I do usually to see fonts bigger) and get the
crash, as follow:

garduino@chavo:~/SqueakDev/3.10.2Seaside$ squeak Squeak3.10.2-7179-basic.image

Segmentation fault

2016366172 UUID>initialize
2016366056 Behavior>new:
2016365964 >new
2016365872 >setTimeStamp
2016365688 >updateInstances
2016363564 >setMenuFontTo:
2015449304 [] in >setDefaultFonts:
2015449168 SequenceableCollection>do:
2015448500 >setDefaultFonts:
2015448316 >setDemoFonts
2015448224 [] in MenuItemMorph>invokeWithEvent:
2015448132 BlockContext>ensure:
2015448040 Cursor>showWhile:
2015447864 MenuItemMorph>invokeWithEvent:
2015447772 MenuItemMorph>mouseUp:
2015447680 MenuItemMorph>handleMouseUp:
2015447548 MouseButtonEvent>sentTo:
2015447456 Morph>handleEvent:
2015447364 MorphicEventDispatcher>dispatchDefault:with:
2015447272 MorphicEventDispatcher>dispatchEvent:with:
2015447180 Morph>processEvent:using:
2015447088 MorphicEventDispatcher>dispatchDefault:with:
2015446980 MorphicEventDispatcher>dispatchEvent:with:
2015446848 Morph>processEvent:using:
2015446756 Morph>processEvent:
2015446664 MenuMorph>handleFocusEvent:
2015446388 [] in HandMorph>sendFocusEvent:to:clear:
2015446480 [] in PasteUpMorph>becomeActiveDuring:
2015446296 BlockContext>on:do:
2015446204 PasteUpMorph>becomeActiveDuring:
2015446020 HandMorph>sendFocusEvent:to:clear:
2015445928 HandMorph>sendEvent:focus:clear:
2015445836 HandMorph>sendMouseEvent:
2015445692 HandMorph>handleEvent:
2015445392 HandMorph>processEvents
2015445484 [] in WorldState>doOneCycleNowFor:
2015445300 SequenceableCollection>do:
2015445208 WorldState>handsDo:
2015445116 WorldState>doOneCycleNowFor:
2015444932 WorldState>doOneCycleFor:
2015444840 PasteUpMorph>doOneCycle
2012787260 [] in >spawnNewProcess
2012787444 [] in BlockContext>newProcess
Cancelado


With Compiz enabled I get the same behaviour.

Any suggestion will be appreciated.

Cheers.



2009/5/26 Germán Arduino <[hidden email]>:
> 2009/5/26 Juan Vuletich <[hidden email]>:
>> I never heard of any Squeak supporting 24bpp Display. I guess that advice
>> would be about the Linux display, not Squeak's, right?
>
> Not sure, I read about 224bpp just on Mantis.
>
>>
>> BTW, your problem sounds like http://bugs.squeak.org/view.php?id=7001 and
>> http://bugs.squeak.org/view.php?id=7068 . Have you tried a 3.10-4 VM as Bert
>> suggest on both issues?
>
> Yes, tried, but can't fix on my Xubuntu box. Anyway as soon as I can
> get a bit more of free time will make more tests.
>
> See you.
> Germán.
>




Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Segmentation fault with VM 3.10.4 (was Re: Cuis - Some trouble on the display)

Philippe Marschall
In reply to this post by garduino
2009/5/31 Germán Arduino <[hidden email]>:
> Hi Philippe.....Not, Xubuntu 32 bits.
>
> The vm isn't to 32 bits?

The VM is very likely 32bit. AFAIK the only way to get a 64bit VM is
to compile from sources.

Cheers
Philippe

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Segmentation fault with VM 3.10.4 (was Re: Cuis - Some trouble on the display)

Damien Cassou-3
In reply to this post by garduino
On Sat, May 30, 2009 at 5:35 PM, Germán Arduino <[hidden email]> wrote:

> Trying to use the newest 3.10.4 VM on my Xubuntu box (Version 9.04)
> with Compiz disabled I get a segmentation fault at this way:
>
> I start the image (a 3.10.2 7179 basic image) and try to put the fonts
> on demo mode (A thing I do usually to see fonts bigger) and get the
> crash, as follow:
>
> garduino@chavo:~/SqueakDev/3.10.2Seaside$ squeak Squeak3.10.2-7179-basic.image
>
> Segmentation fault
>
> 2016366172 UUID>initialize

Go to the directory where you put the VM and rename the UUIDPlugin
directory to something else like UUIDPlugin.bak and restart Squeak.

--
Damien Cassou
http://damiencassou.seasidehosting.st

"Lambdas are relegated to relative obscurity until Java makes them
popular by not having them." James Iry

Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Segmentation fault with VM 3.10.4 (was Re: Cuis - Some trouble on the display)

garduino
Yes, worked at this way, thanks!

Germán.


2009/6/1 Damien Cassou <[hidden email]>:

> On Sat, May 30, 2009 at 5:35 PM, Germán Arduino <[hidden email]> wrote:
>> Trying to use the newest 3.10.4 VM on my Xubuntu box (Version 9.04)
>> with Compiz disabled I get a segmentation fault at this way:
>>
>> I start the image (a 3.10.2 7179 basic image) and try to put the fonts
>> on demo mode (A thing I do usually to see fonts bigger) and get the
>> crash, as follow:
>>
>> garduino@chavo:~/SqueakDev/3.10.2Seaside$ squeak Squeak3.10.2-7179-basic.image
>>
>> Segmentation fault
>>
>> 2016366172 UUID>initialize
>
> Go to the directory where you put the VM and rename the UUIDPlugin
> directory to something else like UUIDPlugin.bak and restart Squeak.
>
> --
> Damien Cassou
> http://damiencassou.seasidehosting.st
>
> "Lambdas are relegated to relative obscurity until Java makes them
> popular by not having them." James Iry
>
>