bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DDD 3.2.1 (i386-unknown-openbsd2.8) gets `Segmentation fault' signal


From: Dmitry V. Kustov
Subject: DDD 3.2.1 (i386-unknown-openbsd2.8) gets `Segmentation fault' signal
Date: Tue, 20 Feb 2001 15:44:51 GMT

I just typed "ddd &" and got this bug...
--------------------------------------------------------------------
ddd-log
GNU DDD 3.2.1 (i386-unknown-openbsd2.8)
Copyright (C) 1995-1999 Technische Universitaet Braunschweig, Germany.
Copyright (C) 1999-2000 Universitaet Passau, Germany.
Compiled with GCC 2.95.3 19991030 (prerelease), libstdc++ 2.9.0
Requires X11R6, Xt11R6, Motif 1.2 (GNU/LessTif Version 1.2 Release 0.91.8)
Includes DDD core, Manual, App defaults, XPM 3.4.11, Athena Panner
Built 2000-10-30 by ports@openbsd.org.
$  ddd
+  /bin/sh -c 'exec gdb -q -fullname'
#  Hello, world!
#  Starting GDB...
#  Enabling core dumps...
#  Enabling core dumps...done.
#  Running GDB (pid 3962, tty /dev/ttyp2)...
#  Current language: c/c++
<- "(gdb) "
-> "set prompt (gdb) "
<- "(gdb) "
-> "set height 0"
<- "(gdb) "
-> "set width 0"
<- "(gdb) "
-> "set annotate 1"
<- "(gdb) "
-> " set verbose off"
<- "(gdb) "
-> "info line"
<- "No line number information available."
<- "(gdb) "
-> "list"
<- "No symbol table is loaded.  Use the \"file\" command."
<- "(gdb) "
-> "info line"
<- "No line number information available."
<- "(gdb) "
-> "output 4711"
<- "4711(gdb) "
-> "show language"
<- "The current source language is \"auto; currently c\"."
<- "(gdb) "
-> "pwd"
<- "Working directory /home/kustov/.ddd."
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
-> "show history filename"
<- "The filename in which to record the command history is 
\"/home/kustov/.ddd/.gdb_history\"."
<- "(gdb) "
-> "show history size"
<- "The size of the command history is 256."
<- "(gdb) "
-> "info source"
<- "No current source file."
<- "(gdb) "
-> "info sources"
<- "No symbol table is loaded.  Use the \"file\" command."
<- "(gdb) "
-> "info files"
<- "(gdb) "
-> "info program"
<- "The program being debugged is not being run."
<- "(gdb) "
-> "info line main"
<- "No symbol table is loaded.  Use the \"file\" command."
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
-> "info source"
<- "No current source file."
<- "(gdb) "
-> "info line MAIN"
<- "No symbol table is loaded.  Use the \"file\" command."
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
-> "info source"
<- "No current source file."
<- "(gdb) "
-> "info line main_"
<- "No symbol table is loaded.  Use the \"file\" command."
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
-> "info source"
<- "No current source file."
<- "(gdb) "
-> "info line MAIN_"
<- "No symbol table is loaded.  Use the \"file\" command."
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
-> "info source"
<- "No current source file."
<- "(gdb) "
-> "info line main__"
<- "No symbol table is loaded.  Use the \"file\" command."
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
-> "info source"
<- "No current source file."
<- "(gdb) "
-> "info line MAIN__"
<- "No symbol table is loaded.  Use the \"file\" command."
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
-> "info source"
<- "No current source file."
<- "(gdb) "
-> "info line _main"
<- "No symbol table is loaded.  Use the \"file\" command."
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
-> "info source"
<- "No current source file."
<- "(gdb) "
-> "info line _MAIN"
<- "No symbol table is loaded.  Use the \"file\" command."
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
-> "info source"
<- "No current source file."
<- "(gdb) "
-> "info line __main"
<- "No symbol table is loaded.  Use the \"file\" command."
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
-> "info source"
<- "No current source file."
<- "(gdb) "
-> "info line __MAIN"
<- "No symbol table is loaded.  Use the \"file\" command."
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
-> "source /tmp/ddd.hdDqJu3334"
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
-> "# reset"
<- "(gdb) "
-> "info breakpoints"
<- "No breakpoints or watchpoints."
<- "(gdb) "
-> "display"
<- "(gdb) "
-> "info display"
<- "There are no auto-display expressions now."
<- "(gdb) "
-> "set environment TERM dumb"
<- "(gdb) "
-> "info files"
<- "(gdb) "
-> "info program"
<- "The program being debugged is not being run."
<- "(gdb) "
-> "help detach"
<- "Detach a process or file previously attached."
<- "If a process, it is no longer traced, and it continues its execution.  If 
you"
<- "were debugging a file, the file is closed and gdb no longer accesses it."
<- "(gdb) "
-> "help run"
<- "Start debugged program.  You may specify arguments to give it."
<- "Args may include \"*\", or \"[...]\"; they are expanded using \"sh\"."
<- "Input and output redirection with \">\", \"<\", or \">>\" are also allowed."
<- ""
<- "With no arguments, uses arguments last specified (with \"run\" or \"set 
args\")."
<- "To cancel previous arguments and run with no arguments,"
<- "use \"set args\" without arguments."
<- "(gdb) "
-> "help step"
<- "Step program until it reaches a different source line."
<- "Argument N means do this N times (or till program stops for another 
reason)."
<- "(gdb) "
-> "help stepi"
<- "Step one instruction exactly."
<- "Argument N means do this N times (or till program stops for another 
reason)."
<- "(gdb) "
-> "help next"
<- "Step program, proceeding through subroutine calls."
<- "Like the \"step\" command as long as subroutine calls do not happen;"
<- "when they do, the call is treated as one instruction."
<- "Argument N means do this N times (or till program stops for another 
reason)."
<- "(gdb) "
-> "help nexti"
<- "Step one instruction, but proceed through subroutine calls."
<- "Argument N means do this N times (or till program stops for another 
reason)."
<- "(gdb) "
-> "help until"
<- "Execute until the program reaches a source line greater than the current"
<- "or a specified line or address or function (same args as break command)."
<- "Execution will also stop upon exit from the current stack frame."
<- "(gdb) "
-> "help finish"
<- "Execute until selected stack frame returns."
<- "Upon return, the value returned is printed and put in the value history."
<- "(gdb) "
-> "help cont"
<- "Continue program being debugged, after signal or breakpoint."
<- "If proceeding from breakpoint, a number N may be used as an argument,"
<- "which means to set the ignore count of that breakpoint to N - 1 (so that"
<- "the breakpoint won\'t break until the Nth time it is reached)."
<- "(gdb) "
-> "help signal"
<- "Continue program giving it signal specified by the argument."
<- "An argument of \"0\" means continue program without giving it a signal."
<- "(gdb) "
-> "help kill"
<- "Kill execution of program being debugged."
<- "(gdb) "
-> "help up"
<- "Select and print stack frame that called this one."
<- "An argument says how many frames up to go."
<- "(gdb) "
-> "help down"
<- "Select and print stack frame called by this one."
<- "An argument says how many frames down to go."
<- "(gdb) "
!  Segmentation fault
#  Saving history in "/home/kustov/.ddd/history"...
#  Saving history in "/home/kustov/.ddd/history"...done.
#  Thanks for using DDD 3.2.1!  (We apologize for the inconvenience.)
----------------------------------------------------------------------------
pkg-info
joe-2.8            Joe's own editor
gettext-0.10.35    GNU gettext
ncftp-3.0.1        curses-based ftp program
a2ps-4.13b-a4      format ascii files for printing on PostScript printers
bash-2.04          GNU Bourne Again Shell
john-1.6-k6        extremely fast password cracker
ucspi-tcp-0.88     tools for building TCP client-server applications
xforms-0.88        GUI toolkit for X11
rxvt-2.7.3         color, low memory usage, xterm replacement
tcsh-6.09.03       extended C-shell with many useful features
xruskb-1.13.0      english-russian keyboard switcher for X11
xcyrillic-2.0      setup X11 fonts for russian language (koi8-r)
star-1.2           unique standard tape archiver with many enhancements
queso-980922       determine remote OS using simple tcp packets
ntop-1.1           network usage, with an interface similar to top(1)
mpage-2.5-a4       print multiple pages per sheet on PostScript printer
ish-1.11           binary-to-text file converter
glib-1.2.8         useful routines for C programming
jpeg-6b            IJG's JPEG compression utilities
wget-1.5.3         retrieve files from the 'net via HTTP and FTP
gtk+-1.2.8         General Toolkit for X11 GUI
tiff-3.5.5         Tools and library routines for working with TIFF images
zip-2.3            create/update ZIP files compatible with pkzip
wget-msgs-1.5.3-ru russian messages for GNU wget
antiword-0.30      converts MSWord Documents to ASCII Text and PostScript
png-1.0.8          library for manipulating PNG images
ghostscript-5.50   GNU Postscript interpreter
Xaw3d-1.5          a 3-D Athena Widget set that looks like Motif
gv-3.5.8           PostScript and PDF previewer
psutils-1.17-a4    manipulating PostScript documents
deco-3.8.3         Demos Commander, a free Norton Commander clone
lesstif-0.91.8     API compatible clone of the Motif toolkit
ytalk-3.1.1        enhanced talk that allows for multiple parties
tcl-8.0.5          Tool Command Language
tk-8.0.5           graphical toolkit for Tcl
catdoc-0.90b4      MS Word ==> ASCII or TeX, Tk viewer included
d1489-1.4          cp866<>koi8-r & cp1251<>koi8-r decoders and font converter
teTeX_texmf-1.0.2  TeX distribution, common support files
teTeX_base-1.0.7   TeX distribution, executables
detex-2.6          strip TeX/LaTeX codes from a file
xemacs-21.1.12     Heavily customizable and extensible editor (almost IDE)
xtar-1.4           view and manipulate contents of a tar file
ispell-3.1.20      interactive spelling checker
lyx-1.0.0          graphical frontend for LaTeX (nearly WYSIWYG)
ddd-3.2.1          Data Display Debugger, graphical front-end for GDB, etc
xv-3.10a           X11 image display and modification tool
-----------------------------------------------------------------------------
kernel-config

machine         i386            # architecture, used by config; REQUIRED

#option         I386_CPU        # CPU classes; at least one is REQUIRED
option          I486_CPU
#option         I586_CPU
option          GPL_MATH_EMULATE        # floating point emulation

option          DUMMY_NOPS      # speed hack; recommended
option          XSERVER         # diddle with console driver
option          APERTURE        # in-kernel aperture driver for XFree86

maxusers        16              # estimated number of users
option          TIMEZONE=0      # time zone to adjust RTC time by
option          DST=0           # daylight savings time used by RTC

option          SWAPPAGER       # paging; REQUIRED
option          DEVPAGER        # mmap() of devices

#option         DDB             # in-kernel debugger
#makeoptions    DEBUG="-g"      # compile full symbol table
#option         DIAGNOSTIC      # internally consistency checks
#option         KTRACE          # system call tracing, a la ktrace(1)
#option         BOOT_CONFIG     # User kernel config
#option         SCSIDEBUG
#option         COMCONSOLE      # Serial console
option          CONADDR=0x2f8
option          CONUNIT=1

#option         SYSVMSG         # System V-like message queues
#option         SYSVSEM         # System V-like semaphores
#option         SYSVSHM         # System V-like memory sharing
#option         SHMMAXPGS=2048  # 2048 pages is the default

#option         COMPAT_09       # Kernel compatibility with NetBSD 0.9,
#option         COMPAT_10       # NetBSD 1.0,
#option         COMPAT_43       # and 4.3BSD
#option         TCP_COMPAT_42   # TCP bug compatibility with 4.2BSD

#option         COMPAT_SVR4     # binary compatibility with SVR4
#option         COMPAT_IBCS2    # binary compatibility with SCO and ISC
#option         COMPAT_LINUX    # binary compatibility with Linux
#option         COMPAT_FREEBSD  # binary compatibility with FreeBSD
option          COMPAT_BSDOS    # binary compatibility with BSD/OS

#option         USER_LDT        # user-settable LDT; used by WINE
#option         LKM             # loadable kernel modules

option          FFS             # UFS
#option         QUOTA           # UFS quotas
option          MFS             # memory file system

option          NFSCLIENT       # Network File System client
#option         NFSSERVER       # Network File System server

#option         CD9660          # ISO 9660 + Rock Ridge file system
#option         MSDOSFS         # MS-DOS file system
#option         FDESC           # /dev/fd
option          FIFO            # FIFOs; RECOMMENDED
option          KERNFS          # /kern
#option         NULLFS          # loopback file system
#option         PORTAL          # dynamically created filesystem objects
#option         PROCFS          # /proc
#option         UMAPFS          # NULLFS + uid and gid remapping
#option         UNION           # union file system

#option         GATEWAY         # packet forwarding
option          INET            # IP + ICMP + TCP + UDP
option          IPSEC
option          IPFILTER
option          IPFILTER_LOG

config          bsd     swap generic

mainbus0        at root
bios0   at mainbus0
isa0    at mainbus0

npx0    at isa? port 0xf0 irq 13        # math coprocessor
isadma0 at isa?
isapnp0 at isa?

vt0     at isa? port 0x60 irq 1

pcppi0  at isa?
sysbeep0        at pcppi?

pccom0  at isa? port 0x3f8 irq 4        # standard PC serial ports
pccom1  at isa? port 0x2f8 irq 3

lpt0    at isa? port 0x378 irq 7        # standard PC parallel ports

#lms0   at isa? port 0x23c irq 5        # Logitech bus mouse
#lms1   at isa? port 0x238 irq 5
#mms0   at isa? port 0x23c irq 5        # Microsoft InPort mouse
#mms1   at isa? port 0x238 irq 5
#pms0   at isa? port 0x60 irq 12        # PS/2 auxiliary port mouse

fdc0    at isa? port 0x3f0 irq 6 drq 2  # standard PC floppy controllers
#fdc1   at isa? port 0x370 irq ? drq ?
fd*     at fdc? drive ?

wdc0    at isa? port 0x1f0 irq 14       # ST506, ESDI, and IDE controllers
#wdc1   at isa? port 0x170 irq ?
wd*     at wdc? drive ?

ne0     at isa? port 0x240 irq 9
ne1     at isa? port 0x300 irq 10               # NE[12]000 ethernet
ne*     at isapnp?

pseudo-device   loop    1               # network loopback
pseudo-device   bpfilter 8              # packet filter
#pseudo-device  sl      2               # CSLIP
#pseudo-device  ppp     2               # PPP
pseudo-device   tun     2               # network tunneling over tty

pseudo-device   pty     32              # pseudo-terminals
#pseudo-device  tb      1               # tablet line discipline
#pseudo-device  vnd     4               # vnode disk
#pseudo-device  ccd     4               # concatenated disk
pseudo-device   enc
---------------------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]