Sometimes, linphone crashes with SIGFPE. Reproducible: Sometimes Steps to Reproduce: 1.run 2.tell 000@sipnet.ru Actual Results: GNU gdb (Gentoo 7.2 p1) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu". For bug reporting instructions, please see: <http://bugs.gentoo.org/>... Reading symbols from /usr/bin/linphone...done. (gdb) r Starting program: /usr/bin/linphone [Thread debugging using libthread_db enabled] [New Thread 0x7fffe8cec700 (LWP 14114)] [Thread 0x7fffe8cec700 (LWP 14114) exited] [New Thread 0x7fffe8cec700 (LWP 14115)] [Thread 0x7fffe8cec700 (LWP 14115) exited] ALSA lib conf.c:4600:(snd_config_expand) Unknown parameters 0 ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL default:0 ALSA lib conf.c:4600:(snd_config_expand) Unknown parameters 0 ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default:0 ALSA lib conf.c:4600:(snd_config_expand) Unknown parameters 0 ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default:0 ALSA lib conf.c:4600:(snd_config_expand) Unknown parameters 1 ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL default:1 ALSA lib conf.c:4600:(snd_config_expand) Unknown parameters 1 ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default:1 ALSA lib conf.c:4600:(snd_config_expand) Unknown parameters 1 ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default:1 ALSA lib conf.c:4600:(snd_config_expand) Unknown parameters 2 ALSA lib control.c:902:(snd_ctl_open_noupdate) Invalid CTL default:2 ALSA lib conf.c:4600:(snd_config_expand) Unknown parameters 2 ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default:2 ALSA lib conf.c:4600:(snd_config_expand) Unknown parameters 2 ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default:2 [New Thread 0x7fffe8cec700 (LWP 14116)] [New Thread 0x7fffe3fff700 (LWP 14117)] [Thread 0x7fffe3fff700 (LWP 14117) exited] [New Thread 0x7fffe3fff700 (LWP 14118)] ** (linphone:14110): WARNING **: Couldn't find pixmap file: calling_anim.gif [New Thread 0x7fffdeee3700 (LWP 14124)] ** (linphone:14110): WARNING **: Couldn't find pixmap file: incall_anim.gif [New Thread 0x7fffda6e1700 (LWP 14125)] Program received signal SIGFPE, Arithmetic exception. [Switching to Thread 0x7fffdeee3700 (LWP 14124)] 0x00007ffff7742c82 in jitter_control_set_payload () from /usr/lib64/libortp.so.8 (gdb) bt #0 0x00007ffff7742c82 in jitter_control_set_payload () from /usr/lib64/libortp.so.8 #1 0x00007ffff77405d0 in ?? () from /usr/lib64/libortp.so.8 #2 0x00007ffff773f640 in rtp_session_rtp_parse () from /usr/lib64/libortp.so.8 #3 0x00007ffff7741c16 in rtp_session_rtp_recv () from /usr/lib64/libortp.so.8 #4 0x00007ffff7740a4f in rtp_session_recvm_with_ts () from /usr/lib64/libortp.so.8 #5 0x00007ffff796c292 in ?? () from /usr/lib64/libmediastreamer.so.1 #6 0x00007ffff7968f3b in ms_filter_process () from /usr/lib64/libmediastreamer.so.1 #7 0x00007ffff7969ebf in ?? () from /usr/lib64/libmediastreamer.so.1 #8 0x00007ffff7969fd2 in ?? () from /usr/lib64/libmediastreamer.so.1 #9 0x00007ffff796a471 in ms_ticker_run () from /usr/lib64/libmediastreamer.so.1 #10 0x00007ffff5d89c1a in start_thread () from /lib64/libpthread.so.0 #11 0x00007ffff5aeeeed in clone () from /lib64/libc.so.6
Created attachment 282873 [details] emerge --info
try with 3.5.2 which is stable candidate
(In reply to Julian Ospald (hasufell) from comment #2) > try with 3.5.2 which is stable candidate