[Bug 212910] QGIS on 11RC3 dies on signal 11 whilst starting up
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Sep 22 20:25:07 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212910
Bug ID: 212910
Summary: QGIS on 11RC3 dies on signal 11 whilst starting up
Product: Ports & Packages
Version: Latest
Hardware: i386
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: bz at austonley.org.uk
On startup QGIS throws a couple of path errors and then dies.
Warning: QCss::Parser - Failed to load file "/style.qss"
QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory
Warning: QFileSystemWatcher: failed to add paths:
/home/ian/.qgis2//project_templates
QGIS died on signal 11(no debugging symbols found)...[repeated many
times]...(no debugging symbols found)...Error while reading shared library
symbols:
Dwarf Error: wrong version in compilation unit header (is 4, should be 2) [in
module /usr/local/lib/gcc48/libgcc_s.so.1]
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...[New Thread 33d49d00 (LWP 100338/qgis)]
[New Thread 33d49400 (LWP 100337/qgis)]
[New Thread 2f3c4c00 (LWP 100336/qgis)]
[New Thread 3422a300 (LWP 100335/qgis)]
[New Thread 2f216400 (LWP 100334/qgis)]
[New Thread 2f216100 (LWP 100333/qgis)]
[New Thread 2f215500 (LWP 100332/qgis)]
[New Thread 2f214000 (LWP 100331/qgis)]
(no debugging symbols found)...(no debugging symbols found)...[many more
repeats](no debugging symbols found)...[Switching to Thread 2f214000 (LWP
100331/qgis)]
0x2d9da593 in _wait4 () from /lib/libc.so.7
On a quick look through the source it looks as if the file name is formed at
qgsapplication.cpp line 474:
QString stylesheetname = path + "/style.qss";
Clearly path is an empty string at this point.
The second seems a little different. It looks as if the // element has
resulted from a similar empty string in place of a directory name but comparing
this with what I see in Linux I'd expect the path to be simply
/home/ian/.qgis2/project_templates i.e. it should simply be a single /
I get this by installing from both installing via pkg and building from ports.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list