[issue35750] process finished with exit code -1073740940 (0xc0000374)

2019-01-16 Thread Anil kunduru
Anil kunduru added the comment: Thanks guys for quick responses. Eryk Sun comment wa very help full. -- resolution: -> fixed ___ Python tracker <https://bugs.python.org/issu

[issue35750] process finished with exit code -1073740940 (0xc0000374)

2019-01-16 Thread Anil kunduru
Anil kunduru added the comment: thanks Eryk Sun i am able to solve the problem, it was extension modules problem. it was helpful great. -- ___ Python tracker <https://bugs.python.org/issue35

[issue35750] process finished with exit code -1073740940 (0xc0000374)

2019-01-16 Thread Anil kunduru
Anil kunduru added the comment: i am figuring out as heap memory issue because i am using multiple data frames and online web scrap data as well , may be memory is overloaded and it cause this issue . please correct me it may not be changes or not

[issue35750] process finished with exit code -1073740940 (0xc0000374)

2019-01-16 Thread Anil kunduru
New submission from Anil kunduru : function contains of long loop each iteration it will do get data from different website using request.get and do analysis, loop will take one minute for 10 iteration. after completed some 100 to 400 iteration it will exit with process finished with exit