Re: Bug#195846: python2.2: Core-dumps when files get large

2003-06-02 Thread John Goerzen
On Mon, Jun 02, 2003 at 10:56:05PM +0200, Matthias Klose wrote: > That are 18MB, not 1,8GB. Oops. > Without a stack trace, there is not much to do ... Here you go: #0 0x0fd90454 in exit () from /lib/libc.so.6 #1 0x0fd9044c in exit () from /lib/libc.so.6 #2 0x0ff79884 in __pthread_sighandler (

Re: Bug#195846: python2.2: Core-dumps when files get large

2003-06-02 Thread Matthias Klose
[I'm away for two weeks, so please could somebody help?] John Goerzen writes: > Package: python2.2 > Version: 2.2.3-1 > Severity: serious > > Hello, > > I have a program that writes a logfile. It is opened with a standard > open(filename, "wt") call. > > Whenever this file approaches about 1.8

Re: Python mkhowto and friends

2003-06-02 Thread Matthias Klose
As I am away the next two weeks, is somebody interested to make a patch to build such a package from the python source? Fabian Fagerholm writes: > Hi! > > I've been working on packaging Albatross, a web application toolkit for > Python (see ITP: #193574). Albatross has very nice documentation tha