View Issue Details

IDProjectCategoryView StatusLast Update
0000139ardourbugspublic2008-11-20 23:36
Reporterant Assigned Totaybin  
PrioritynormalSeveritycrashReproducibilitysometimes
Status closedResolutionfixed 
Summary0000139: segfault on region selection
DescriptionArdour segfaults on various region selections. I trapped
this segfault. Please advise if I'm not doing the gdb traces
properly.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 30009)]
0x08357652 in RegionSelection::operator=(RegionSelection const&) ()

(gdb) info threads
  7 Thread 81926 (LWP 30032) 0x40742fa5 in poll () from /lib/libc.so.6
  6 Thread 65541 (LWP 30031) 0x4069d0e6 in sigsuspend () from /lib/libc.so.6
  5 Thread 49156 (LWP 30029) 0x40742fa5 in poll () from /lib/libc.so.6
  4 Thread 32771 (LWP 30028) 0x4069d0e6 in sigsuspend () from /lib/libc.so.6
  3 Thread 16386 (LWP 30011) 0x4069d0e6 in sigsuspend () from /lib/libc.so.6
  2 Thread 32769 (LWP 30010) 0x40742fa5 in poll () from /lib/libc.so.6
* 1 Thread 16384 (LWP 30009) 0x08357652 in RegionSelection::operator=(RegionSelection const&) ()
(gdb) bt
#0 0x08357652 in RegionSelection::operator=(RegionSelection const&) ()
0000001 0xbfffe830 in ?? ()
(gdb) thread 2
[Switching to thread 2 (Thread 32769 (LWP 30010))]#0 0x40742fa5 in poll ()
   from /lib/libc.so.6
(gdb) bt
#0 0x40742fa5 in poll () from /lib/libc.so.6
0000001 0x402ef8e0 in __pthread_manager () from /lib/libpthread.so.0
#2 0x402efb2a in __pthread_manager_event () from /lib/libpthread.so.0
(gdb) thread 3
[Switching to thread 3 (Thread 16386 (LWP 30011))]#0 0x4069d0e6 in sigsuspend
    () from /lib/libc.so.6
(gdb) bt
#0 0x4069d0e6 in sigsuspend () from /lib/libc.so.6
0000001 0x402f284e in sigwait () from /lib/libpthread.so.0
#2 0x082ceda7 in main ()
#3 0x402efdd2 in pthread_start_thread_event () from /lib/libpthread.so.0
(gdb) thread 4
[Switching to thread 4 (Thread 32771 (LWP 30028))]#0 0x4069d0e6 in sigsuspend
    () from /lib/libc.so.6
(gdb) bt
#0 0x4069d0e6 in sigsuspend () from /lib/libc.so.6
0000001 0x402f2209 in __pthread_wait_for_restart_signal ()
   from /lib/libpthread.so.0
#2 0x402eecdb in pthread_cond_wait@GLIBC_2.0 () from /lib/libpthread.so.0
#3 0x0854df76 in ARDOUR::Source::peak_thread_work(void*) ()
0000004 0x402efdd2 in pthread_start_thread_event () from /lib/libpthread.so.0
(gdb) thread 5
[Switching to thread 5 (Thread 49156 (LWP 30029))]#0 0x40742fa5 in poll ()
   from /lib/libc.so.6
(gdb) bt
#0 0x40742fa5 in poll () from /lib/libc.so.6
(gdb) thread 6
[Switching to thread 6 (Thread 65541 (LWP 30031))]#0 0x4069d0e6 in sigsuspend
    () from /lib/libc.so.6
(gdb) bt
#0 0x4069d0e6 in sigsuspend () from /lib/libc.so.6
0000001 0x402f2209 in __pthread_wait_for_restart_signal ()
   from /lib/libpthread.so.0
#2 0x402eecdb in pthread_cond_wait@GLIBC_2.0 () from /lib/libpthread.so.0
(gdb) thread 7
[Switching to thread 7 (Thread 81926 (LWP 30032))]#0 0x40742fa5 in poll ()
   from /lib/libc.so.6
(gdb) bt
#0 0x40742fa5 in poll () from /lib/libc.so.6
0000001 0x0851f3e4 in ARDOUR::Session::midi_thread_work() ()
Additional InformationProbably the same as:
http://ardour.sourceforge.net/mantis/bug_view_page.php?bug_id=0000105

beta8 jack 0.80
TagsNo tags attached.

Activities

taybin

2004-02-08 21:15

administrator   ~0000395

Can't duplicate. Must have been fixed some time ago.

Issue History

Date Modified Username Field Change
2003-11-17 23:12 ant New Issue
2004-02-08 21:15 taybin Status new => resolved
2004-02-08 21:15 taybin Resolution open => fixed
2004-02-08 21:15 taybin Assigned To => taybin
2004-02-08 21:15 taybin Note Added: 0000395
2008-11-20 23:36 seablade Status resolved => closed