Hello,
I'm having problems trying to run Nmap2 and Garp on Fedora 15. They
receive a segmentation fault when the programs are run. The error I
receive is "Program received signal SIGSEGV, Segmentation fault.
0x00000033e4246b72 in vfprintf () from /lib64/libc.so.6".
I have attached the results of running gdb for your perusal.
Anyone have any experience with this error, and if so, know what the
remedy is?
Regards,
Brian Bernard
gdb nmap2
GNU gdb (GDB) Fedora (7.2.90.20110525-38.fc15)
Copyright (C) 2011 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/>...
Reading symbols from /gempak/GEMPAK6.2.0/os/linux64/bin/nmap2...done.
(gdb) run
Starting program: /gempak/GEMPAK6.2.0/os/linux64/bin/nmap2
[Thread debugging using libthread_db enabled]
Finished reading tables...
Resource File: /gempak/GEMPAK6.2.0/resource/Nmap
Program received signal SIGSEGV, Segmentation fault.
0x00000033e4246b72 in vfprintf () from /lib64/libc.so.6
Missing separate debuginfos, use: debuginfo-install expat-2.0.1-11.fc15.x86_64
fontconfig-2.8.0-3.fc15.x86_64 freetype-2.4.4-4.fc15.x86_64 glibc-2.14-2.x86_64
libICE-1.0.6-3.fc15.x86_64 libSM-1.2.0-2.fc15.x86_64 libX11-1.4.3-1.fc15.x86_64
libXau-1.0.6-2.fc15.x86_64 libXcursor-1.1.11-3.fc15.x86_64
libXext-1.2.0-2.fc15.x86_64 libXfixes-5.0-1.fc15.x86_64
libXft-2.2.0-2.fc15.x86_64 libXmu-1.1.0-2.fc15.x86_64
libXp-1.0.0-16.fc15.x86_64 libXrender-0.9.6-2.fc15.x86_64
libXt-1.1.0-1.fc15.x86_64 libgcc-4.6.0-9.fc15.x86_64
libgfortran-4.6.0-9.fc15.x86_64 libjpeg-turbo-1.1.0-2.fc15.x86_64
libpng-1.2.44-3.fc15.x86_64 libquadmath-4.6.0-9.fc15.x86_64
libuuid-2.19.1-1.2.fc15.x86_64 libxcb-1.7-2.fc15.x86_64 zlib-1.2.5-3.fc15.x86_64
(gdb) backtrace
#0 0x00000033e4246b72 in vfprintf () from /lib64/libc.so.6
#1 0x00000033e4269dc4 in vsprintf () from /lib64/libc.so.6
#2 0x00000033e4250cf7 in sprintf () from /lib64/libc.so.6
#3 0x00002aaaaac462bd in _XmOSInitPath (file_name=0x0,
env_pathname=<optimized out>, user_path=<optimized out>) at Xmos.c:1301
#4 0x00002aaaaac786ee in XmGetIconFileName (screen=<optimized out>,
imageInstanceName=0x0,
imageClassName=0x7fffffff5820 "/gempak/GEMPAK6.2.0/icons/nmap/turb00.xbm",
hostPrefix=0x0, size=0) at IconFile.c:623
#5 0x00002aaaaab8fb42 in GetImage (screen=0x15071fe0,
image_name=0x7fffffff5820 "/gempak/GEMPAK6.2.0/icons/nmap/turb00.xbm",
acc_color=0x7fffffff5600, image=0x7fffffff5598,
pixmap_resolution=0x7fffffff55ae, pixels=0x7fffffff55a0,
npixels=0x7fffffff55a8) at ImageCache.c:942
#6 0x00002aaaaab90db7 in _XmGetScaledPixmap (screen=0x15071fe0,
widget=<optimized out>,
image_name=0x7fffffff5820 "/gempak/GEMPAK6.2.0/icons/nmap/turb00.xbm",
acc_color=0x7fffffff5600, depth=24, only_if_exists=0 '\000',
scaling_ratio=1) at ImageCache.c:1393
#7 0x00002aaaaab9138e in XmGetPixmapByDepth (screen=0x15071fe0,
image_name=0x7fffffff5820 "/gempak/GEMPAK6.2.0/icons/nmap/turb00.xbm",
foreground=0, background=12566463, depth=<optimized out>)
at ImageCache.c:1672
---Type <return> to continue, or q <return> to quit---