This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author richo
Recipients pitrou, richo
Date 2009-10-26.01:36:27
SpamBayes Score 3.0451467e-08
Marked as misclassified No
Message-id <1256520989.48.0.472346565677.issue7206@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not 100% sure.

I have a x64 machine running Windows 2008. I will check if it's in the
log now.

I will also check if it's in the debug trace for x86 python (which works).

RESULTS:

I get the LuaPriv initialised line on x86 python on my win7 machine
(which works).
I don't get that line on any python builds on x64 windows server 2008.

I did some googling on what it is- it's a mechanism for restricting
access. It seems that it could be causing the crash because it thinks
the application is overflowing the stack (ie, it's a DEP related issue?).
http://msdn.microsoft.com/en-us/library/dd371695(VS.85).aspx
That is a M$ link about it.

I'm fully willing to help but don't know how, I am quite novice.

Thanks


richo
History
Date User Action Args
2009-10-26 01:36:29richosetrecipients: + richo, pitrou
2009-10-26 01:36:29richosetmessageid: <1256520989.48.0.472346565677.issue7206@psf.upfronthosting.co.za>
2009-10-26 01:36:28richolinkissue7206 messages
2009-10-26 01:36:27richocreate