Re: Exception in Python 2.3.3 Interpreter

2005-05-10 Thread Saravanan D
"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Saravanan D" wrote: > > > > > 03 023ffaa4 1e013182 055b1250 00637470 python23!cmp_outcome(int > > op > > > > = 88026108, struct _object * v = 0x0001, struct _object * w = > > > > 0x)+0xa9 [F:\Python

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Fredrik Lundh
(trying again) "Saravanan D" wrote: > > > 03 023ffaa4 1e013182 055b1250 00637470 python23!cmp_outcome(int > op > > > = 88026108, struct _object * v = 0x0001, struct _object * w = > > > 0x)+0xa9 [F:\Python-2.3.3\Python-2.3.3\Python\ceval.c @ 3880] > > > 04 023ffb18 1e016ba4 01

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Fredrik Lundh
"Saravanan D" wrote: > > > 03 023ffaa4 1e013182 055b1250 00637470 python23!cmp_outcome(int > op > > > = 88026108, struct _object * v = 0x0001, struct _object * w = > > > 0x)+0xa9 [F:\Python-2.3.3\Python-2.3.3\Python\ceval.c @ 3880] > > > 04 023ffb18 1e016ba4 014f3318 0002

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Terry Reedy
"Saravanan D" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> > The crash occured at the following line: >> > c = strcmp(vname, wname) (object.c) > The above one is C Code. The same line is present in object.c file of > Python Interpreter Source and the function name is > defaul

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan D
"Terry Reedy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Saravanan" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Im running Python Application as a Windows Service (using windows > > extensions). But, sporadically the application crashes (crash in > > Py

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan D
"Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Saravanan D" <[EMAIL PROTECTED]> wrote: > > > 03 023ffaa4 1e013182 055b1250 00637470 python23!cmp_outcome(int op > > = 88026108, struct _object * v = 0x0001, struct _object * w = > > 0x)+0xa9 [F:\Py

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan D
Hello, Component which uses only windows extension modules and callback from C++ to Python. - Saravanan D "Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Saravanan D" <[EMAIL PROTECTED]> wrote: > > > 03 023ffaa4 1e013182 055b1250 00637470 python23!cmp_outc

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Terry Reedy
"Saravanan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Im running Python Application as a Windows Service (using windows > extensions). But, sporadically the application crashes (crash in > Python23.dll) and this stops the service. This problem cann't be > reproduced easily i

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Fredrik Lundh
"Saravanan D" <[EMAIL PROTECTED]> wrote: > 03 023ffaa4 1e013182 055b1250 00637470 python23!cmp_outcome(int op > = 88026108, struct _object * v = 0x0001, struct _object * w = > 0x)+0xa9 [F:\Python-2.3.3\Python-2.3.3\Python\ceval.c @ 3880] > 04 023ffb18 1e016ba4 014f3318 000

Re: Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan D
Hello, The crash occured at the following line : c = strcmp(vname, wname) (object.c) Please note that the dump has been taken with the help of adplus. # ChildEBP RetAddr Args to Child 00 023ffa58 1e05c6da 055b1250 00637470 python23!default_3way_compare(struct _object * v = 0x053f2bfc

Exception in Python 2.3.3 Interpreter

2005-05-09 Thread Saravanan
Hello, Im running Python Application as a Windows Service (using windows extensions). But, sporadically the application crashes (crash in Python23.dll) and this stops the service. This problem cann't be reproduced easily in my system and the call stack generated by the application is given belo

Re: Exception in Python 2.3.3 Interpreter

2005-04-25 Thread Terry Reedy
"Saravanan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Any clue about the problem? None except to suggest that you upgrade to 2.3.5 and see if it has been fixed. tjr -- http://mail.python.org/mailman/listinfo/python-list

Exception in Python 2.3.3 Interpreter

2005-04-25 Thread Saravanan
Hello, Im running Python Application as a Windows Service (using windows extensions). But, sporadically the application crashes (crash in Python23.dll) and this stops the service. This problem cann't be reproduced easily in my system and the call stack generated by the application is given below