[Qgis-user] Crash during launching QGIS 1.7.0 on SLES 11

Otto Dassau dassau at gbd-consult.de
Wed Sep 28 04:23:25 PDT 2011


Hi,

Do you use the latest version from application:geo?

Regards, Otto

Am Wed, 28 Sep 2011 12:39:10 +0200
schrieb Zedler, Jörg <Joerg.Zedler at gt-net.de>:

> Hi,
> 
> launching QGIS 1.7.0 on SuSE Enterprice 11 the program crashes during
> loading Python with Segmentation fault.
> 
> The same on OpenSuSE 11 works.
> 
>  
> 
> Here is the debugger-output (gdb):
> 
>  
> 
> Program received signal SIGSEGV, Segmentation fault.
> 
> strlen () at ../sysdeps/x86_64/strlen.S:31
> 
> 31      ../sysdeps/x86_64/strlen.S: Datei oder Verzeichnis nicht
> gefunden.
> 
>         in ../sysdeps/x86_64/strlen.S
> 
>  
> 
> (gdb) backtrace
> 
> #0  strlen () at ../sysdeps/x86_64/strlen.S:31
> 
> #1  0x00007fffe3a8651a in PyString_FromFormatV (
> 
>     format=0x7fffe35b9508 "the sip module implements API v%d.0 but the
> %s module requires API v%d.%d",
> 
>     vargs=0x7fffffffa0b0) at Objects/stringobject.c:210
> 
> #2  0x00007fffe3aadb7c in PyErr_Format (exception=0x7fffe3d171a0,
> format=0x0) at Python/errors.c:538
> 
> #3  0x00007fffe35b6585 in ?? () from
> /usr/lib64/python2.6/site-packages/sip.so
> 
> #4  0x00007fffe243b824 in initcore () from
> /usr/share/qgis/python/qgis/core.so
> 
> #5  0x00007fffe3ab594c in _PyImport_LoadDynamicModule
> (name=0x7fffffffb370 "qgis.core",
> 
>     pathname=0x7fffffffa2a0 "/usr/share/qgis/python/qgis/core.so",
> fp=<value optimized out>)
> 
>     at Python/importdl.c:53
> 
> #6  0x00007fffe3ab494a in import_submodule (mod=0x1279638,
> subname=0x7fffffffb375 "core",
> 
>     fullname=0x7fffffffb370 "qgis.core") at Python/import.c:2545
> 
> #7  0x00007fffe3ab4bd8 in load_next (mod=0x1279638, altmod=0x1279638,
> p_name=<value optimized out>,
> 
>     buf=0x7fffffffb370 "qgis.core", p_buflen=0x7fffffffb368) at
> Python/import.c:2365
> 
> #8  0x00007fffe3ab50ee in import_module_level (name=0x0, globals=<value
> optimized out>,
> 
>     locals=<value optimized out>, fromlist=0x127b590, level=<value
> optimized out>)
> 
>     at Python/import.c:2094
> 
> #9  0x00007fffe3ab5738 in PyImport_ImportModuleLevel (name=0x1279604
> "qgis.core", globals=0xf85a60,
> 
>     locals=0xf85a60, fromlist=0x127b590, level=-1) at
> Python/import.c:2138
> 
> #10 0x00007fffe3a9ef5d in builtin___import__ (self=<value optimized
> out>, args=<value optimized out>,
> 
>     kwds=<value optimized out>) at Python/bltinmodule.c:48
> 
> #11 0x00007fffe3a63909 in PyObject_Call (func=0xf31ea8, arg=0xf5b3c0,
> kw=0x0)
> 
>     at Objects/abstract.c:2487
> 
> #12 0x00007fffe3a9f2f8 in PyEval_CallObjectWithKeywords (func=0xf31ea8,
> arg=0xf5b3c0, kw=0x0)
> 
>     at Python/ceval.c:3548
> 
> #13 0x00007fffe3aa1651 in PyEval_EvalFrameEx (f=0x1303800,
> throwflag=<value optimized out>)
> 
>     at Python/ceval.c:2124
> 
> #14 0x00007fffe3aa6740 in PyEval_EvalCodeEx (co=0x10bd828,
> globals=<value optimized out>,
> 
>     locals=<value optimized out>, args=0x0, argcount=0, kws=0x0,
> kwcount=0, defs=0x0, defcount=0,
> 
>     closure=0x0) at Python/ceval.c:2942
> 
> #15 0x00007fffe3a9f102 in PyEval_EvalCode (co=0x0,
> globals=0x7ffff7e4526c, locals=0x7fffffffa0e8)
> 
>     at Python/ceval.c:515
> 
> #16 0x00007fffe3abb373 in run_mod (mod=<value optimized out>,
> filename=<value optimized out>,
> 
>     globals=0xf85a60, locals=0xf85a60, flags=<value optimized out>,
> arena=<value optimized out>)
> 
>     at Python/pythonrun.c:1330
> 
> #17 0x00007fffe3abb4b8 in PyRun_StringFlags (str=0xe5f1a8 "from
> qgis.core import *", start=256,
> 
>     globals=0xf85a60, locals=0xf85a60, flags=0x0) at
> Python/pythonrun.c:1293
> 
> #18 0x00007fffe3d5bf3d in QgsPythonUtilsImpl::runStringUnsafe(QString
> const&, bool) ()
> 
>    from /usr/lib64/libqgispython.so.1.7.0
> 
> #19 0x00007fffe3d5c69b in QgsPythonUtilsImpl::runString(QString const&,
> QString) ()
> 
>    from /usr/lib64/libqgispython.so.1.7.0
> 
> #20 0x00007fffe3d5edc3 in QgsPythonUtilsImpl::initPython(QgisInterface*)
> ()
> 
>    from /usr/lib64/libqgispython.so.1.7.0
> 
> #21 0x000000000053b1f1 in QgisApp::loadPythonSupport() ()
> 
> #22 0x0000000000567026 in QgisApp::QgisApp(QSplashScreen*, bool,
> QWidget*, QFlags<Qt::WindowType>) ()
> 
> #23 0x000000000052ac7b in main ()
> 
>  
> 
> Is there any idea, what is going wrong?
> 
>  
> 
> Best regards 
> 
> Jörg
>  
> 


-- 
Geoinformatik Büro Dassau - http://www.gbd-consult.de
FOSSGIS consulting , training , support  and analysis
Davenstedter Str. 60  ,  D - 30453 Hannover , Germany
Phone:  +49-(0)511-2615322 ,  Fax: +49-(0)511-2615323

--
Community Advisor - QGIS Project Steering Committee



More information about the Qgis-user mailing list