Getting Segmentation fault when running phantomjs to generate a report
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
webkitgtk (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
---Problem Description---
Getting Segmentation fault when running phantomjs to generate a report
---uname output---
Linux sys-82106 3.13.0-88-generic #135-Ubuntu SMP Wed Jun 8 21:09:41 UTC 2016 ppc64le ppc64le ppc64le GNU/Linux
Machine Type = 822L
---Steps to Reproduce---
I am getting Segmentation fault when running phantomjs to generate a report, on ppc. Ubuntu 14.04.
Below is the stack of the problem...
u0017819@
GNU gdb (Ubuntu 7.7.1-0ubuntu5~
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "powerpc64le-
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://
Find the GDB manual and other documentation resources online at:
<http://
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./phantomjs...(no debugging symbols found)...done.
(gdb) run /opt/kibana/
Starting program: /home/u0017819/
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/powerpc64
[New Thread 0x3fffb558f170 (LWP 26888)]
[New Thread 0x3fffb497f170 (LWP 26889)]
[New Thread 0x3fffaffff170 (LWP 26890)]
[New Thread 0x3fffaf1af170 (LWP 26891)]
Program received signal SIGSEGV, Segmentation fault.
0x0000000011c2f8f8 in JSC::JSFunction
(gdb) where
#0 0x0000000011c2f8f8 in JSC::JSFunction
#1 0x000000001199ba94 in JSC::JSValue:
#2 0x0000000011b21800 in llint_slow_
#3 0x0000000011b2f8fc in JSC::LLInt:
#4 0x0000000011b0dad8 in JSC::Interprete
#5 0x0000000011be6d2c in JSC::call(
#6 0x000000001199c77c in WebCore:
#7 0x00000000119d76c8 in WebCore:
#8 0x00000000119d7984 in WebCore:
#9 0x0000000010751cb8 in WebCore:
#10 0x00000000108c5698 in WebCore:
#11 0x00000000109e0be0 in WebCore:
#12 0x000000001258bf68 in QObject:
#13 0x00000000100f5ae0 in QApplicationPri
#14 0x00000000100fc1c0 in QApplication:
#15 0x0000000012558a38 in QCoreApplicatio
#16 0x00000000125b9b38 in QTimerInfoList:
#17 0x00000000125b756c in QEventDispatche
#18 0x0000000011d5b134 in QUnixEventDispa
#19 0x0000000012555730 in QEventLoop:
#20 0x000000001255fde4 in QCoreApplicatio
#21 0x0000000011d8fd5c in QGuiApplication
#22 0x00000000100f1cc8 in QApplication:
#23 0x00000000100258a4 in main ()
(gdb)
To recreate, you can use the following command
./phantomjs ./report.js http://
Have downloaded the source from
https:/
webkit is not an area that the LTC has anyone knowledgeable in to debug so looking to Canonical for assistance.
Default Comment by Bridge