ossimplanet (ossimPlanetQt) Rev: 15842 - segfault

2 messages Options
Embed this post
Permalink
William G. Miller

ossimplanet (ossimPlanetQt) Rev: 15842 - segfault

Reply Threaded More More options
Print post
Permalink
Greetings:

I have the following platform:

        Dell dual zeon 64 bit cpus. 3.6Gz
1GB memory
8TB disk
Fedora 11 x86_64  with current yum patches (Nov 2)
        gdal-1.6.0-8.fc11.x86_64

I checked out OSSIM svn revision 15842 and compiled it without incident.
When I bring up ossimplanet, I see the splash screen and then I receive
a segmentation fault before the main screen appears.

A gdb trace follows:

===================================================================================
gdb ossimplanet
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 "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) run
Starting program: /usr/local/bin/ossimplanet
[Thread debugging using libthread_db enabled]
WARNING: Plugin with the name /usr/local/lib/libossimpng_plugin.so
Already registered with OSSIM
WARNING: Plugin with the name /usr/local/lib/libossimgdal_plugin.so
Already registered with OSSIM
WARNING: Plugin with the name /usr/local/lib/libossimreg_plugin.so
Already registered with OSSIM
WARNING: Plugin with the name /usr/local/lib/libossimndf_plugin.so
Already registered with OSSIM
WARNING: Plugin with the name /usr/local/lib/libossimOpenJpeg_plugin.so
Already registered with OSSIM

Program received signal SIGSEGV, Segmentation fault.
0x00007fffe8a449ba in ossimGdalTileSource::getMaxSize(unsigned int,
int&, int&) const () from /root/.ossim/plugins/libossimgdal_plugin.so
(gdb) where
#0  0x00007fffe8a449ba in ossimGdalTileSource::getMaxSize(unsigned int,
int&, int&) const () from /root/.ossim/plugins/libossimgdal_plugin.so
#1  0x00007fffe8a44c6b in
ossimGdalTileSource::getImageRectangle(unsigned int) const ()
from /root/.ossim/plugins/libossimgdal_plugin.so
#2  0x00007ffff79b8971 in
ossimPlanetOssimImageLayer::setHandler(ossimRefPtr<ossimImageHandler>)
() from /usr/local/lib/libossimPlanet.so
#3  0x00007ffff79ba345 in
ossimPlanetOssimImageLayer::openImage(ossimFilename const&, int) ()
from /usr/local/lib/libossimPlanet.so
#4  0x00007ffff79e3163 in
ossimPlanetStandardTextureLayerFactory::createLayerFromFilename(ossimFilename const&, bool) const ()
   from /usr/local/lib/libossimPlanet.so
#5  0x00007ffff79e32ff in
ossimPlanetStandardTextureLayerFactory::createLayer(ossimString const&,
bool) const () from /usr/local/lib/libossimPlanet.so
#6  0x00007ffff7a138ad in
ossimPlanetTextureLayerRegistry::createLayer(ossimString const&, bool)
const () from /usr/local/lib/libossimPlanet.so
#7  0x00007ffff7d22606 in ossimPlanetQtApplication::initWithArgs (
    argc=<value optimized out>, argv=<value optimized out>)
    at gui/ossimPlanetQtApplication.cpp:695
#8  0x0000000000402296 in main (argc=1, argv=0x7fffffffdff8) at
main.cpp:26
(gdb) quit

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


Sincerely,

William G. Miller, Computer Scientist
U.S. Geological Survey
12201 Sunrise Valley Drive
Reston, VA 20192
(703) 648-6721


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
www.ossim.org
Ossim-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/ossim-developer
David R. Burken

Re: ossimplanet (ossimPlanetQt) Rev: 15842 - segfault

Reply Threaded More More options
Print post
Permalink
Hi William,

Hey this might be  a stupid question but did you recompile your ossim_plugins/gdal plugin after you updated your gdal?

Dave

________________________________________
From: William Miller [[hidden email]]
Sent: Tuesday, November 03, 2009 3:27 PM
To: [hidden email]
Subject: [OSSIM] ossimplanet  (ossimPlanetQt)  Rev: 15842 - segfault

Greetings:

I have the following platform:

        Dell dual zeon 64 bit cpus. 3.6Gz
1GB memory
8TB disk
Fedora 11 x86_64  with current yum patches (Nov 2)
        gdal-1.6.0-8.fc11.x86_64

I checked out OSSIM svn revision 15842 and compiled it without incident.
When I bring up ossimplanet, I see the splash screen and then I receive
a segmentation fault before the main screen appears.

A gdb trace follows:

===================================================================================
gdb ossimplanet
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 "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) run
Starting program: /usr/local/bin/ossimplanet
[Thread debugging using libthread_db enabled]
WARNING: Plugin with the name /usr/local/lib/libossimpng_plugin.so
Already registered with OSSIM
WARNING: Plugin with the name /usr/local/lib/libossimgdal_plugin.so
Already registered with OSSIM
WARNING: Plugin with the name /usr/local/lib/libossimreg_plugin.so
Already registered with OSSIM
WARNING: Plugin with the name /usr/local/lib/libossimndf_plugin.so
Already registered with OSSIM
WARNING: Plugin with the name /usr/local/lib/libossimOpenJpeg_plugin.so
Already registered with OSSIM

Program received signal SIGSEGV, Segmentation fault.
0x00007fffe8a449ba in ossimGdalTileSource::getMaxSize(unsigned int,
int&, int&) const () from /root/.ossim/plugins/libossimgdal_plugin.so
(gdb) where
#0  0x00007fffe8a449ba in ossimGdalTileSource::getMaxSize(unsigned int,
int&, int&) const () from /root/.ossim/plugins/libossimgdal_plugin.so
#1  0x00007fffe8a44c6b in
ossimGdalTileSource::getImageRectangle(unsigned int) const ()
from /root/.ossim/plugins/libossimgdal_plugin.so
#2  0x00007ffff79b8971 in
ossimPlanetOssimImageLayer::setHandler(ossimRefPtr<ossimImageHandler>)
() from /usr/local/lib/libossimPlanet.so
#3  0x00007ffff79ba345 in
ossimPlanetOssimImageLayer::openImage(ossimFilename const&, int) ()
from /usr/local/lib/libossimPlanet.so
#4  0x00007ffff79e3163 in
ossimPlanetStandardTextureLayerFactory::createLayerFromFilename(ossimFilename const&, bool) const ()
   from /usr/local/lib/libossimPlanet.so
#5  0x00007ffff79e32ff in
ossimPlanetStandardTextureLayerFactory::createLayer(ossimString const&,
bool) const () from /usr/local/lib/libossimPlanet.so
#6  0x00007ffff7a138ad in
ossimPlanetTextureLayerRegistry::createLayer(ossimString const&, bool)
const () from /usr/local/lib/libossimPlanet.so
#7  0x00007ffff7d22606 in ossimPlanetQtApplication::initWithArgs (
    argc=<value optimized out>, argv=<value optimized out>)
    at gui/ossimPlanetQtApplication.cpp:695
#8  0x0000000000402296 in main (argc=1, argv=0x7fffffffdff8) at
main.cpp:26
(gdb) quit

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


Sincerely,

William G. Miller, Computer Scientist
U.S. Geological Survey
12201 Sunrise Valley Drive
Reston, VA 20192
(703) 648-6721


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
www.ossim.org
Ossim-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/ossim-developer

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
www.ossim.org
Ossim-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/ossim-developer