Re: Segmentation fault with the ccRTP 1.3.4
Gerd Flaig <[email protected]>
| Newsgroups | gmane.comp.gnu.ccrtp.devel |
|---|---|
| Message-ID | <[email protected]> |
"zze-ACIHD CLAQUIN M ext RD-CORE-LAN" <[email protected]> writes: > [ segfaults ] > > Does anyone have any ideas? where does it segfault? Try compiling ccrtp and your application with debugging information enabled (-g) and arrange for a core file to be produced (ulimit -c unlimited). Later check with 'gdb myapplication core'. Use 'thread apply all bt' to get backtraces of all threads. Put the output somewhere and post the URL here. Goodbyte, Gerd. -- The last thing one knows in constructing a work is what to put first. -- Blaise Pascal