Search
Closed
as Fixed Help for as Fixed

0
Sign in to vote
0
Sign in to vote
Sign in
to vote
Type: Bug
ID: 128228
Opened: 6/9/2006 10:36:14 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
I'm getting an assertion failure from Phoenix when I do a Phx.Init.BeginInit for the
second time:

Phoenix Assertion Failure: c:\phx\src\phx\delayloader\delayloader.cpp,
Line 182
DELAYLOAD_FAILURE_CALLBACK == NULL
Details (expand)
Product Language
English
Version
Phoenix RDK
Category
Phoenix RDK
Operating System
Windows XP Professional
Operating System Language
US English
Steps to Reproduce
My code looks something like this:
Use Phoenix here for analysis (MIR)
// terminate Phoenix
Phx.Term.All(Phx.Term.Mode.Normal);
// restart Phoenix
Phx.Init.Reinit();
initializeTargets();
Phx.Init.BeginInit(); // <-- ASSERT FAILS
Phx.Init.EndInit("PHX|_PHX_|", argv);
Use Phoenix here for compilation (LIR)
Actual Results
Works fine, but assertion message
Expected Results
No assert?
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 8/18/2006 at 2:05 PM
Thank you for your feedback. A fix for the problem has been found and will be shipped in the next release.
Posted by Microsoft on 5/1/2008 at 5:42 PM
Since we have released a new version of the SDK, (https://connect.microsoft.com/Phoenix/Downloads/DownloadDetails.aspx?DownloadID=11507) I am marking this as closed. Thanks!

lin xu