pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/56305: x11/qt5-qtwebkit aborts on vmEntryToJavaScript



>Number:         56305
>Category:       pkg
>Synopsis:       x11/qt5-qtwebkit  aborts on vmEntryToJavaScript
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 12 12:45:00 +0000 2021
>Originator:     sergio lenzi
>Release:        9.2 stable  pkgsrc HEAD
>Organization:
k1 sistemas
>Environment:
NetBSD lenzidorm.netbsd 9.2_STABLE NetBSD 9.2_STABLE (LZT9) #1: Mon Jun 14 11:12:50 -03 2021  NetBSD@zfs.netbsd:/home/NetBSD/BUILD/9/i386/OBJ/sys/arch/i386/compile/GENERIC i386
>Description:
when build wip/openshot-qt from pkgsrc it builds x11/qt5-qtwebkit, it works on AMD64, but NOT in i386 it opens the main window, and aborts with 
hread 1 "" received signal SIGTRAP, Trace/breakpoint trap.
0x88375ecf in vmEntryToJavaScript () from /usr/pkg/qt5/lib/libJavaScriptCore.so.5

a look at the code, points to the JIT writen in asm for the i386, if the package is compilled without JIT, it works as expected. 

May be this situation occurs every program that uses qtwebkit on i386.
>How-To-Repeat:
compile openshot-qt,  it builds x11/qt5-qtwebkit  when execute openshot-qt, the program abortds with SIGTRAP (probable invalid op code) that points to the JIT code in asm language...
>Fix:
Compile the x11/qt5-qtwidget with option  NO JIT...

CMAKE_ARGS+=		-DENABLE_JIT:BOOL=OFF




Home | Main Index | Thread Index | Old Index