Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.
This repository was archived by the owner on May 30, 2023. It is now read-only.

process shutdown always segfaults. 1.5.0 on 64 bit arch linux #10457

@ariya

Description

@ariya

j...@akalabs.net commented:

version 1.5.0, the linux x86_64 binary distribution. Host operating system is Arch Linux.

To recreate run phantomjs with any set of arguments:
$ phantomjs --version
1.5.0
Segmentation fault

$ phantomjs test.js # test.js will run to completion just fine
Segmentation fault

Running under gdb I get this stacktrace:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff593d5bf in QEventDispatcherQPAPrivate::~QEventDispatcherQPAPrivate() ()
from /home/kkrev/bin/lib/phantomjs/bin/../lib/libQtGui.so.4
(gdb) bt

0 0x00007ffff593d5bf in QEventDispatcherQPAPrivate::~QEventDispatcherQPAPrivate() ()

from /home/kkrev/bin/lib/phantomjs/bin/../lib/libQtGui.so.4

1 0x00007ffff4ffbb8a in QObject::~QObject() () from /home/kkrev/bin/lib/phantomjs/bin/../lib/libQtCore.so.4

2 0x00007ffff593c9e7 in QEventDispatcherQPA::~QEventDispatcherQPA() ()

from /home/kkrev/bin/lib/phantomjs/bin/../lib/libQtGui.so.4

3 0x00007ffff4ff4c44 in QObjectPrivate::deleteChildren() ()

from /home/kkrev/bin/lib/phantomjs/bin/../lib/libQtCore.so.4

4 0x00007ffff4ffbb56 in QObject::~QObject() () from /home/kkrev/bin/lib/phantomjs/bin/../lib/libQtCore.so.4

5 0x00007ffff58d17d1 in QApplication::~QApplication() ()

from /home/kkrev/bin/lib/phantomjs/bin/../lib/libQtGui.so.4

Disclaimer:
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #457.
🌟   5 people had starred this issue at the time of migration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions