[Xorp-users] Problems verifying compalation

Christopher David Chapman c.d.chapman at reading.ac.uk
Fri Aug 3 01:51:11 PDT 2007


Thanks for getting back to me so soon,

I am using gentoo 2007.0-r1 with the hardened profile and gcc 3.4.6.
The system is configured with two nics bonded together an then tagged to vlans, so interfaces are bond0.1 bond0.2 etc.


Gdb Dump

fw-sse-int libxorp # ./test_vif
Segmentation fault (core dumped)
fw-sse-int libxorp # gdb test_vif -c core
GNU gdb 6.6
Copyright (C) 2006 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 "i686-pc-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
Core was generated by `./test_vif'.
Program terminated with signal 11, Segmentation fault.
#0  0xb7d78f09 in _start () from /lib/ld-linux.so.2
(gdb) bt
#0  0xb7d78f09 in _start () from /lib/ld-linux.so.2
#1  0xb7d01e6c in ?? ()
#2  0xb7d03140 in ?? ()
#3  0x80033188 in ?? ()
#4  0xbff773a8 in ?? ()
#5  0x00000000 in ?? ()
(gdb)

Cheers
  Chris

"Why is Gaffa tape like the force?
Because it has a light side, a dark side, and it holds the universe together!"

----------------===========----------------
Christopher Chapman
Systems Programmer ITNG
School of Systems Engineering
The University of Reading

E-mail: c.d.chapman at reading.ac.uk
Phone:  +44 (0)118 3787664

School of Systems Engineering
The University of Reading
PO Box 225
Whiteknights
Reading
RG6 6AY
----------------===========----------------


-----Original Message-----
From: Pavlin Radoslavov [mailto:pavlin at icir.org] 
Sent: 02 August 2007 17:51
To: Christopher David Chapman
Cc: xorp-users at xorp.org
Subject: Re: [Xorp-users] Problems verifying compalation 

Christopher David Chapman <c.d.chapman at reading.ac.uk> wrote:

> Hi Folks,
> 
> I am trying to get xorp running under gentoo. I compiled the code without any errors but running the verification errors while testing test_vif. A check on google didn't turn up any hits, Has anybody else seen this? Or got it working under gentoo?
> 
> Error as follows:
> 
> ---------------
> PASS
> PASS: test_trie
> PASS: test_types
> PASS: test_utils
> /bin/sh: line 4:  7241 Segmentation fault      ${dir}$tst
> FAIL: test_vif
> ====================
> 2 of 27 tests failed
> ====================
> make[2]: *** [check-TESTS] Error 1
> make[2]: Leaving directory `/usr/src/xorp-1.4/libxorp'
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory `/usr/src/xorp-1.4/libxorp'
> make: *** [check-recursive] Error 1

What Gentoo version and what compiler are you using?
We have Gentoo 2006.1 with gcc-4.1.1 and we don't see that problem.
Can you run gdb on the coredump file and trace where it failed:

gdb test_vif -c <corefile>
bt

Thanks,
Pavlin

> Cheers
>   Chris
>  
> 
> "Why is Gaffa tape like the force?
> Because it has a light side, a dark side, and it holds the universe together!"
> 
> ----------------===========----------------
> Christopher Chapman
> Systems Programmer ITNG
> School of Systems Engineering
> The University of Reading
> 
> E-mail: c.d.chapman at reading.ac.uk
> Phone:  +44 (0)118 3787664
> 
> School of Systems Engineering
> The University of Reading
> PO Box 225
> Whiteknights
> Reading
> RG6 6AY
> ----------------===========----------------
> 
> 
> 
> _______________________________________________
> Xorp-users mailing list
> Xorp-users at xorp.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users



More information about the Xorp-users mailing list