[pywin32-bugs] [ pywin32-Bugs-1361822 ] crash when or after importing scipy - Build 205
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-02-19 02:41:12
|
Bugs item #1361822, was opened at 2005-11-19 19:36 Message generated for change (Settings changed) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1361822&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: Colin J. Williams (cjwhrh) Assigned to: Nobody/Anonymous (nobody) Summary: crash when or after importing scipy - Build 205 Initial Comment: This has happened a number of times but I haven't been able to pin it down to more than the fact it occurs when attempting to debug a program using scipy. If the code is executed first, then one can step through it. In this case a crash often occurs eventually. The crash report is the instruction "0x7c168f1d" could not read "0x0000001c" Colin W. ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-02-18 21:41 Message: Logged In: YES user_id=771074 Originator: NO It seems the newer versions of scipy have a different package structure. I get this with scipy 0.6.0: ImportError: No module named base.umath. Please reopen if you can still reproduce this with updated version of scipy. ---------------------------------------------------------------------- Comment By: kxroberto (kxroberto) Date: 2006-11-18 06:55 Message: Logged In: YES user_id=972995 Originator: NO sounds more like a memory leak problem of scipy itself. But see a small probabilty that patch/solution for #1590399 solves it (in binary build >=211). ---------------------------------------------------------------------- Comment By: Colin J. Williams (cjwhrh) Date: 2006-01-11 20:09 Message: Logged In: YES user_id=285587 Mark, Attached is the script ugh1.py If I Run, the results are as expected. If I Step into, stepover (the print command) Step into the import command and continue stepping into, we crash on the umath reference. I've had similar problems with Boa-Contructor and PyScripter. I hope that this helps. Best wishes, Colin W. ---------------------------------------------------------------------- Comment By: Mark Hammond (mhammond) Date: 2006-01-10 00:07 Message: Logged In: YES user_id=14198 Can you please provide instructions on how I can reproduce it? Cheers. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1361822&group_id=78018 |