Recently we tried to switch our application that uses embedded mozilla 
browser from 1.9.1.2 to 1.9.2.0 and got two major problems:
1st: almost all sites now crash with Invalid Floating Point exception 
0xC0000090 in xul.dll. Code view shows fld instruction that tries to load 
floating number from [ebp+8] memory which contains 0xff 0xff 0xff 0xff 0xff 
0xff 0xff 0x7f bytes.
2nd: sometimes we get access violation in js3250.dll, JS_TraceChildren (gc), 
crashes in attempt to dereference bogus pointer at this line:
2381: JSObject *obj = (JSObject *) thing;
2382: if (!obj->map)

(version 1.9.1.2 works just fine)

Any hints on what to do would be highly appreciated



_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to