Why can't I launch qgis??

13 messages Options
Embed this post
Permalink
Beartooth TpBkR

Why can't I launch qgis??

Reply Threaded More More options
Print post
Permalink

        I have

[btth@Hbsk2 ~]$ rpm -q qgis
qgis-1.0.2-1.fc11.i586
[btth@Hbsk2 ~]$

or equivalent on all four of the Fedora 11 PCs on my desk -- and none of
them can seem to launch it. Not with the GUI (by clicking the launcher,
which shows a Q transfixed by an arrow pointing NE), nor yet from the CLI
(by commanding "qgis &" as user or as root).

        Any guesses why not?

        There is a little more detail at

http://forum.qgis.org/viewtopic.php?f=3&t=4969

but no answer there, either.

--
Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User
I have precious (very precious!) little idea where up is.


--
fedora-list mailing list
[hidden email]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
Ed Greshko

Re: Why can't I launch qgis??

Reply Threaded More More options
Print post
Permalink
Beartooth wrote:

> I have
>
> [btth@Hbsk2 ~]$ rpm -q qgis
> qgis-1.0.2-1.fc11.i586
> [btth@Hbsk2 ~]$
>
> or equivalent on all four of the Fedora 11 PCs on my desk -- and none of
> them can seem to launch it. Not with the GUI (by clicking the launcher,
> which shows a Q transfixed by an arrow pointing NE), nor yet from the CLI
> (by commanding "qgis &" as user or as root).
>
> Any guesses why not?
>
> There is a little more detail at
>
> http://forum.qgis.org/viewtopic.php?f=3&t=4969
>
> but no answer there, either.
>
>  
Well, just as a bit of FYI, I didn't have qgis installed.  So, I
installed to test....

Downloading Packages:
(1/18): blas-3.2.1-3.fc11.i586.rpm                          | 349 kB    
00:02
(2/18): cfitsio-3.130-4.fc11.i586.rpm                       | 1.4 MB    
00:07
(3/18): fftw2-2.1.5-18.fc11.i586.rpm                        | 376 kB    
00:01
(4/18): gdal-1.6.0-8.fc11.i586.rpm                          | 7.5 MB    
00:43
(5/18): geos-3.0.3-2.fc11.i586.rpm                          | 475 kB    
00:03
(6/18): gpsbabel-1.3.6-2.fc11.i586.rpm                      | 578 kB    
00:03
(7/18): grass-libs-6.3.0-12.fc11.i586.rpm                   | 1.0 MB    
00:06
(8/18): gsl-1.12-3.fc11.i586.rpm                            | 842 kB    
00:04
(9/18): hdf5-1.8.3-1.fc11.i586.rpm                          | 1.5 MB    
00:12
(10/18): libdap-3.8.2-3.fc11.i586.rpm                       | 469 kB    
00:02
(11/18): libgeotiff-1.2.5-4.fc11.i586.rpm                   | 724 kB    
00:03
(12/18): librx-1.5-12.fc11.i586.rpm                         |  33 kB    
00:00
(13/18): netcdf-4.0.1-1.fc11.i586.rpm                       | 680 kB    
00:05
(14/18): ogdi-3.2.0-0.13.beta2.fc11.i586.rpm                | 274 kB    
00:01
(15/18): proj-4.6.1-2.fc11.i586.rpm                         | 163 kB    
00:00
(16/18): qgis-1.0.2-1.fc11.1.i586.rpm                       | 5.8 MB    
00:47
(17/18): unixODBC-2.2.14-2.fc11.i586.rpm                    | 475 kB    
00:02
(18/18): xerces-c-2.8.0-5.fc11.i586.rpm                     | 1.3 MB    
00:11
-----------------------------------------------------------------------------------
Total                                              148 kB/s |  24 MB    
02:45

download, installed, and then launched without problem.

FWIW, I had installed from an ssh session and then logged in to F11
under KDE to test.

--
When I left you, I was but the pupil. Now, I am the master. - Darth
Vader Guess Who! http://tinyurl.com/mc4xe7



--
fedora-list mailing list
[hidden email]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

signature.asc (261 bytes) Download Attachment
Michael Schwendt

Re: Why can't I launch qgis??

Reply Threaded More More options
Print post
Permalink
In reply to this post by Beartooth TpBkR
On Sat, 7 Nov 2009 21:36:54 +0000 (UTC), Beartooth wrote:

>
> I have
>
> [btth@Hbsk2 ~]$ rpm -q qgis
> qgis-1.0.2-1.fc11.i586
> [btth@Hbsk2 ~]$
>
> or equivalent on all four of the Fedora 11 PCs on my desk -- and none of
> them can seem to launch it. Not with the GUI (by clicking the launcher,
> which shows a Q transfixed by an arrow pointing NE), nor yet from the CLI
> (by commanding "qgis &" as user or as root).
>
> Any guesses why not?
>
> There is a little more detail at
>
> http://forum.qgis.org/viewtopic.php?f=3&t=4969
>
> but no answer there, either.

The most interesting detail you have posted there only:
 
| [btth@Hbsk2 sig]$ ps ax|grep 11213
| 11224 pts/0 S+ 0:00 grep 11213
| [1]+ Segmentation fault qgis

The program crashes early. Can you get a detailed backtrace in gdb?
Kind of following http://fedoraproject.org/wiki/StackTraces
As root user run "debuginfo-install qgis" to install any missing
-debuginfo packages. Then as normal user run "gdb qgis", at the gdb prompt
enter "run" and after it crashes enter "thread apply all bt".

--
fedora-list mailing list
[hidden email]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
Beartooth TpBkR

Re: Why can't I launch qgis??

Reply Threaded More More options
Print post
Permalink
In reply to this post by Ed Greshko
On Sun, 08 Nov 2009 08:04:26 +0800, Ed Greshko wrote:
        [...]

> Well, just as a bit of FYI, I didn't have qgis installed.  So, I
> installed to test....
>
> Downloading Packages:
> (1/18): blas-3.2.1-3.fc11.i586.rpm                          | 349 kB
> 00:02
> (2/18): cfitsio-3.130-4.fc11.i586.rpm                       | 1.4 MB
> 00:07
> (3/18): fftw2-2.1.5-18.fc11.i586.rpm                        | 376 kB
> 00:01
> (4/18): gdal-1.6.0-8.fc11.i586.rpm                          | 7.5 MB
> 00:43
> (5/18): geos-3.0.3-2.fc11.i586.rpm                          | 475 kB
> 00:03
> (6/18): gpsbabel-1.3.6-2.fc11.i586.rpm                      | 578 kB
> 00:03
> (7/18): grass-libs-6.3.0-12.fc11.i586.rpm                   | 1.0 MB
> 00:06
> (8/18): gsl-1.12-3.fc11.i586.rpm                            | 842 kB
> 00:04
> (9/18): hdf5-1.8.3-1.fc11.i586.rpm                          | 1.5 MB
> 00:12
> (10/18): libdap-3.8.2-3.fc11.i586.rpm                       | 469 kB
> 00:02
> (11/18): libgeotiff-1.2.5-4.fc11.i586.rpm                   | 724 kB
> 00:03
> (12/18): librx-1.5-12.fc11.i586.rpm                         |  33 kB
> 00:00
> (13/18): netcdf-4.0.1-1.fc11.i586.rpm                       | 680 kB
> 00:05
> (14/18): ogdi-3.2.0-0.13.beta2.fc11.i586.rpm                | 274 kB
> 00:01
> (15/18): proj-4.6.1-2.fc11.i586.rpm                         | 163 kB
> 00:00
> (16/18): qgis-1.0.2-1.fc11.1.i586.rpm                       | 5.8 MB
> 00:47
> (17/18): unixODBC-2.2.14-2.fc11.i586.rpm                    | 475 kB
> 00:02
> (18/18): xerces-c-2.8.0-5.fc11.i586.rpm                     | 1.3 MB
> 00:11
>
-----------------------------------------------------------------------------------
> Total                                              148 kB/s |  24 MB
> 02:45
>
> download, installed, and then launched without problem.
>
> FWIW, I had installed from an ssh session and then logged in to F11
> under KDE to test.

        I don't know how you found all that other stuff to install. The
qgis site told me for F11 to do simply "yum install qgis" -- and I did.

        Some of the things above, such as gpsbabel, was already there, of
course -- I routinely install everything PackageKit can find that has to
do with GPSs.

        Anyway, I hitched a ride, commanding :

[root@Hbsk2 ~]# yum install blas cfitsio fftw2 gdal geos grass-libs gsl
hdf5 libdap libgeotiff librx netcdf ogdi proj unixODBC xerces

        That told me all of them were indeed installed, save one :

No package xerces available.
Nothing to do

        I then tried both "yum whatprovides xerces" and "yum provides
xerces" -- which both told me :

Warning: 3.0.x versions of yum would erroneously match against filenames.
 You can use "*/xerces" and/or "*bin/xerces" to get that behaviour
No Matches found

        Both as user, and as root, I still get :

[btth@Hbsk2 ~]$ qgis
Segmentation fault
[btth@Hbsk2 ~]$


--
Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User
I have precious (very precious!) little idea where up is.


--
fedora-list mailing list
[hidden email]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
Beartooth TpBkR

Re: Why can't I launch qgis??

Reply Threaded More More options
Print post
Permalink
In reply to this post by Michael Schwendt
On Sun, 08 Nov 2009 16:12:17 +0100, Michael Schwendt wrote:
        [....]

> The most interesting detail you have posted there only:
>  
> | [btth@Hbsk2 sig]$ ps ax|grep 11213
> | 11224 pts/0 S+ 0:00 grep 11213
> | [1]+ Segmentation fault qgis
>
> The program crashes early. Can you get a detailed backtrace in gdb? Kind
> of following http://fedoraproject.org/wiki/StackTraces As root user run
> "debuginfo-install qgis" to install any missing -debuginfo packages.
> Then as normal user run "gdb qgis", at the gdb prompt enter "run" and
> after it crashes enter "thread apply all bt".

        All that is way over my head. I'll read the site, and come back.

        Meanwhile, fwiw, I did just blindly run "debuginfo-install qgis"
-- which got all this :

===================================================================================
 Package                   Arch    Version              
Repository            Size
===================================================================================
Installing:
 expat-debuginfo           i586    2.0.1-6.fc11.1       updates-
debuginfo    198 k
 fontconfig-debuginfo      i586    2.7.1-1.fc11         updates-
debuginfo    348 k
 freetype-debuginfo        i586    2.3.9-5.fc11         updates-
debuginfo    2.0 M
 gcc-debuginfo             i586    4.4.1-2.fc11         updates-
debuginfo    115 M
 gdal-debuginfo            i586    1.6.0-8.fc11         fedora-
debuginfo      10 M
 geos-debuginfo            i586    3.0.3-2.fc11         fedora-
debuginfo     4.4 M
 glib2-debuginfo           i586    2.20.5-1.fc11        updates-
debuginfo    2.4 M
 glibc-debuginfo           i686    2.10.1-5             updates-
debuginfo    8.8 M
 gsl-debuginfo             i586    1.12-3.fc11          fedora-
debuginfo     1.9 M
 libICE-debuginfo          i586    1.0.4-7.fc11         fedora-
debuginfo     123 k
 libSM-debuginfo           i586    1.1.0-4.fc11         fedora-
debuginfo      49 k
 libX11-debuginfo          i586    1.2.2-1.fc11         updates-
debuginfo    4.0 M
 libXcursor-debuginfo      i586    1.1.9-4.fc11         fedora-
debuginfo      84 k
 libXext-debuginfo         i586    1.0.99.1-3.fc11      updates-
debuginfo    222 k
 libXfixes-debuginfo       i586    4.0.3-5.fc11         fedora-
debuginfo      53 k
 libXi-debuginfo           i586    1.2.1-1.fc11         fedora-
debuginfo     326 k
 libXinerama-debuginfo     i586    1.0.3-4.fc11         fedora-
debuginfo      27 k
 libXrandr-debuginfo       i586    1.2.99.4-3.fc11      fedora-
debuginfo      80 k
 libXrender-debuginfo      i586    0.9.4-5.fc11         fedora-
debuginfo     140 k
 libpng-debuginfo          i586    2:1.2.37-1.fc11      updates-
debuginfo    397 k
 postgresql-debuginfo      i586    8.3.8-1.fc11         updates-
debuginfo     13 M
 proj-debuginfo            i586    4.6.1-2.fc11         fedora-
debuginfo     286 k
 qgis-debuginfo            i586    1.0.2-1.fc11.1       updates-
debuginfo     30 M
 qt-debuginfo              i586    1:4.5.3-7.fc11       updates-
debuginfo    210 M
 sqlite-debuginfo          i586    3.6.12-3.fc11        fedora-
debuginfo     1.6 M
 zlib-debuginfo            i586    1.2.3-22.fc11        fedora-
debuginfo     208 k
Installing for dependencies:
 glibc-debuginfo-common    i586    2.10.1-5             updates-
debuginfo     13 M

Transaction Summary
===================================================================================
Install      27 Package(s)
Upgrade       0 Package(s)

Total download size: 419 M
Is this ok [y/N]:

        Of course I told it yes.

        That took quite a while; meantime, having failed with "man:gdb"
in konqueror, I tried "info gdb" at a user prompt. Like the web site,
that's going to take me a while to read. I will, however, do "gdb qgis",
as you suggest, once the debugging install completes, and report again.

        Many thanks!
--
Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User
I have precious (very precious!) little idea where up is.


--
fedora-list mailing list
[hidden email]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
Beartooth TpBkR

Re: Why can't I launch qgis??

Reply Threaded More More options
Print post
Permalink
In reply to this post by Michael Schwendt
On Sun, 08 Nov 2009 16:12:17 +0100, Michael Schwendt wrote:
        [....]
> The most interesting detail you have posted there only:
>  
> | [btth@Hbsk2 sig]$ ps ax|grep 11213
> | 11224 pts/0 S+ 0:00 grep 11213
> | [1]+ Segmentation fault qgis
>
> The program crashes early. Can you get a detailed backtrace in gdb?

> Kind of following http://fedoraproject.org/wiki/StackTraces As root >
user run "debuginfo-install qgis" to install any missing -debuginfo
packages.

        Done; it got 27 of them.

> Then as normal user run "gdb qgis", at the gdb prompt enter "run"

        Done :

[btth@Hbsk2 ~]$ gdb qgis
GNU gdb (GDB) Fedora (6.8.50.20090302-38.fc11)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/
gpl.html>
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 "i586-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) run
Starting program: /usr/bin/qgis
warning: .dynamic section for "/lib/libgthread-2.0.so.0" is not at the
expected address
warning: difference appears to be caused by prelink, adjusting
expectations
warning: .dynamic section for "/usr/lib/libXinerama.so.1" is not at the
expected address
warning: difference appears to be caused by prelink, adjusting
expectations
warning: .dynamic section for "/usr/lib/libX11.so.6" is not at the
expected address
warning: difference appears to be caused by prelink, adjusting
expectations
warning: .dynamic section for "/lib/libcom_err.so.2" is not at the
expected address
warning: difference appears to be caused by prelink, adjusting
expectations
warning: .dynamic section for "/usr/lib/libgrass_datetime.so.6.3" is not
at the expected address
warning: difference appears to be caused by prelink, adjusting
expectations
warning: .dynamic section for "/usr/lib/libdapserver.so.6" is not at the
expected address
warning: difference appears to be caused by prelink, adjusting
expectations
warning: .dynamic section for "/usr/lib/libXau.so.6" is not at the
expected address
warning: difference appears to be caused by prelink, adjusting
expectations
warning: .dynamic section for "/lib/libresolv.so.2" is not at the
expected address
warning: difference appears to be caused by prelink, adjusting
expectations
warning: .dynamic section for "/usr/lib/libkrb5support.so.0" is not at
the expected address
warning: difference appears to be caused by prelink, adjusting
expectations
warning: .dynamic section for "/lib/libkeyutils.so.1" is not at the
expected address
warning: difference appears to be caused by prelink, adjusting
expectations
warning: .dynamic section for "/lib/libplds4.so" is not at the expected
address
warning: difference appears to be caused by prelink, adjusting
expectations
[Thread debugging using libthread_db enabled]
warning: .dynamic section for "/lib/libcap.so.2" is not at the expected
address
warning: difference appears to be caused by prelink, adjusting
expectations
warning: .dynamic section for "/lib/libattr.so.1" is not at the expected
address
warning: difference appears to be caused by prelink, adjusting
expectations

Program received signal SIGSEGV, Segmentation fault.
0x021c6ebb in QListData::isEmpty (this=<value optimized out>)
    at ../../src/corelib/tools/qlist.h:88
88    inline bool isEmpty() const { return d->end  == d->begin; }
Missing separate debuginfos, use: debuginfo-install
GConf2-2.26.2-1.fc11.i586 ORBit2-2.14.17-1.fc11.i586 atlas-
sse2-3.8.3-9.fc11.i586 blas-3.2.1-3.fc11.i586 cfitsio-3.130-4.fc11.i586
cyrus-sasl-lib-2.1.22-22.fc11.i586 dbus-libs-1.2.12-2.fc11.i586 e2fsprogs-
libs-1.41.4-12.fc11.i586 fftw2-2.1.5-18.fc11.i586
giflib-4.1.6-2.fc11.i586 grass-libs-6.3.0-12.fc11.i586
hdf5-1.8.3-1.fc11.i586 jasper-libs-1.900.1-13.fc11.i586 keyutils-
libs-1.2-5.fc11.i586 krb5-libs-1.6.3-20.fc11.i586
libXau-1.0.4-5.fc11.i586 libattr-2.4.43-3.fc11.i586
libcap-2.16-4.fc11.1.i586 libcurl-7.19.6-1.fc11.i586
libdap-3.8.2-3.fc11.i586 libgeotiff-1.2.5-4.fc11.i586 libidn-1.9-4.i586
libjpeg-6b-45.fc11.i586 librx-1.5-12.fc11.i586
libselinux-2.0.80-1.fc11.i586 libssh2-1.0-2.fc11.i586
libtiff-3.8.2-14.fc11.i586 libtool-ltdl-2.2.6-11.fc11.1.i586
libxcb-1.2-4.fc11.i586 libxml2-2.7.6-1.fc11.i586
linuxwacom-0.8.2.2-11.fc11.i586 mysql-libs-5.1.37-1.fc11.i586 ncurses-
libs-5.7-2.20090207.fc11.i586 netcdf-4.0.1-1.fc11.i586
nspr-4.8.2-1.fc11.i586 nss-3.12.4-3.fc11.i586 nss-softokn-
freebl-3.12.4-3.fc11.i586 ogdi-3.2.0-0.13.beta2.fc11.i586
openldap-2.4.15-6.fc11.i586 openssl-0.9.8k-5.fc11.i686
unixODBC-2.2.14-2.fc11.i586 xerces-c-2.8.0-5.fc11.i586
(gdb)


> and after it crashes enter "thread apply all bt".

        Taking the return of the gdb prompt to signal a crash, I did :


(gdb) thread apply all bt

Thread 1 (Thread 0xb7fc2780 (LWP 31453)):
warning: (Internal error: pc 0x1605c0 in read in psymtab, but not in
symtab.)

warning: (Internal error: pc 0x1605bf in read in psymtab, but not in
symtab.)

warning: (Internal error: pc 0x160580 in read in psymtab, but not in
symtab.)

#0  0x021c6ebb in QListData::isEmpty (this=<value optimized out>)
    at ../../src/corelib/tools/qlist.h:88
#1  QList<_XEvent>::isEmpty (this=<value optimized out>)
    at ../../src/corelib/tools/qlist.h:123
#2  x11EventSourcePrepare (this=<value optimized out>)
    at kernel/qguieventdispatcher_glib.cpp:79
#3  0x07444240 in IA__g_main_context_prepare (context=0x829c510,
    priority=0xbfffe8ac) at gmain.c:2144
#4  0x07444601 in g_main_context_iterate (context=0x829c510,
    block=<value optimized out>, dispatch=1, self=0x829ab58) at
gmain.c:2435
#5  0x07444b13 in IA__g_main_context_iteration (context=0x829c510,
may_block=1)
    at gmain.c:2518
#6  0x079c0527 in link_main_iteration () from /usr/lib/libORBit-2.so.0
#7  0x079a2bce in giop_recv_buffer_get () from /usr/lib/libORBit-2.so.0
#8  0x079a7b7b in ORBit_small_invoke_stub () from /usr/lib/libORBit-2.so.0
#9  0x079a7da6 in ORBit_small_invoke_stub_n () from /usr/lib/
libORBit-2.so.0
#10 0x079b499c in ORBit_c_stub_invoke () from /usr/lib/libORBit-2.so.0
#11 0x07a097de in ConfigServer_ping () from /usr/lib/libgconf-2.so.4
#12 0x079ee75f in gconf_activate_server () from /usr/lib/libgconf-2.so.4
#13 0x079fcb3c in ?? () from /usr/lib/libgconf-2.so.4
#14 0x079fd76b in ?? () from /usr/lib/libgconf-2.so.4
#15 0x079fde54 in gconf_engine_get_default () from /usr/lib/
libgconf-2.so.4
#16 0x07a05498 in gconf_client_get_default () from /usr/lib/
libgconf-2.so.4
#17 0x0249e47a in getGConfString (value=<value optimized out>)
    at styles/gtksymbols.cpp:346
#18 getThemeName (value=<value optimized out>) at styles/
gtksymbols.cpp:393
---Type <return> to continue, or q <return> to quit---
#19 0x0249e798 in init_gtk_window () at styles/gtksymbols.cpp:402
#20 0x0249fb0a in QGtk::initGtkWidgets () at styles/gtksymbols.cpp:651
#21 0x024913b3 in QGtkStylePrivate (this=<value optimized out>)
    at styles/qgtkstyle.cpp:168
#22 QGtkStyle::QGtkStyle (this=<value optimized out>) at styles/
qgtkstyle.cpp:246
#23 0x023f901a in QStyleFactory::create (key=@0xbfffef9c)
    at styles/qstylefactory.cpp:169
#24 0x0212bedb in QApplication::style () at kernel/qapplication.cpp:1332
#25 0x0212c1bd in QApplicationPrivate::initialize (this=0x8299cb0)
    at kernel/qapplication.cpp:847
#26 0x0212c25b in QApplicationPrivate::construct (this=0x8299cb0,
dpy=0x0,
    visual=0, cmap=0) at kernel/qapplication.cpp:750
#27 0x0212ce1a in QApplication::QApplication (this=0xbffff254,
argc=@0xbffff3b0,
    argv=0xbffff454, GUIenabled=<value optimized out>, _internal=263426)
    at kernel/qapplication.cpp:705
warning: (Internal error: pc 0x1605bf in read in psymtab, but not in
symtab.)

warning: (Internal error: pc 0x1605bf in read in psymtab, but not in
symtab.)

#28 0x001605c0 in QgsApplication::QgsApplication(int&, char**, bool)
(warning: (Internal error: pc 0x1605bf in read in psymtab, but not in
symtab.)

)
   from /usr/lib/libqgis_core.so.1.0.2
#29 0x0809a265 in main (argc=Cannot access memory at address 0x0
) at /usr/src/debug/qgis-1.0.2/src/app/main.cpp:390
(gdb)

        I hope some of that helps!

--
Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User
I have precious (very precious!) little idea where up is.


--
fedora-list mailing list
[hidden email]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
Michael Schwendt

Re: Why can't I launch qgis??

Reply Threaded More More options
Print post
Permalink
On Sun, 8 Nov 2009 18:02:51 +0000 (UTC), Beartooth wrote:

> Program received signal SIGSEGV, Segmentation fault.
> 0x021c6ebb in QListData::isEmpty (this=<value optimized out>)
>     at ../../src/corelib/tools/qlist.h:88
> 88    inline bool isEmpty() const { return d->end  == d->begin; }

> I hope some of that helps!

That's  http://bugzilla.redhat.com/498111  and also a few newer
tickets. See http://bugz.fedoraproject.org/qgis

--
fedora-list mailing list
[hidden email]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
Beartooth TpBkR

Re: Why can't I launch qgis??

Reply Threaded More More options
Print post
Permalink
On Sun, 08 Nov 2009 19:18:45 +0100, Michael Schwendt wrote:

> On Sun, 8 Nov 2009 18:02:51 +0000 (UTC), Beartooth wrote:
>
>> Program received signal SIGSEGV, Segmentation fault. 0x021c6ebb in
>> QListData::isEmpty (this=<value optimized out>)
>>     at ../../src/corelib/tools/qlist.h:88
>> 88    inline bool isEmpty() const { return d->end  == d->begin; }
>
>> I hope some of that helps!
>
> That's  http://bugzilla.redhat.com/498111  and also a few newer tickets.
> See http://bugz.fedoraproject.org/qgis

        OK, I looked at those -- and could follow just about enough to
confirm that yes, that's what's happening here.

        So I guess I wait. I could probably manage to get my name onto
the distribution list, but past experience suggests the ensuing messages
would also be over my head.

        Is there a way to be notified when the bug is squashed? Or to
check whether it's still in F12? I'll start upgrading a week or two after
the release.

--
Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User
I have precious (very precious!) little idea where up is.


--
fedora-list mailing list
[hidden email]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
David Timms

Re: Why can't I launch qgis - segfault

Reply Threaded More More options
Print post
Permalink
On 11/09/2009 05:48 AM, Beartooth wrote:
> Is there a way to be notified when the bug is squashed? Or to
> check whether it's still in F12? I'll start upgrading a week or two after
> the release.
You might like to keep a bookmark to:
http://bugz.fedoraproject.org/qgis

Since you can reproduce the bug, why not add yourself as cc to the
bugzilla bug. Then when anyone makes a comment on the bug, or a release
is built for testing, or pushed to updates-released, you will get an email.

--
fedora-list mailing list
[hidden email]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
Beartooth TpBkR

Re: Why can't I launch qgis - segfault

Reply Threaded More More options
Print post
Permalink
On Mon, 09 Nov 2009 08:05:04 +1100, David Timms wrote:

> On 11/09/2009 05:48 AM, Beartooth wrote:
>> Is there a way to be notified when the bug is squashed? Or to
>> check whether it's still in F12? I'll start upgrading a week or two
>> after the release.
> You might like to keep a bookmark to: http://bugz.fedoraproject.org/qgis
>
> Since you can reproduce the bug, why not add yourself as cc to the
> bugzilla bug. Then when anyone makes a comment on the bug, or a release
> is built for testing, or pushed to updates-released, you will get an
> email.

        I've done that before -- and not been able to make head nor tail
of 99 44/100% of the emails I've gotten.

        In this particular case, also, I doubt strongly that I'll be able
to actually use the app when I have it. As you'll see in another thread
here, I'm still in the playpen with a couple of proprietary suites of GPS
software -- all the linux-native apps I've tried seem to me to require
advanced degrees in EE, cartography, CS, or two or all three of those.

        Not that those things are uninteresting -- but I don't expect to
live long enough to learn them, alas!

--
Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User
I have precious (very precious!) little idea where up is.


--
fedora-list mailing list
[hidden email]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
Ed Greshko

Re: Why can't I launch qgis??

Reply Threaded More More options
Print post
Permalink
In reply to this post by Beartooth TpBkR
Beartooth wrote:
>
> I don't know how you found all that other stuff to install. The
> qgis site told me for F11 to do simply "yum install qgis" -- and I did.
>  
Same way you did....  "yum install qgis" and dependencies were resolved....

FWI, I have probably found why qgis works for me and not for you....  I
run KDE.   If I run qgis under Gnome it will seg fault.

So, as a work around, you can always switch to KDE.  :-)



--
fedora-list mailing list
[hidden email]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

signature.asc (261 bytes) Download Attachment
Ed Greshko

Re: Why can't I launch qgis??

Reply Threaded More More options
Print post
Permalink
Ed Greshko wrote:

> Beartooth wrote:
>  
>> I don't know how you found all that other stuff to install. The
>> qgis site told me for F11 to do simply "yum install qgis" -- and I did.
>>  
>>    
> Same way you did....  "yum install qgis" and dependencies were resolved....
>
> FWI, I have probably found why qgis works for me and not for you....  I
> run KDE.   If I run qgis under Gnome it will seg fault.
>
> So, as a work around, you can always switch to KDE.  :-)
>
>  
Oh...forgot to mention....  In a previous post you said "No package
xerces available".  That is because the package name is "xerces-c".


--
Hideously disfigured by an ancient Indian curse? WE CAN HELP! Call (511)
338-0959 for an immediate appointment. Guess Who! http://tinyurl.com/mc4xe7



--
fedora-list mailing list
[hidden email]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

signature.asc (261 bytes) Download Attachment
Beartooth TpBkR

Re: Why can't I launch qgis??

Reply Threaded More More options
Print post
Permalink
On Mon, 09 Nov 2009 07:04:04 +0800, Ed Greshko wrote:
        [....]
>> FWI, I have probably found why qgis works for me and not for you....  I
>> run KDE.   If I run qgis under Gnome it will seg fault.

>> So, as a work around, you can always switch to KDE.  :-)

        Hmmmm ..... Gotta remember to look up electronic exorcism ...

> Oh...forgot to mention....  In a previous post you said "No package
> xerces available".  That is because the package name is "xerces-c".

        Well, whuddaya know :

Package xerces-c-2.8.0-5.fc11.i586 already installed and latest version

        I had it all the time.

--
Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User
I have precious (very precious!) little idea where up is.


--
fedora-list mailing list
[hidden email]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines