Bugs item #2846720, was opened at 2009-08-29 15:56
Message generated for change (Settings changed) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2846720&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: win32
Group: None
>Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Farshid Lashkari (farshizzo)
Assigned to: Nobody/Anonymous (nobody)
Summary: win32ui crash in embedded app (212 -> 213 & 214 regression)
Initial Comment:
I have an application that embeds python and uses the win32ui module. Everything worked fine until I upgraded from 212 to 214. After the upgrade my application crashes on exit. The Visual Studio debugger is showing that the crash is occurring after my application calls CoUninitialize. Here is a rough outline of what my app does:
CoInitialize(NULL)
InitPython()
RunPythonCode() //This code will import win32ui
ClosePython()
CoUninitialize()
Simply importing the win32ui module causes the crash. I don't even need to call any of the modules functions. If I don't import win32ui then my application exits cleanly. I tried downgrading to version 213 but the crash still occurs. Version 212 seems to be the last version that was stable with my application.
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2010-09-30 11:20
Message:
I tried to reproduce this but hit manifest related issues trying python 2.6
- what python version are you using?
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2010-09-30 05:30
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Farshid Lashkari (farshizzo)
Date: 2010-09-14 09:03
Message:
I just attached a simple console app that reproduces the issue for me using
Python 2.7.
----------------------------------------------------------------------
Comment By: Mark Hammond (mhammond)
Date: 2010-08-30 14:34
Message:
I'm going to need either a repo or more details information on the crash.
----------------------------------------------------------------------
Comment By: Farshid Lashkari (farshizzo)
Date: 2009-08-29 16:02
Message:
Forgot to mention that I'm using Python 2.4 & 2.6, and both exhibit the
same behavior.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2846720&group_id=78018
|