Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2016 20:25:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 212910] QGIS on 11RC3 dies on signal 11 whilst starting up
Message-ID:  <bug-212910-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212910

            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@FreeBSD.org
          Reporter: bz@austonley.org.uk

On startup QGIS throws a couple of path errors and then dies.

Warning: QCss::Parser - Failed to load file  "/style.qss"=20
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 =3D 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 compa=
ring
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 /=20

I get this by installing from both installing via pkg and building from por=
ts.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212910-13>