Re: python crash on windows but not on linux

2010-02-15 Thread hjebbers
On 13 feb, 13:48, Dave Angel da...@ieee.org wrote: hjebbers wrote: On Feb 13, 10:25 am, Dennis Lee Bieber wlfr...@ix.netcom.com wrote: On Fri, 12 Feb 2010 09:21:07 -0800 (PST), hjebbers hjebb...@gmail.com declaimed the following in gmane.comp.python.general: What strikes me is: 1. the

Re: python crash on windows but not on linux

2010-02-14 Thread Roel Schroeven
Op 2010-02-13 13:14, Alf P. Steinbach schreef: * hjebbers: I enlarged the windows page file from 750Kb to 1.5Gb . The crash still happens. btw, the crash does not happen at a peak memory usage. According to windows task manager, at the moment of crash mem usage of my program is 669kb, peak

Re: python crash on windows but not on linux

2010-02-13 Thread Peter Otten
hjebbers wrote: On Feb 12, 3:17 pm, Peter Otten __pete...@web.de wrote: hjebbers wrote: On Feb 11, 7:01 pm, Peter Otten __pete...@web.de wrote: hjebbers wrote: On Feb 11, 5:45 pm, M3RT mgul...@gmail.com wrote: The problem may be related to how you treat the EDI file or lets say

Re: python crash on windows but not on linux

2010-02-13 Thread hjebbers
On Feb 12, 11:46 pm, Rob Williscroft r...@rtw.me.uk wrote: hjebbers wrote in news:2864756a-292b-4138-abfd- 3348b72b7...@u9g2000yqb.googlegroups.com in comp.lang.python: the information about the error is a windows dump. This may help:

Re: python crash on windows but not on linux

2010-02-13 Thread hjebbers
On Feb 13, 11:03 am, Peter Otten __pete...@web.de wrote: hjebbers wrote: On Feb 12, 3:17 pm, Peter Otten __pete...@web.de wrote: hjebbers wrote: On Feb 11, 7:01 pm, Peter Otten __pete...@web.de wrote: hjebbers wrote: On Feb 11, 5:45 pm, M3RT mgul...@gmail.com wrote: The problem

Re: python crash on windows but not on linux

2010-02-13 Thread hjebbers
On Feb 13, 10:25 am, Dennis Lee Bieber wlfr...@ix.netcom.com wrote: On Fri, 12 Feb 2010 09:21:07 -0800 (PST), hjebbers hjebb...@gmail.com declaimed the following in gmane.comp.python.general: What strikes me is: 1. the crash on windows, but linux works OK (same test sets) 2. the linux box

Re: python crash on windows but not on linux

2010-02-13 Thread hjebbers
to all, thanks for the pointers so far. if you feel the need to reproduce the crash, it's not that hard, (downloading and installing my edi translator, install configuration (button-click), and run. I have a modified version (replace some *.py files) that eliminate a lot of stuff (simpler setup,

Re: python crash on windows but not on linux

2010-02-13 Thread Diez B. Roggisch
Am 13.02.10 11:50, schrieb hjebbers: On Feb 13, 10:25 am, Dennis Lee Bieberwlfr...@ix.netcom.com wrote: On Fri, 12 Feb 2010 09:21:07 -0800 (PST), hjebbershjebb...@gmail.com declaimed the following in gmane.comp.python.general: What strikes me is: 1. the crash on windows, but linux works OK

Re: python crash on windows but not on linux

2010-02-13 Thread hjebbers
On Feb 13, 12:24 pm, Diez B. Roggisch de...@nospam.web.de wrote: Am 13.02.10 11:50, schrieb hjebbers: On Feb 13, 10:25 am, Dennis Lee Bieberwlfr...@ix.netcom.com  wrote: On Fri, 12 Feb 2010 09:21:07 -0800 (PST), hjebbershjebb...@gmail.com declaimed the following in

Re: python crash on windows but not on linux

2010-02-13 Thread Alf P. Steinbach
* hjebbers: I enlarged the windows page file from 750Kb to 1.5Gb . The crash still happens. btw, the crash does not happen at a peak memory usage. According to windows task manager, at the moment of crash mem usage of my program is 669kb, peak memory usage is 1.136kb henk-jan Probably you

Re: python crash on windows but not on linux

2010-02-13 Thread hjebbers
On Feb 13, 10:25 am, Dennis Lee Bieber wlfr...@ix.netcom.com wrote: On Fri, 12 Feb 2010 09:21:07 -0800 (PST), hjebbers hjebb...@gmail.com declaimed the following in gmane.comp.python.general: What strikes me is: 1. the crash on windows, but linux works OK (same test sets) 2. the linux box

Re: python crash on windows but not on linux

2010-02-13 Thread Dave Angel
hjebbers wrote: On Feb 13, 10:25 am, Dennis Lee Bieber wlfr...@ix.netcom.com wrote: On Fri, 12 Feb 2010 09:21:07 -0800 (PST), hjebbers hjebb...@gmail.com declaimed the following in gmane.comp.python.general: What strikes me is: 1. the crash on windows, but linux works OK (same test

Re: python crash on windows but not on linux

2010-02-12 Thread hjebbers
On Feb 11, 5:45 pm, M3RT mgul...@gmail.com wrote: Hi, The problem may be related to how you treat the EDI file or lets say DATA. Also your coding style is important. Can you provide more info? Yes, a whole lot more; but I do not want to bother you with that now. I was just wondering if it is

Re: python crash on windows but not on linux

2010-02-12 Thread Peter Otten
hjebbers wrote: On Feb 11, 5:45 pm, M3RT mgul...@gmail.com wrote: The problem may be related to how you treat the EDI file or lets say DATA. Also your coding style is important. Can you provide more info? Yes, a whole lot more; but I do not want to bother you with that now. I was just

Re: python crash on windows but not on linux

2010-02-12 Thread hjebbers
On Feb 12, 3:41 am, a...@pythoncraft.com (Aahz) wrote: In article 34fcf680-1aa4-4835-9eba-3db3249f3...@q16g2000yqq.googlegroups.com, hjebbers  hjebb...@gmail.com wrote: the error is a windows thing, I can make a screenshot of it, but I can not copy/paste text. In that case, you need to

Re: python crash on windows but not on linux

2010-02-12 Thread Dave Angel
hjebbers wrote: On Feb 12, 3:41 am, a...@pythoncraft.com (Aahz) wrote: In article 34fcf680-1aa4-4835-9eba-3db3249f3...@q16g2000yqq.googlegroups.com, hjebbers hjebb...@gmail.com wrote: the error is a windows thing, I can make a screenshot of it, but I can not copy/paste text.

Re: python crash on windows but not on linux

2010-02-12 Thread Steve Holden
Dave Angel wrote: hjebbers wrote: On Feb 12, 3:41 am, a...@pythoncraft.com (Aahz) wrote: In article 34fcf680-1aa4-4835-9eba-3db3249f3...@q16g2000yqq.googlegroups.com, hjebbers hjebb...@gmail.com wrote: the error is a windows thing, I can make a screenshot of it, but I can not

Re: python crash on windows but not on linux

2010-02-12 Thread hjebbers
On Feb 12, 2:06 pm, Dave Angel da...@ieee.org wrote: hjebbers wrote: On Feb 12, 3:41 am, a...@pythoncraft.com (Aahz) wrote: In article 34fcf680-1aa4-4835-9eba-3db3249f3...@q16g2000yqq.googlegroups.com, hjebbers  hjebb...@gmail.com wrote: the error is a windows thing, I can make a

Re: python crash on windows but not on linux

2010-02-12 Thread Christian Heimes
hjebbers wrote: The message on the screen is (I typed it over): ** python.exe python.exe has encountered a problem and needs to close. We are sorry for the inconvenience. If you were in the middle of

Re: python crash on windows but not on linux

2010-02-12 Thread Peter Otten
hjebbers wrote: On Feb 11, 7:01 pm, Peter Otten __pete...@web.de wrote: hjebbers wrote: On Feb 11, 5:45 pm, M3RT mgul...@gmail.com wrote: The problem may be related to how you treat the EDI file or lets say DATA. Also your coding style is important. Can you provide more info? Yes, a

Re: python crash on windows but not on linux

2010-02-12 Thread Bruno Desthuilliers
Peter Otten a écrit : (snip) Even on alt.haruspicy they cannot do much without a liver now and then... Muhahahahaha !-) +1 QOTW -- http://mail.python.org/mailman/listinfo/python-list

Re: Re: python crash on windows but not on linux

2010-02-12 Thread Dave Angel
hjebbers wrote: On Feb 12, 2:06 pm, Dave Angel da...@ieee.org wrote: hjebbers wrote: On Feb 12, 3:41 am, a...@pythoncraft.com (Aahz) wrote: In article 34fcf680-1aa4-4835-9eba-3db3249f3...@q16g2000yqq.googlegroups.com, hjebbers hjebb...@gmail.com wrote: the

Re: python crash on windows but not on linux

2010-02-12 Thread hjebbers
On Feb 12, 3:17 pm, Peter Otten __pete...@web.de wrote: hjebbers wrote: On Feb 11, 7:01 pm, Peter Otten __pete...@web.de wrote: hjebbers wrote: On Feb 11, 5:45 pm, M3RT mgul...@gmail.com wrote: The problem may be related to how you treat the EDI file or lets say DATA. Also your

Re: python crash on windows but not on linux

2010-02-12 Thread Rob Williscroft
hjebbers wrote in news:2864756a-292b-4138-abfd- 3348b72b7...@u9g2000yqb.googlegroups.com in comp.lang.python: the information about the error is a windows dump. This may help: # http://msdn.microsoft.com/en-us/library/ms680621(VS.85).aspx SEM_FAILCRITICALERRORS = 1 SEM_NOALIGNMENTFAULTEXCEPT

python crash on windows but not on linux

2010-02-11 Thread hjebbers
To all, I am running an EDI translator, and doing stress tests. When processing a test with a (relatively) big EDI file(s) on windowsXP I get a crash: 'sorry for the inconvenience' etc (so no clues about what is causing the problem) This happens with python 2.4, 2.5, 2.6 It does not happen

Re: python crash on windows but not on linux

2010-02-11 Thread hjebbers
On Feb 11, 7:01 pm, Peter Otten __pete...@web.de wrote: hjebbers wrote: On Feb 11, 5:45 pm, M3RT mgul...@gmail.com wrote: The problem may be related to how you treat the EDI file or lets say DATA. Also your coding style is important. Can you provide more info? Yes, a whole lot more; but

Re: python crash on windows but not on linux

2010-02-11 Thread hjebbers
On Feb 11, 7:01 pm, Peter Otten __pete...@web.de wrote: hjebbers wrote: On Feb 11, 5:45 pm, M3RT mgul...@gmail.com wrote: The problem may be related to how you treat the EDI file or lets say DATA. Also your coding style is important. Can you provide more info? Yes, a whole lot more; but

Re: python crash on windows but not on linux

2010-02-11 Thread Jerry Hill
On Thu, Feb 11, 2010 at 9:32 AM, hjebbers hjebb...@gmail.com wrote: To all, I am running an EDI translator, and doing stress tests. When processing a test with a (relatively) big EDI file(s) on windowsXP  I get a crash:    'sorry for the inconvenience' etc  (so no clues about what is causing

Re: python crash on windows but not on linux

2010-02-11 Thread hjebbers
On Feb 11, 7:01 pm, Peter Otten __pete...@web.de wrote: hjebbers wrote: On Feb 11, 5:45 pm, M3RT mgul...@gmail.com wrote: The problem may be related to how you treat the EDI file or lets say DATA. Also your coding style is important. Can you provide more info? Yes, a whole lot more; but

Re: python crash on windows but not on linux

2010-02-11 Thread hjebbers
On Feb 11, 8:42 pm, Jerry Hill malaclyp...@gmail.com wrote: On Thu, Feb 11, 2010 at 9:32 AM, hjebbers hjebb...@gmail.com wrote: To all, I am running an EDI translator, and doing stress tests. When processing a test with a (relatively) big EDI file(s) on windowsXP  I get a crash:    

Re: python crash on windows but not on linux

2010-02-11 Thread hjebbers
On Feb 11, 8:42 pm, Jerry Hill malaclyp...@gmail.com wrote: On Thu, Feb 11, 2010 at 9:32 AM, hjebbers hjebb...@gmail.com wrote: To all, I am running an EDI translator, and doing stress tests. When processing a test with a (relatively) big EDI file(s) on windowsXP  I get a crash:    

Re: python crash on windows but not on linux

2010-02-11 Thread Carl Banks
On Feb 11, 2:39 pm, hjebbers hjebb...@gmail.com wrote: On Feb 11, 8:42 pm, Jerry Hill malaclyp...@gmail.com wrote: On Thu, Feb 11, 2010 at 9:32 AM, hjebbers hjebb...@gmail.com wrote: To all, I am running an EDI translator, and doing stress tests. When processing a test with a

Re: python crash on windows but not on linux

2010-02-11 Thread Terry Reedy
On 2/11/2010 9:32 AM, hjebbers wrote: To all, I am running an EDI translator, and doing stress tests. When processing a test with a (relatively) big EDI file(s) on windowsXP I get a crash: 'sorry for the inconvenience' etc (so no clues about what is causing the problem) This happens with

Re: python crash on windows but not on linux

2010-02-11 Thread Emile van Sebille
On 2/11/2010 6:32 AM hjebbers said... To all, I am running an EDI translator, ... let's say bots :) and doing stress tests. When processing a test with a (relatively) big EDI file(s) on windowsXP I get a crash: 'sorry for the inconvenience' etc (so no clues about what is causing the

Re: python crash on windows but not on linux

2010-02-11 Thread hjebbers
On Feb 11, 11:59 pm, Terry Reedy tjre...@udel.edu wrote: On 2/11/2010 9:32 AM, hjebbers wrote: To all, I am running an EDI translator, and doing stress tests. When processing a test with a (relatively) big EDI file(s) on windowsXP  I get a crash:      'sorry for the inconvenience'

Re: python crash on windows but not on linux

2010-02-11 Thread hjebbers
On Feb 12, 12:13 am, Emile van Sebille em...@fenx.com wrote: On 2/11/2010 6:32 AM hjebbers said... To all, I am running an EDI translator, ... let's say bots  :) and doing stress tests. When processing a test with a (relatively) big EDI file(s) on windowsXP  I get a crash:      

Re: python crash on windows but not on linux

2010-02-11 Thread hjebbers
On Feb 12, 12:13 am, Emile van Sebille em...@fenx.com wrote: On 2/11/2010 6:32 AM hjebbers said... To all, I am running an EDI translator, ... let's say bots  :) and doing stress tests. When processing a test with a (relatively) big EDI file(s) on windowsXP  I get a crash:      

Re: python crash on windows but not on linux

2010-02-11 Thread hjebbers
On Feb 12, 12:13 am, Emile van Sebille em...@fenx.com wrote: On 2/11/2010 6:32 AM hjebbers said... To all, I am running an EDI translator, ... let's say bots  :) and doing stress tests. When processing a test with a (relatively) big EDI file(s) on windowsXP  I get a crash:      

Re: python crash on windows but not on linux

2010-02-11 Thread hjebbers
On Feb 11, 11:56 pm, Carl Banks pavlovevide...@gmail.com wrote: On Feb 11, 2:39 pm, hjebbers hjebb...@gmail.com wrote: On Feb 11, 8:42 pm, Jerry Hill malaclyp...@gmail.com wrote: On Thu, Feb 11, 2010 at 9:32 AM, hjebbers hjebb...@gmail.com wrote: To all, I am running an EDI

Re: python crash on windows but not on linux

2010-02-11 Thread Aahz
In article 34fcf680-1aa4-4835-9eba-3db3249f3...@q16g2000yqq.googlegroups.com, hjebbers hjebb...@gmail.com wrote: the error is a windows thing, I can make a screenshot of it, but I can not copy/paste text. In that case, you need to -- very carefully -- make sure you transcribe exactly the

Re: python crash on windows but not on linux

2010-02-11 Thread Terry Reedy
On 2/11/2010 9:41 PM, Aahz wrote: In article34fcf680-1aa4-4835-9eba-3db3249f3...@q16g2000yqq.googlegroups.com, hjebbershjebb...@gmail.com wrote: the error is a windows thing, I can make a screenshot of it, but I can not copy/paste text. I think I know what box you mean. I believe this