Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1653 closed bug (duplicate)

Segmentation Fault in FC10

Reported by: lookingforoil Owned by: nobody
Priority: critical: causes crash or data corruption Milestone:
Component: Build/Install Version:
Keywords: Cc:
Must Fix for Release: No Platform: Fedora
Platform Version: Awaiting user input: no

Description

I recently attempted to install and run QGIS 1.0.1 on a new install of FC10. It was simply installed using yum. Upon running qgis from the terminal I receive a segmentation fault.

A quick backtrace through gdb results in the following:

Program received signal SIGSEGV, Segmentation fault.
0x021c78b4 in ?? () from /usr/lib/libQtGui.so.4
(gdb) backtrace
#0  0x021c78b4 in ?? () from /usr/lib/libQtGui.so.4
#1  0x06180162 in g_main_context_prepare () from /lib/libglib-2.0.so.0
#2  0x061805ea in ?? () from /lib/libglib-2.0.so.0
#3  0x06180ac1 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#4  0x01414b07 in link_main_iteration () from /usr/lib/libORBit-2.so.0
#5  0x013f6d5e in giop_recv_buffer_get () from /usr/lib/libORBit-2.so.0
#6  0x013fbf46 in ORBit_small_invoke_stub () from /usr/lib/libORBit-2.so.0
#7  0x013fc179 in ORBit_small_invoke_stub_n () from /usr/lib/libORBit-2.so.0
#8  0x0140900a in ORBit_c_stub_invoke () from /usr/lib/libORBit-2.so.0
#9  0x013cafce in ConfigServer_ping () from /usr/lib/libgconf-2.so.4
#10 0x013afda7 in gconf_activate_server () from /usr/lib/libgconf-2.so.4
#11 0x013be309 in ?? () from /usr/lib/libgconf-2.so.4
#12 0x013bf246 in ?? () from /usr/lib/libgconf-2.so.4
#13 0x013c0214 in gconf_engine_get_default () from /usr/lib/libgconf-2.so.4
#14 0x013c7b78 in gconf_client_get_default () from /usr/lib/libgconf-2.so.4
#15 0x024cbb9e in ?? () from /usr/lib/libQtGui.so.4
#16 0x024cc1c0 in ?? () from /usr/lib/libQtGui.so.4
#17 0x024cd5dd in ?? () from /usr/lib/libQtGui.so.4
#18 0x024b17b5 in QGtkStyle::QGtkStyle () from /usr/lib/libQtGui.so.4
#19 0x02428c22 in QStyleFactory::create () from /usr/lib/libQtGui.so.4
#20 0x0212c6e8 in QApplication::style () from /usr/lib/libQtGui.so.4
#21 0x0212c9dd in QApplicationPrivate::initialize () from /usr/lib/libQtGui.so.4
#22 0x0212ca7b in QApplicationPrivate::construct () from /usr/lib/libQtGui.so.4
#23 0x0212d63b in QApplication::QApplication () from /usr/lib/libQtGui.so.4
#24 0x00161b90 in QgsApplication::QgsApplication () from /usr/lib/libqgis_core.so.1.0
#25 0x0809ad78 in main ()

Also, the initial run of gdb produces the following:

Missing separate debuginfos, use: debuginfo-install qgis-1.0.1-1.fc10.i386

An attempt to install the qgis debug reports that it is installed and current.

I have always used Ubuntu in the past and have never encountered any major problems so this is a first.

Change History (2)

comment:1 by pcav, 15 years ago

Resolution: duplicate
Status: newclosed

Apparently a duplicate of #1608

in reply to:  1 comment:2 by lookingforoil, 15 years ago

Replying to pcav:

Apparently a duplicate of #1608

I apologize I did not see the previous ticket. However wouldnt the backtrace be helpful?

Note: See TracTickets for help on using tickets.