[pkg-fgfs-crew] Bug#763821: flightgear: also found in 3.0.0-3+b1

js jshaio at yahoo.com
Tue Oct 21 01:27:48 UTC 2014


Package: flightgear
Followup-For: Bug #763821

Dear Maintainer,

=================================================================
I have found the same bug in the latest flightgear_3.0.0-3+b1.

The fix for me was the same:
=> export OSG_LIBRARY_PATH=/usr/lib/i386-linux-gnu
=> fgfs --aircraft=f16 ...

The export OSG_LIBRARY_PATH was not needed with version 3.0.0-2

Here is the stack trace of the crash:
...
failed to load effect texture file /usr/share/games/flightgear/Textures/Runway/rwy-reflect.png
failed to load effect texture file /usr/share/games/flightgear/Textures/Runway/rwy-normalmap.png
failed to load effect texture file /usr/share/games/flightgear/Aircraft/Generic/Effects/Rainbow.png
failed to load effect texture file /usr/share/games/flightgear/Aircraft/Generic/Effects/FresnelLookUp.png
failed to load effect texture file /usr/share/games/flightgear/Textures.high/Runway/pa_1r.png
failed to load effect texture file /usr/share/games/flightgear/Textures.high/Runway/pa_1r.png
failed to load effect texture file /usr/share/games/flightgear/Textures.high/Runway/pa_1r.png

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xac35ab40 (LWP 3620)]
_dl_map_object (loader=loader at entry=0xb78c82d8, name=name at entry=0xa8fed794 "osgPlugins-3.2.1/osgdb_png.so", type=type at entry=2, trace_mode=trace_mode at entry=0, 
    mode=mode at entry=-1879047935, nsid=0) at dl-load.c:2333
2333	dl-load.c: No such file or directory.
(gdb) bt
#0  _dl_map_object (loader=loader at entry=0xb78c82d8, name=name at entry=0xa8fed794 "osgPlugins-3.2.1/osgdb_png.so", type=type at entry=2, 
    trace_mode=trace_mode at entry=0, mode=mode at entry=-1879047935, nsid=0) at dl-load.c:2333
#1  0xb7ff17b6 in dl_open_worker (a=0xac35872c) at dl-open.c:235
#2  0xb7fed756 in _dl_catch_error (objname=objname at entry=0xac358724, errstring=errstring at entry=0xac358728, mallocedp=mallocedp at entry=0xac358723, 
    operate=operate at entry=0xb7ff16f0 <dl_open_worker>, args=args at entry=0xac35872c) at dl-error.c:187
#3  0xb7ff11e4 in _dl_open (file=0xa8fed794 "osgPlugins-3.2.1/osgdb_png.so", mode=-2147483391, 
    caller_dlopen=0xb77b0a10 <osgDB::DynamicLibrary::getLibraryHandle(std::string const&)+128>, nsid=<optimized out>, argc=1, argv=0xbffff2b4, env=0xbffff2bc)
    at dl-open.c:661
#4  0xb6949cbc in dlopen_doit (a=0xac3588e0) at dlopen.c:66
#5  0xb7fed756 in _dl_catch_error (objname=0xab20164c, errstring=0xab201650, mallocedp=0xab201648, operate=0xb6949c30 <dlopen_doit>, args=0xac3588e0)
    at dl-error.c:187
#6  0xb694a37c in _dlerror_run (operate=operate at entry=0xb6949c30 <dlopen_doit>, args=args at entry=0xac3588e0) at dlerror.c:163
#7  0xb6949d71 in __dlopen (file=0xa8fed794 "osgPlugins-3.2.1/osgdb_png.so", mode=257) at dlopen.c:87
#8  0xb77b0a10 in osgDB::DynamicLibrary::getLibraryHandle(std::string const&) () from /usr/lib/i386-linux-gnu/libosgDB.so.100
#9  0xb77b101b in osgDB::DynamicLibrary::loadLibrary(std::string const&) () from /usr/lib/i386-linux-gnu/libosgDB.so.100
#10 0xb77dcf72 in osgDB::Registry::loadLibrary(std::string const&) () from /usr/lib/i386-linux-gnu/libosgDB.so.100
#11 0xb77e02dc in osgDB::Registry::read(osgDB::Registry::ReadFunctor const&) () from /usr/lib/i386-linux-gnu/libosgDB.so.100
#12 0xb77e10ca in osgDB::Registry::readImplementation(osgDB::Registry::ReadFunctor const&, osgDB::Options::CacheHintOptions) ()
   from /usr/lib/i386-linux-gnu/libosgDB.so.100
#13 0xb77e193a in osgDB::Registry::readImageImplementation(std::string const&, osgDB::Options const*) () from /usr/lib/i386-linux-gnu/libosgDB.so.100
#14 0xb7c7150a in simgear::ModelRegistry::readImage (this=0x8b881e8, fileName="/usr/share/games/flightgear/Textures/Terrain/void.png", opt=0x9ddcde0)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/model/ModelRegistry.cxx:199
#15 0xb77d5e96 in osgDB::readImageFile(std::string const&, osgDB::Options const*) () from /usr/lib/i386-linux-gnu/libosgDB.so.100
#16 0xb7c2fc59 in simgear::(anonymous namespace)::setAttrs (attrs=..., tex=0xa8d7ef28, options=0x9ddcde0)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/material/TextureBuilder.cxx:244
#17 0xb7c40d48 in simgear::TexBuilder<osg::Texture2D>::build (this=0x8b86d80, effect=0x9e37df0, pass=0xa8d7ec00, props=0x9e55548, options=0x9ddcde0)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/material/TextureBuilder.cxx:306
#18 0xb7c300b7 in buildFromType (options=0x9ddcde0, props=0x9e55548, type="2d", pass=0xa8d7ec00, effect=0x9e37df0)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/material/EffectBuilder.hxx:69
#19 simgear::TextureBuilder::buildFromType (effect=0x9e37df0, pass=0xa8d7ec00, type="2d", props=0x9e55548, options=0x9ddcde0)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/material/TextureBuilder.cxx:66
#20 0xb7c32d69 in simgear::TextureUnitBuilder::buildAttribute (this=0x8b844a8, effect=0x9e37df0, pass=0xa8d7ec00, prop=0x9e55548, options=0x9ddcde0)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/material/TextureBuilder.cxx:133
#21 0xb7c073b0 in simgear::buildPass (effect=0x9e37df0, tniq=0xa8dee7b0, prop=0x9e53f90, options=0x9ddcde0)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/material/Effect.cxx:168
#22 0xb7c0799c in simgear::buildTechnique (effect=0x9e37df0, prop=0x9e537f0, options=0x9ddcde0)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/material/Effect.cxx:1202
#23 0xb7c0804e in simgear::Effect::realizeTechniques (this=0x9e37df0, options=0x9ddcde0)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/material/Effect.cxx:1287
#24 0xb7c4780d in SGMaterial::get_effect (this=0x9e36958, i=0) at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/material/mat.cxx:452
#25 0xb7c49467 in SGMaterial::get_effect (this=0x9e36958, triangleBin=...) at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/material/mat.cxx:467
#26 0xb7d23195 in SGTileGeometryBin::getSurfaceGeometry (this=0xa9c4c510, matlib=0x9256b10)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/tgdb/obj.cxx:407
#27 0xb7d1d218 in SGLoadBTG (path="/usr/share/games/flightgear/Scenery/Terrain/w130n30/w123n37/KPAO.btg", options=0xa9dd9528)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/tgdb/obj.cxx:1215
#28 0xb7d0d475 in SGReaderWriterBTG::readNode (this=0x8b8af28, fileName="/usr/share/games/flightgear/Scenery/Terrain/w130n30/w123n37/KPAO.btg", 
    options=0xa9dd9528) at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/tgdb/SGReaderWriterBTG.cxx:66
#29 0xb7d0db06 in loadUsingReaderWriter (opt=0xa8fc0260, fileName=<error reading variable: Cannot access memory at address 0x8510c477>)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/model/ModelRegistry.hxx:114
#30 simgear::ModelRegistryCallback<simgear::DefaultProcessPolicy, simgear::NoCachePolicy, simgear::NoOptimizePolicy, simgear::NoSubstitutePolicy, simgear::BuildGroupBVHPolicy>::readNode (this=0x8b89f88, fileName="/usr/share/games/flightgear/Scenery/Terrain/w130n30/w123n37/KPAO.btg", opt=0xa9dd9528)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/model/ModelRegistry.hxx:90
#31 0xb7c70f27 in simgear::ModelRegistry::readNode (this=0x8b881e8, fileName="/usr/share/games/flightgear/Scenery/Terrain/w130n30/w123n37/KPAO.btg", 
    opt=0xa9dd9528) at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/model/ModelRegistry.cxx:403
#32 0xb77d8610 in osgDB::readRefNodeFile(std::string const&, osgDB::Options const*) () from /usr/lib/i386-linux-gnu/libosgDB.so.100
#33 0xb7cf9785 in simgear::ReaderWriterSTG::_ModelBin::load (this=0xac359e98, bucket=..., opt=0xa9fd7618)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/tgdb/ReaderWriterSTG.cxx:387
#34 0xb7cf4c4a in simgear::ReaderWriterSTG::readNode (this=0x8b8b008, fileName="942043.stg", options=0xa9fd7618)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/tgdb/ReaderWriterSTG.cxx:511
---Type <return> to continue, or q <return> to quit---
#35 0xb7cc793d in loadUsingReaderWriter (opt=0xa9fd7618, fileName=<error reading variable: Cannot access memory at address 0x8510c477>)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/model/ModelRegistry.hxx:114
#36 simgear::ModelRegistryCallback<simgear::DefaultProcessPolicy, simgear::NoCachePolicy, simgear::NoOptimizePolicy, simgear::NoSubstitutePolicy, simgear::BuildLeafBVHPolicy>::readNode (this=0x8b8b0d8, fileName="942043.stg", opt=0xa9fd7618)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/model/ModelRegistry.hxx:90
#37 0xb7c70f27 in simgear::ModelRegistry::readNode (this=0x8b881e8, fileName="942043.stg", opt=0xa9fd7618)
    at /build/simgear-KLiVVU/simgear-3.0.0/simgear/scene/model/ModelRegistry.cxx:403
#38 0xb77a0a8c in osgDB::DatabasePager::DatabaseThread::run() () from /usr/lib/i386-linux-gnu/libosgDB.so.100
#39 0xb7083ef3 in OpenThreads::ThreadPrivateActions::StartThread(void*) () from /usr/lib/i386-linux-gnu/libOpenThreads.so.20
#40 0xb7de8efb in start_thread (arg=0xac35ab40) at pthread_create.c:312
#41 0xb6a41f5e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129

=================================================================



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.14-1-686-pae (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages flightgear depends on:
ii  flightgear-data-all       3.0.0-1
ii  freeglut3                 2.8.1-2
ii  libc6                     2.19-1
ii  libdbus-1-3               1.8.8-1+b1
ii  libgcc1                   1:4.9.1-1
ii  libgl1-mesa-glx [libgl1]  10.2.6-1
ii  libglu1-mesa [libglu1]    9.0.0-2
ii  libgsm1                   1.0.13-4
ii  libice6                   2:1.0.9-1
ii  libjpeg62-turbo           1:1.3.1-8
ii  libopenal1                1:1.15.1-5
ii  libopenscenegraph100      3.2.1-4+b1
ii  libopenthreads20          3.2.1-3
ii  libplib1                  1.8.5-7
ii  libpng12-0                1.2.50-1
ii  libsimgearcore3.0.0       3.0.0-5+b1
ii  libsimgearscene3.0.0      3.0.0-5+b1
ii  libsm6                    2:1.2.2-1
ii  libspeex1                 1.2~rc1.1-1
ii  libspeexdsp1              1.2~rc1.1-1
ii  libsqlite3-0              3.8.5-2
ii  libstdc++6                4.9.1-1
ii  libudev1                  204-6
ii  libx11-6                  2:1.6.2-1
ii  libxext6                  2:1.3.2-1
ii  libxi6                    2:1.7.2-1
ii  libxmu6                   2:1.1.2-1
ii  zlib1g                    1:1.2.8.dfsg-1

flightgear recommends no packages.

flightgear suggests no packages.

-- no debconf information



More information about the pkg-fgfs-crew mailing list