Re: [PATCH] Fix ospfd segmentation fault on startup

2015-07-20 Thread Sebastian Benoit
> > > > Committed! Thanks and sorry for the delay. > > > > > > Hi! > > > > > > You missed the previous patch "Fix ospfd segmentation fault on startup" > > > witch prevent ospfd from segfaulting on startup. Without this first > > &

Re: [PATCH] Fix ospfd segmentation fault on startup

2015-07-20 Thread Sebastian Benoit
Thanks and sorry for the delay. > > > > > > Hi! > > > > > > You missed the previous patch "Fix ospfd segmentation fault on startup" > > > witch prevent ospfd from segfaulting on startup. Without this first > > > patch, ospfd will almost always

Re: [PATCH] Fix ospfd segmentation fault on startup

2015-07-20 Thread Claudio Jeker
for the delay. > > > > > > Hi! > > > > > > You missed the previous patch "Fix ospfd segmentation fault on startup" > > > witch prevent ospfd from segfaulting on startup. Without this first > > > patch, ospfd will almost always segfault on s

Re: [PATCH] Fix ospfd segmentation fault on startup

2015-07-20 Thread Johan Ymerson
On Mon, 2015-07-20 at 22:58 +0200, Martin Pieuchot wrote: > On 20/07/15(Mon) 19:10, Johan Ymerson wrote: > > On 2015-07-18 16:03:00, Martin Pieuchot wrote: > > > Committed! Thanks and sorry for the delay. > > > > Hi! > > > > You missed the previous patc

Re: [PATCH] Fix ospfd segmentation fault on startup

2015-07-20 Thread Martin Pieuchot
On 20/07/15(Mon) 19:10, Johan Ymerson wrote: > On 2015-07-18 16:03:00, Martin Pieuchot wrote: > > Committed! Thanks and sorry for the delay. > > Hi! > > You missed the previous patch "Fix ospfd segmentation fault on startup" > witch prevent ospfd from segfault

Re: [PATCH] Fix ospfd segmentation fault on startup

2015-07-20 Thread Johan Ymerson
On 2015-07-18 16:03:00, Martin Pieuchot wrote: > Committed! Thanks and sorry for the delay. Hi! You missed the previous patch "Fix ospfd segmentation fault on startup" witch prevent ospfd from segfaulting on startup. Without this first patch, ospfd will almost always segfau

[PATCH] Fix ospfd segmentation fault on startup

2015-05-27 Thread Johan Ymerson
Hi, When debugging problems with ospfd and carp on startup, I managed to get ospfd to segfault a couple of times. I tracked down the issue to if_change() and main_imsg_compose_ospfe(). if_change() is called before imsg_init is called to initialize the imsgbuf struct. If a link state change to UP