Hi all,
So I know this isn't high priority but I thought I might ask here. Intel's
compiler can build the 43 branch, but when it comes to running the built
application, Firefox exits straight after being executed. The 42 branch built
and ran fine.
I've tried stepping through the process, but it doesn't help much. Pretty much
all the execution time is spent inside nsWindowsWMain.cpp, where an if
statement is hit:
if (!deleteUs) {
FreeAllocStrings(argc, argvConverted);
return 127;
}
Then after that, crt0 is hit and the program exits at exit(mainret);
In the output console, [JavaScript Error: "uncaught exception: 2147746132"] is
repeated a couple of times but I'm not sure if that's the cause for the exit or
not?
I feel as if the compiler is generating bad code, but I'm struggling to find
where. Using --enable-debug, the build will actually run.
-> Is the uncaught JS error the reason for the crash?
-> Has anything related to the way Firefox starts up changed, as to causing
this crash?
-> XRE code seems to remain unchanged, do other parts of the program get loaded
at the same time?
Thanks!
_______________________________________________
dev-builds mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-builds