Re: problem with kannel on fedora core 4
Enver ALTIN <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
pierre durand wrote: > hello. Hey, > i have compiled the sources of kannel 1.4.0 on fedora core 4. > > When i launch it with the demo config, i have an error wich is in french > "Erreur de segmentation" (we can translate it in segmentation error". Run bearerbox in gdb and make it crash: gdb -- bearerbox -v1 test (gdb) run and when it crashes again, imply this: (gdb) bt thread apply all this will produce a useful backtrace so we can see where exactly it crashed. Hopefully we'll have a reason then. Thanks, -- Enver