FW: [Seaside] Changes file too big

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

FW: [Seaside] Changes file too big

Robert Sirois
How do I clear my changes file? Smalltalk condenseChanges. just brings up a PositionalStream error.

Thanks, RS

_______________________________________________
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: FW: [Seaside] Changes file too big

Stéphane Ducasse
Oops.
Robert can you tell us which version you are using?

Stef

> How do I clear my changes file? Smalltalk condenseChanges. just brings up a PositionalStream error.
>
> Thanks, RS
> _______________________________________________
> 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: FW: [Seaside] Changes file too big

Mariano Martinez Peck
With condenseCHanges we used to have the problem with "Invalid UTF input dected" (or something like that), but I don't know a possition error. Provide, VM and image version, and a clean PharoDebug.log.

cheers

mariano

On Wed, Aug 18, 2010 at 10:58 PM, Stéphane Ducasse <[hidden email]> wrote:
Oops.
Robert can you tell us which version you are using?

Stef

> How do I clear my changes file? Smalltalk condenseChanges. just brings up a PositionalStream error.
>
> Thanks, RS
> _______________________________________________
> 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: FW: [Seaside] Changes file too big

Robert Sirois
In reply to this post by Stéphane Ducasse
I can't say for sure until I get home but it was the something dot 505 from a little earlier this year.

Thanks,
RS

Oh, also.. that condenseChanges messed up monticello, too.

> From: stephane.ducasse@inria.fr
> Date: Wed, 18 Aug 2010 22:58:32 +0200
> To: Pharo-project@lists.gforge.inria.fr
> Subject: Re: [Pharo-project] FW: [Seaside] Changes file too big
>
> Oops.
> Robert can you tell us which version you are using?
>
> Stef
>
> > How do I clear my changes file? Smalltalk condenseChanges. just brings up a PositionalStream error.
> >
> > Thanks, RS
> > _______________________________________________
> > Pharo-project mailing list
> > Pharo-project@lists.gforge.inria.fr
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project@lists.gforge.inria.fr
> 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
|

FW: FW: [Seaside] Changes file too big

Robert Sirois



From: [hidden email]
To: [hidden email]
Subject: RE: [Pharo-project] FW: [Seaside] Changes file too big
Date: Wed, 18 Aug 2010 20:56:37 -0600

Ok... I was running "pharo1.0-10505-rc1dev10.01.2".

I decided to time machine back to last night, so I only lost a couple hours of work. Somehow Gofer, maybe? added tons of lines of random code to all the methods in the packages I was trying to save out via Monticello and erased all the code I had in them.

If you need more information I can pull the image out of time machine from this morning again.

Thanks,
RS

How do I clear the changes or make the max bigger? I would think it would be easy.


From: [hidden email]
To: [hidden email]
Subject: RE: [Pharo-project] FW: [Seaside] Changes file too big
Date: Wed, 18 Aug 2010 17:22:46 -0600

I can't say for sure until I get home but it was the something dot 505 from a little earlier this year.

Thanks,
RS

Oh, also.. that condenseChanges messed up monticello, too.

> From: [hidden email]
> Date: Wed, 18 Aug 2010 22:58:32 +0200
> To: [hidden email]
> Subject: Re: [Pharo-project] FW: [Seaside] Changes file too big
>
> Oops.
> Robert can you tell us which version you are using?
>
> Stef
>
> > How do I clear my changes file? Smalltalk condenseChanges. just brings up a PositionalStream error.
> >
> > Thanks, RS
> > _______________________________________________
> > 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: FW: FW: [Seaside] Changes file too big

Stéphane Ducasse
I took a 1.1 oneClickImage and did Smalltalk condenseChanges and I got no problem.
So may be one of the packages you loaded got a problem.

Stef


On Aug 19, 2010, at 4:57 AM, Robert Sirois wrote:

>
>
> From: [hidden email]
> To: [hidden email]
> Subject: RE: [Pharo-project] FW: [Seaside] Changes file too big
> Date: Wed, 18 Aug 2010 20:56:37 -0600
>
> Ok... I was running "pharo1.0-10505-rc1dev10.01.2".
>
> I decided to time machine back to last night, so I only lost a couple hours of work. Somehow Gofer, maybe? added tons of lines of random code to all the methods in the packages I was trying to save out via Monticello and erased all the code I had in them.
>
> If you need more information I can pull the image out of time machine from this morning again.
>
> Thanks,
> RS
>
> How do I clear the changes or make the max bigger? I would think it would be easy.
>
> From: [hidden email]
> To: [hidden email]
> Subject: RE: [Pharo-project] FW: [Seaside] Changes file too big
> Date: Wed, 18 Aug 2010 17:22:46 -0600
>
> I can't say for sure until I get home but it was the something dot 505 from a little earlier this year.
>
> Thanks,
> RS
>
> Oh, also.. that condenseChanges messed up monticello, too.
>
> > From: [hidden email]
> > Date: Wed, 18 Aug 2010 22:58:32 +0200
> > To: [hidden email]
> > Subject: Re: [Pharo-project] FW: [Seaside] Changes file too big
> >
> > Oops.
> > Robert can you tell us which version you are using?
> >
> > Stef
> >
> > > How do I clear my changes file? Smalltalk condenseChanges. just brings up a PositionalStream error.
> > >
> > > Thanks, RS
> > > _______________________________________________
> > > 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


_______________________________________________
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: FW: [Seaside] Changes file too big

Robert Sirois
In reply to this post by Mariano Martinez Peck
How do I get the log?

RS


Date: Wed, 18 Aug 2010 23:00:40 +0200
From: [hidden email]
To: [hidden email]
Subject: Re: [Pharo-project] FW: [Seaside] Changes file too big

With condenseCHanges we used to have the problem with "Invalid UTF input dected" (or something like that), but I don't know a possition error. Provide, VM and image version, and a clean PharoDebug.log.

cheers

mariano

On Wed, Aug 18, 2010 at 10:58 PM, Stéphane Ducasse <[hidden email]> wrote:
Oops.
Robert can you tell us which version you are using?

Stef

> How do I clear my changes file? Smalltalk condenseChanges. just brings up a PositionalStream error.
>
> Thanks, RS
> _______________________________________________
> 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

_______________________________________________
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: FW: [Seaside] Changes file too big

Stéphane Ducasse
on which os are you?
Normally there is a log file just close to your vm or image.


On Aug 19, 2010, at 3:03 PM, Robert Sirois wrote:

> How do I get the log?
>
> RS
>
> Date: Wed, 18 Aug 2010 23:00:40 +0200
> From: [hidden email]
> To: [hidden email]
> Subject: Re: [Pharo-project] FW: [Seaside] Changes file too big
>
> With condenseCHanges we used to have the problem with "Invalid UTF input dected" (or something like that), but I don't know a possition error. Provide, VM and image version, and a clean PharoDebug.log.
>
> cheers
>
> mariano
>
> On Wed, Aug 18, 2010 at 10:58 PM, Stéphane Ducasse <[hidden email]> wrote:
> Oops.
> Robert can you tell us which version you are using?
>
> Stef
>
> > How do I clear my changes file? Smalltalk condenseChanges. just brings up a PositionalStream error.
> >
> > Thanks, RS
> > _______________________________________________
> > 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
> _______________________________________________
> 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: FW: [Seaside] Changes file too big

Mariano Martinez Peck


On Thu, Aug 19, 2010 at 3:09 PM, Stéphane Ducasse <[hidden email]> wrote:
on which os are you?
Normally there is a log file just close to your vm or image.


It is in the same directory where your image is and it is called PharoDebug.log
but it is opened as append...thus all erros go there. To report an issue is better to remove it, reproduce again the bug and then you will have a clean PharoDebug.log with only that error.

cheers

mariano
 

On Aug 19, 2010, at 3:03 PM, Robert Sirois wrote:

> How do I get the log?
>
> RS
>
> Date: Wed, 18 Aug 2010 23:00:40 +0200
> From: [hidden email]
> To: [hidden email]
> Subject: Re: [Pharo-project] FW: [Seaside] Changes file too big
>
> With condenseCHanges we used to have the problem with "Invalid UTF input dected" (or something like that), but I don't know a possition error. Provide, VM and image version, and a clean PharoDebug.log.
>
> cheers
>
> mariano
>
> On Wed, Aug 18, 2010 at 10:58 PM, Stéphane Ducasse <[hidden email]> wrote:
> Oops.
> Robert can you tell us which version you are using?
>
> Stef
>
> > How do I clear my changes file? Smalltalk condenseChanges. just brings up a PositionalStream error.
> >
> > Thanks, RS
> > _______________________________________________
> > 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
> _______________________________________________
> 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: FW: [Seaside] Changes file too big

Marcus Denker-4
In reply to this post by Stéphane Ducasse



From: Robert Sirois <[hidden email]>
Date: August 19, 2010 3:17:56 PM GMT+02:00
To: <[hidden email]>
Subject: RE: [Pharo-project] FW: [Seaside] Changes file too big


Mmk, thank you.

Pharo: pharo1.0-10505-rc1dev10.01.2.image
VM: Squeak 4.2.2beta1U

The log file is attached.





On Aug 19, 2010, at 3:09 PM, Stéphane Ducasse wrote:

> on which os are you?
> Normally there is a log file just close to your vm or image.
>

--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


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

PharoDebug.log.zip (316K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: FW: [Seaside] Changes file too big

Mariano Martinez Peck


2010/8/19 Marcus Denker <[hidden email]>



From: Robert Sirois <[hidden email]>
Date: August 19, 2010 3:17:56 PM GMT+02:00
Subject: RE: [Pharo-project] FW: [Seaside] Changes file too big


Mmk, thank you.

Pharo: pharo1.0-10505-rc1dev10.01.2.image
VM: Squeak 4.2.2beta1U

The log file is attached.




mmmm wierd...are you tryiing to create a class called serhgresh ?  it should be uppercase... Serhgresh
 



On Aug 19, 2010, at 3:09 PM, Stéphane Ducasse wrote:

> on which os are you?
> Normally there is a log file just close to your vm or image.
>

--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


_______________________________________________
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: FW: [Seaside] Changes file too big

Robert Sirois
I can't be responsible for all my code ;)

What is the solution by the way? My changes file is up from 9mb last night to 31.5 just this morning already...

RS


Date: Thu, 19 Aug 2010 16:01:13 +0200
From: [hidden email]
To: [hidden email]
Subject: Re: [Pharo-project] FW: [Seaside] Changes file too big



2010/8/19 Marcus Denker <[hidden email]>



From: Robert Sirois <[hidden email]>
Date: August 19, 2010 3:17:56 PM GMT+02:00
Subject: RE: [Pharo-project] FW: [Seaside] Changes file too big


Mmk, thank you.

Pharo: pharo1.0-10505-rc1dev10.01.2.image
VM: Squeak 4.2.2beta1U

The log file is attached.




mmmm wierd...are you tryiing to create a class called serhgresh ?  it should be uppercase... Serhgresh
 



On Aug 19, 2010, at 3:09 PM, Stéphane Ducasse wrote:

> on which os are you?
> Normally there is a log file just close to your vm or image.
>

--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


_______________________________________________
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: FW: [Seaside] Changes file too big

Robert Sirois
Adding an image to a WAFileLibrary (100 - 150kb) increases the changes file size by 0.5 mb consistently.

Pharo 10505

RS


From: [hidden email]
To: [hidden email]
Date: Thu, 19 Aug 2010 08:18:18 -0600
Subject: Re: [Pharo-project] FW: [Seaside] Changes file too big

I can't be responsible for all my code ;)

What is the solution by the way? My changes file is up from 9mb last night to 31.5 just this morning already...

RS


Date: Thu, 19 Aug 2010 16:01:13 +0200
From: [hidden email]
To: [hidden email]
Subject: Re: [Pharo-project] FW: [Seaside] Changes file too big



2010/8/19 Marcus Denker <[hidden email]>



From: Robert Sirois <[hidden email]>
Date: August 19, 2010 3:17:56 PM GMT+02:00
Subject: RE: [Pharo-project] FW: [Seaside] Changes file too big


Mmk, thank you.

Pharo: pharo1.0-10505-rc1dev10.01.2.image
VM: Squeak 4.2.2beta1U

The log file is attached.




mmmm wierd...are you tryiing to create a class called serhgresh ?  it should be uppercase... Serhgresh
 



On Aug 19, 2010, at 3:09 PM, Stéphane Ducasse wrote:

> on which os are you?
> Normally there is a log file just close to your vm or image.
>

--
Marcus Denker  -- http://www.marcusdenker.de
INRIA Lille -- Nord Europe. Team RMoD.


_______________________________________________
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

_______________________________________________
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: FW: [Seaside] Changes file too big

Sven Van Caekenberghe
Robert,

On 20 Aug 2010, at 16:19, Robert Sirois wrote:

> Adding an image to a WAFileLibrary (100 - 150kb) increases the changes file size by 0.5 mb consistently.

That is perfectly normal: the textual representation of your binary image ( ^ #( 34 34 4 3 23 ... 34 2 2) asByteArray ) is many times larger than the bytes themselves. This representation is in a method's source code. All method source code is written to the changes file, every time it changes. WAFileLibrary is great because it is super easy, flexible and convenient, but it is not meant for heavy use.

Sven


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