Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2005 15:27:46 +0100
From:      trasz@pin.if.uz.zgora.pl
To:        Volker Stolz <vs@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/88462: math/GiNaC: ginsh crashes during startup
Message-ID:  <20051104142746.GA51847@pin.if.uz.zgora.pl>
In-Reply-To: <200511041141.jA4BfHKF027565@freefall.freebsd.org>
References:  <200511041141.jA4BfHKF027565@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 1104T1141, Volker Stolz wrote:
> Synopsis: math/GiNaC: ginsh crashes during startup
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: vs
> State-Changed-When: Fri Nov 4 11:40:17 GMT 2005
> State-Changed-Why: 
> Please obtain a gdb-backtrace on a build with debugging symbols (e.g. by
> running  the binary from the port's directory).
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=88462

[trasz@pin:/usr/ports/math/GiNaC/work/ginac-1.3.3/ginsh/.libs]$ ldd ginsh
ginsh:
        libginac-1.3.so.3 => /usr/local/lib/libginac-1.3.so.3 (0x2809c000)
        libreadline.so.5 => /lib/libreadline.so.5 (0x283a4000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x283d0000)
        libcln.so.4 => /usr/local/lib/libcln.so.4 (0x2840f000)
        libgmp.so.6 => /usr/local/lib/libgmp.so.6 (0x28569000)
        libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x28592000)
        libm.so.3 => /lib/libm.so.3 (0x28664000)
        libc.so.5 => /lib/libc.so.5 (0x2867f000)
[trasz@pin:/usr/ports/math/GiNaC/work/ginac-1.3.3/ginsh/.libs]$
[trasz@pin:/usr/ports/math/GiNaC/work/ginac-1.3.3/ginsh/.libs]$
[trasz@pin:/usr/ports/math/GiNaC/work/ginac-1.3.3/ginsh/.libs]$ ls -al
total 244
drwxr-xr-x  2 root  wheel     512 Nov  4 15:14 .
drwxr-xr-x  4 root  wheel    1024 Nov  4 15:14 ..
-rwxr-xr-x  1 root  wheel  219382 Nov  4 15:14 ginsh
[trasz@pin:/usr/ports/math/GiNaC/work/ginac-1.3.3/ginsh/.libs]$ ldd ginsh
ginsh:
        libginac-1.3.so.3 => /usr/local/lib/libginac-1.3.so.3 (0x2809c000)
        libreadline.so.5 => /lib/libreadline.so.5 (0x283a4000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x283d0000)
        libcln.so.4 => /usr/local/lib/libcln.so.4 (0x2840f000)
        libgmp.so.6 => /usr/local/lib/libgmp.so.6 (0x28569000)
        libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x28592000)
        libm.so.3 => /lib/libm.so.3 (0x28664000)
        libc.so.5 => /lib/libc.so.5 (0x2867f000)
[trasz@pin:/usr/ports/math/GiNaC/work/ginac-1.3.3/ginsh/.libs]$ gdb ./ginsh
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)...
(gdb) run
Starting program: /usr/ports/math/GiNaC/work/ginac-1.3.3/ginsh/.libs/ginsh
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...ginsh - GiNaC Interactive Shell (ginac V1.3.3)
  __,  _______  Copyright (C) 1999-2005 Johannes Gutenberg University Mainz,
 (__) *       | Germany.  This is free software with ABSOLUTELY NO WARRANTY.
  ._) i N a C | You are welcome to redistribute it under certain conditions.
<-------------' For details type `warranty;'.

Type ?? for a list of help topics.

Program received signal SIGSEGV, Segmentation fault.
0x0805bc48 in yyparse ()
(gdb) where
#0  0x0805bc48 in yyparse ()
#1  0x0805b7f6 in main ()
(gdb)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051104142746.GA51847>