Closed Bug 733684 Opened 12 years ago Closed 4 years ago

Aurora crashes inside dbghook.c after XPCOMGlueStartup(exePath) fails

Categories

(Core :: XPCOM, defect)

12 Branch
x86_64
Windows 7
defect
Not set
critical

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: andrei, Unassigned)

Details

(Keywords: crash)

Attachments

(1 file)

Attached file The stack trace
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11

Steps to reproduce:

I build the latest version of Aurora on my Win7 x64 pc. I used the MSVC10 compiler and compiled for x86 like a good boyscout. I just used the make -f config.mk command and if finished successfully. However, running the resulting executable doesn't work.


Actual results:

Aurora allocates very little memory, no window appears and then it crashes. Debugging in VS reveals that this happens in dbghook.c on line 65, inside msvcr100r.dll.


Expected results:

Aurora should have started up and worked with no problems (Aurora code should work on all platforms decently, according to the Wiki)
It seems to be crashing in nsBrowserApp.cpp here:
rv = XPCOMGlueStartup(exePath);
  if (NS_FAILED(rv)) {
    Output("Couldn't load XPCOM.\n");
    return 255;
  }

And then, after it crashes, the error message function Output seems to crash itself, a few levels deeper.
Keywords: crash
Component: Untriaged → General
Summary: Aurora crashes inside dbghook.c → Aurora crashes inside dbghook.c after XPCOMGlueStartup(exePath) fails
Component: General → XPCOM
Product: Firefox → Core
MORE INFO:
I have no .mozconfig file, I just built Aurora with the default settings.
Severity: normal → critical
QA Contact: untriaged → xpcom
does this problem still exist using current builds?
Flags: needinfo?(andrei)

Unfortunately it looks like we never followed up on this bug, but it is quite old so I don't think it is useful to keep it open.

Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Flags: needinfo?(andrei)
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: