Problem with RtConfig using with differents community and prefs
Shane Kerr
shane at time-travellers.org
Wed Apr 29 08:27:29 UTC 2009
Geoffroy,
Geoffroy RIVAT wrote:
> Hi,
>
> Matthew Moyle-Croft wrote:
>> Hi,
>> Multiple import lines are the same as "OR".
>>
>> I'd suggest splitting the first line into two:
>>
>>> import: from AS8218 83.167.52.217 at 83.167.52.218 action
>>> pref=110;
>>> community.append(34021:103); accept community(8218:100)
>>> import: from AS8218 83.167.52.217 at 83.167.52.218 action
>>> pref=110;
>>> community.append(34021:103); accept community(8218:101)
>>
>> etc
>
> It's still coredmping
If you have gdb on the box or can install it, you can help us figure out
where in the code it's having a problem.
If you are getting a core file, you can do:
gdb RtConfig core
Then type:
bt
This will give us a stack track, which shows which function is having
the problem (and which line, if RtConfig was built with debugging
symbols included).
If you are not getting a core file, you can run:
gdb --args [your_command_line]
run
[wait until the core dump]
bt
This will do the same thing.
--
Shane
More information about the irrtoolset
mailing list