VirtualBox

Opened 16 years ago

Closed 16 years ago

#964 closed defect (fixed)

the last svn checkout doesn't build

Reported by: Iakov Kaabak Owned by: bird
Component: other Version: VirtualBox 1.5.2
Keywords: kbuild OSE Cc:
Guest type: other Host type: other

Description

I have downloaded the latest revision of sources:

svn info results: Path: . URL: http://virtualbox.org/svn/vbox/trunk Repository Root: http://virtualbox.org/svn/vbox Repository UUID: cfe28804-0f27-0410-a406-dd0f0b0b656f Revision: 5995 Node Kind: directory Schedule: normal Last Changed Author: vboxsync Last Changed Rev: 5995 Last Changed Date: 2007-12-07 10:13:43 +0300

Attached kmk.log contains the results of kmk invocation

Attachments (3)

kmk.log (4.1 KB ) - added by Iakov Kaabak 16 years ago.
results of virtualbox build attempt
kmk.2.log (22.9 KB ) - added by Iakov Kaabak 16 years ago.
kmk log file produced by verbose logging
env.log (2.7 KB ) - added by Iakov Kaabak 16 years ago.
environment

Download all attachments as: .zip

Change History (12)

by Iakov Kaabak, 16 years ago

Attachment: kmk.log added

results of virtualbox build attempt

comment:1 by Frank Mehnert, 16 years ago

Which svn version of kBuild is that?

comment:2 by Iakov Kaabak, 16 years ago

This is what the svn info command gave when issued from vbox\kbuild folder:

Path: .
URL: http://virtualbox.org/svn/kbuild-mirror/trunk/kBuild
Repository Root: http://virtualbox.org/svn/kbuild-mirror
Repository UUID: b271bc08-0e3f-0410-a28c-efee409d5434
Revision: 1366
Node Kind: directory
Schedule: normal
Last Changed Author: bird
Last Changed Rev: 1366
Last Changed Date: 2007-12-03 05:22:55 +0300

comment:3 by Frank Mehnert, 16 years ago

Try again with the latest update.

comment:4 by Iakov Kaabak, 16 years ago

Done.

The result is the same: c00000fd when linking uniread.

Path: .
URL: http://virtualbox.org/svn/kbuild-mirror/trunk/kBuild
Repository Root: http://virtualbox.org/svn/kbuild-mirror
Repository UUID: b271bc08-0e3f-0410-a28c-efee409d5434
Revision: 1370
Node Kind: directory
Schedule: normal
Last Changed Author: bird
Last Changed Rev: 1370
Last Changed Date: 2007-12-10 00:03:03 +0300

comment:5 by bird, 16 years ago

Owner: set to bird
Status: newassigned

c00000fd seems to mean stack overflow according to a quick google. So, there is something recursive that goes wrong here... I cannot quite imagine what it might be though.

There are two ways of moving forward here; (1) more logs and testing, (2) you build a debug build of kmk and configure just-in-time debugging (windbg -I for instance).

For (1) I will need to have a log of kmk KBUILD_VERBOSE=9 --debug=j > log 2>&1 and (probably) a dump of the environment (after you executed the env.bat file).

For (2) you check out the source svn co http://svn.netlabs.org/repos/kbuild/trunk and build it. It requires visual c++ 2003 (not 2005) and the WINPSDK. It's a bit tricky unless you've got the right setup...

by Iakov Kaabak, 16 years ago

Attachment: kmk.2.log added

kmk log file produced by verbose logging

by Iakov Kaabak, 16 years ago

Attachment: env.log added

environment

in reply to:  5 comment:6 by Iakov Kaabak, 16 years ago

Replying to bird:

c00000fd seems to mean stack overflow according to a quick google.

And according to Microsof DDK too:

//
// MessageId: STATUS_STACK_OVERFLOW
//
// MessageText:
//
//  A new guard page for the stack cannot be created.
//
#define STATUS_STACK_OVERFLOW            ((NTSTATUS)0xC00000FDL)    // winnt

There are two ways of moving forward here; (1) more logs and testing, (2) you build a debug build of kmk and configure just-in-time debugging (windbg -I for instance).

For (1) I will need to have a log of kmk KBUILD_VERBOSE=9 --debug=j > log 2>&1 and (probably) a dump of the environment (after you executed the env.bat file).

Done. See attachments.

For (2) you check out the source svn co http://svn.netlabs.org/repos/kbuild/trunk and build it. It requires visual c++ 2003 (not 2005) and the WINPSDK. It's a bit tricky unless you've got the right setup...

No, thank you. Too much trouble. ;-)

comment:7 by bird, 16 years ago

Resolution: fixed
Status: assignedclosed

Found and fixed the problem. Will update the kBuild link tomorrow.

in reply to:  7 comment:8 by Iakov Kaabak, 16 years ago

Resolution: fixed
Status: closedreopened

Replying to bird:

Found and fixed the problem. Will update the kBuild link tomorrow.

Not updated yet.

comment:9 by Sander van Leeuwen, 16 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use