code-google-com / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

Arora 0.10.1 crashes on Mac OS 10.4.11 #929

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The OSX binary crashes at launch with the following error :
EXC_BAD_ACCESS (0x0001)
KERN_INVALID_ADDRESS (0x0001) at 0xbbadbeef

Thread 0 Crashed:
0    JSValueIsNull + 318072
1    JSValueIsNull + 6601
2    JSValueIsNull + 8161
3    JSValueIsNull + 8311
4    JSValueIsNull + 1309051
5    JSValueIsNull + 1359179
6    JSValueIsNull + 1604354
7    JSValueIsNull + 1308328
8    QWebFrame::addToJavaScriptWindowObject(QString const&, QObject*, 
QScriptEngine::ValueOwnership) + 78
9    QWebFrame::addToJavaScriptWindowObject(QString const&, QObject*) + 39

But I if compile v0.11 myself, it works just fine.

Original issue reported on code.google.com by tae...@gmail.com on 15 May 2011 at 12:30

Attachments:

GoogleCodeExporter commented 9 years ago
Those who are experiencing the same problem can use this port :
https://trac.macports.org/browser/trunk/dports/www/arora/Portfile

Original comment by tae...@gmail.com on 19 Nov 2011 at 2:13