Segmentation fault when publishing a package

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

Segmentation fault when publishing a package

hernan.wilkinson
Hi,
 I'm running pharo on Ubuntu 9.04 64 bits. When I publish a package to my disk, after pressing "Accept" on the "Edit Version Name and Message"  dialog, the VM just dies.
 Is it a know problem? Is so, how do I fix it?
 
I get this on the terminal window:

Segmentation fault

-1179441236 UUID>initialize
-1179441352 Behavior>new:
-1179441444 >new
-1179441536 MCWorkingAncestry>infoWithName:message:
-1179441628 MCWorkingCopy>newVersionWithName:message:
-1179733152 MCWorkingCopy>newVersion
-1179775844 OBCmdPublishPackage>execute
-1179775956 OBCommand>perform:orSendTo:
-1179776048 MenuItemMorph>invokeWithEvent:
-1179776164 BlockClosure>ensure:
-1179776256 Cursor>showWhile:
-1179776356 MenuItemMorph>invokeWithEvent:
-1179776448 MenuItemMorph>mouseUp:
-1179776540 MenuItemMorph>handleMouseUp:
-1179776676 MouseButtonEvent>sentTo:
-1179776768 Morph>handleEvent:
-1179776860 MorphicEventDispatcher>dispatchDefault:with:
-1179776952 MorphicEventDispatcher>dispatchEvent:with:
-1179777044 Morph>processEvent:using:
-1179777136 MorphicEventDispatcher>dispatchDefault:with:
-1179777244 MorphicEventDispatcher>dispatchEvent:with:
-1179777380 Morph>processEvent:using:
-1179777472 Morph>processEvent:
-1179777564 MenuMorph>handleFocusEvent:
-1179777656 HandMorph>sendFocusEvent:to:clear:
-1179777748 PasteUpMorph>becomeActiveDuring:
-1179777916 BlockClosure>on:do:
-1179778008 PasteUpMorph>becomeActiveDuring:
-1179778124 HandMorph>sendFocusEvent:to:clear:
-1179778216 HandMorph>sendEvent:focus:clear:
-1179778376 HandMorph>sendMouseEvent:
-1179778468 HandMorph>handleEvent:
-1179778600 HandMorph>processEvents
-1179778708 WorldState>doOneCycleNowFor:
-1179778800 SequenceableCollection>do:
-1179778892 WorldState>handsDo:
-1179778984 WorldState>doOneCycleNowFor:
-1179779076 WorldState>doOneCycleFor:
-1179779168 PasteUpMorph>doOneCycle
-1195846732 >spawnNewProcess
-1195846860 BlockClosure>newProcess
Aborted

Thanks,
Hernan.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Segmentation fault when publishing a package

Mariano Martinez Peck
Very known problem: http://code.google.com/p/pharo/issues/detail?id=855

1) Download new exupery-0.15.1 from here: http://gforge.inria.fr/frs/download.php/22421/pharo-vm-0.15.1b-linux.zip

2) On Ubuntu 9.04, find the UUIDPlugin folder and rename the _folder_ to something like UUIDPlugin-not-used and all should be well.

2009/6/16 Hernan Wilkinson <[hidden email]>
Hi,
 I'm running pharo on Ubuntu 9.04 64 bits. When I publish a package to my disk, after pressing "Accept" on the "Edit Version Name and Message"  dialog, the VM just dies.
 Is it a know problem? Is so, how do I fix it?
 
I get this on the terminal window:

Segmentation fault

-1179441236 UUID>initialize
-1179441352 Behavior>new:
-1179441444 >new
-1179441536 MCWorkingAncestry>infoWithName:message:
-1179441628 MCWorkingCopy>newVersionWithName:message:
-1179733152 MCWorkingCopy>newVersion
-1179775844 OBCmdPublishPackage>execute
-1179775956 OBCommand>perform:orSendTo:
-1179776048 MenuItemMorph>invokeWithEvent:
-1179776164 BlockClosure>ensure:
-1179776256 Cursor>showWhile:
-1179776356 MenuItemMorph>invokeWithEvent:
-1179776448 MenuItemMorph>mouseUp:
-1179776540 MenuItemMorph>handleMouseUp:
-1179776676 MouseButtonEvent>sentTo:
-1179776768 Morph>handleEvent:
-1179776860 MorphicEventDispatcher>dispatchDefault:with:
-1179776952 MorphicEventDispatcher>dispatchEvent:with:
-1179777044 Morph>processEvent:using:
-1179777136 MorphicEventDispatcher>dispatchDefault:with:
-1179777244 MorphicEventDispatcher>dispatchEvent:with:
-1179777380 Morph>processEvent:using:
-1179777472 Morph>processEvent:
-1179777564 MenuMorph>handleFocusEvent:
-1179777656 HandMorph>sendFocusEvent:to:clear:
-1179777748 PasteUpMorph>becomeActiveDuring:
-1179777916 BlockClosure>on:do:
-1179778008 PasteUpMorph>becomeActiveDuring:
-1179778124 HandMorph>sendFocusEvent:to:clear:
-1179778216 HandMorph>sendEvent:focus:clear:
-1179778376 HandMorph>sendMouseEvent:
-1179778468 HandMorph>handleEvent:
-1179778600 HandMorph>processEvents
-1179778708 WorldState>doOneCycleNowFor:
-1179778800 SequenceableCollection>do:
-1179778892 WorldState>handsDo:
-1179778984 WorldState>doOneCycleNowFor:
-1179779076 WorldState>doOneCycleFor:
-1179779168 PasteUpMorph>doOneCycle
-1195846732 >spawnNewProcess
-1195846860 BlockClosure>newProcess
Aborted

Thanks,
Hernan.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Segmentation fault when publishing a package

Stéphane Ducasse
In reply to this post by hernan.wilkinson
hernan

there is a problem with a plugin of the limux VM
search for UUID in the archive and you will the resolution.
Normally a new VM was published by damien.

Stef
On Jun 16, 2009, at 7:52 PM, Hernan Wilkinson wrote:

> Hi,
>  I'm running pharo on Ubuntu 9.04 64 bits. When I publish a package  
> to my disk, after pressing "Accept" on the "Edit Version Name and  
> Message"  dialog, the VM just dies.
>  Is it a know problem? Is so, how do I fix it?
>
> I get this on the terminal window:
>
> Segmentation fault
>
> -1179441236 UUID>initialize
> -1179441352 Behavior>new:
> -1179441444 >new
> -1179441536 MCWorkingAncestry>infoWithName:message:
> -1179441628 MCWorkingCopy>newVersionWithName:message:
> -1179733152 MCWorkingCopy>newVersion
> -1179775844 OBCmdPublishPackage>execute
> -1179775956 OBCommand>perform:orSendTo:
> -1179776048 MenuItemMorph>invokeWithEvent:
> -1179776164 BlockClosure>ensure:
> -1179776256 Cursor>showWhile:
> -1179776356 MenuItemMorph>invokeWithEvent:
> -1179776448 MenuItemMorph>mouseUp:
> -1179776540 MenuItemMorph>handleMouseUp:
> -1179776676 MouseButtonEvent>sentTo:
> -1179776768 Morph>handleEvent:
> -1179776860 MorphicEventDispatcher>dispatchDefault:with:
> -1179776952 MorphicEventDispatcher>dispatchEvent:with:
> -1179777044 Morph>processEvent:using:
> -1179777136 MorphicEventDispatcher>dispatchDefault:with:
> -1179777244 MorphicEventDispatcher>dispatchEvent:with:
> -1179777380 Morph>processEvent:using:
> -1179777472 Morph>processEvent:
> -1179777564 MenuMorph>handleFocusEvent:
> -1179777656 HandMorph>sendFocusEvent:to:clear:
> -1179777748 PasteUpMorph>becomeActiveDuring:
> -1179777916 BlockClosure>on:do:
> -1179778008 PasteUpMorph>becomeActiveDuring:
> -1179778124 HandMorph>sendFocusEvent:to:clear:
> -1179778216 HandMorph>sendEvent:focus:clear:
> -1179778376 HandMorph>sendMouseEvent:
> -1179778468 HandMorph>handleEvent:
> -1179778600 HandMorph>processEvents
> -1179778708 WorldState>doOneCycleNowFor:
> -1179778800 SequenceableCollection>do:
> -1179778892 WorldState>handsDo:
> -1179778984 WorldState>doOneCycleNowFor:
> -1179779076 WorldState>doOneCycleFor:
> -1179779168 PasteUpMorph>doOneCycle
> -1195846732 >spawnNewProcess
> -1195846860 BlockClosure>newProcess
> Aborted
>
> Thanks,
> Hernan.
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Segmentation fault when publishing a package

hernan.wilkinson
thank guys. I'll install the new vm.

On Tue, Jun 16, 2009 at 3:12 PM, Stéphane Ducasse <[hidden email]> wrote:
hernan

there is a problem with a plugin of the limux VM
search for UUID in the archive and you will the resolution.
Normally a new VM was published by damien.

Stef
On Jun 16, 2009, at 7:52 PM, Hernan Wilkinson wrote:

> Hi,
>  I'm running pharo on Ubuntu 9.04 64 bits. When I publish a package
> to my disk, after pressing "Accept" on the "Edit Version Name and
> Message"  dialog, the VM just dies.
>  Is it a know problem? Is so, how do I fix it?
>
> I get this on the terminal window:
>
> Segmentation fault
>
> -1179441236 UUID>initialize
> -1179441352 Behavior>new:
> -1179441444 >new
> -1179441536 MCWorkingAncestry>infoWithName:message:
> -1179441628 MCWorkingCopy>newVersionWithName:message:
> -1179733152 MCWorkingCopy>newVersion
> -1179775844 OBCmdPublishPackage>execute
> -1179775956 OBCommand>perform:orSendTo:
> -1179776048 MenuItemMorph>invokeWithEvent:
> -1179776164 BlockClosure>ensure:
> -1179776256 Cursor>showWhile:
> -1179776356 MenuItemMorph>invokeWithEvent:
> -1179776448 MenuItemMorph>mouseUp:
> -1179776540 MenuItemMorph>handleMouseUp:
> -1179776676 MouseButtonEvent>sentTo:
> -1179776768 Morph>handleEvent:
> -1179776860 MorphicEventDispatcher>dispatchDefault:with:
> -1179776952 MorphicEventDispatcher>dispatchEvent:with:
> -1179777044 Morph>processEvent:using:
> -1179777136 MorphicEventDispatcher>dispatchDefault:with:
> -1179777244 MorphicEventDispatcher>dispatchEvent:with:
> -1179777380 Morph>processEvent:using:
> -1179777472 Morph>processEvent:
> -1179777564 MenuMorph>handleFocusEvent:
> -1179777656 HandMorph>sendFocusEvent:to:clear:
> -1179777748 PasteUpMorph>becomeActiveDuring:
> -1179777916 BlockClosure>on:do:
> -1179778008 PasteUpMorph>becomeActiveDuring:
> -1179778124 HandMorph>sendFocusEvent:to:clear:
> -1179778216 HandMorph>sendEvent:focus:clear:
> -1179778376 HandMorph>sendMouseEvent:
> -1179778468 HandMorph>handleEvent:
> -1179778600 HandMorph>processEvents
> -1179778708 WorldState>doOneCycleNowFor:
> -1179778800 SequenceableCollection>do:
> -1179778892 WorldState>handsDo:
> -1179778984 WorldState>doOneCycleNowFor:
> -1179779076 WorldState>doOneCycleFor:
> -1179779168 PasteUpMorph>doOneCycle
> -1195846732 >spawnNewProcess
> -1195846860 BlockClosure>newProcess
> Aborted
>
> Thanks,
> Hernan.
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Segmentation fault when publishing a package

Damien Cassou
In reply to this post by Mariano Martinez Peck
2009/6/16 Mariano Martinez Peck <[hidden email]>:
> Very known problem: http://code.google.com/p/pharo/issues/detail?id=855
>
> 1) Download new exupery-0.15.1 from here:
> http://gforge.inria.fr/frs/download.php/22421/pharo-vm-0.15.1b-linux.zip
>
> 2) On Ubuntu 9.04, find the UUIDPlugin folder and rename the _folder_ to
> something like UUIDPlugin-not-used and all should be well.

Do either one or the other solution. Not both. And the download link
is always on http://pharo-project.org/download.

Please report any other problem

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

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

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project