Ticket #8426: SoundRecorder crash on closing

File SoundRecorder crash on closing, 4.4 KB (added by HAL, 12 years ago)

gdb and bactrace.

Line 
1SoundRecorder crashes on closing and after recording or dropping a file on it to play.
2
3GNU gdb 6.3
4Copyright 2004 Free Software Foundation, Inc.
5GDB is free software, covered by the GNU General Public License, and you are
6welcome to change it and/or distribute copies of it under certain conditions.
7Type "show copying" to see the conditions.
8There is absolutely no warranty for GDB. Type "show warranty" for details.
9This GDB was configured as "i586-pc-haiku"...(no debugging symbols found)
10
11[tcsetpgrp failed in terminal_inferior: Invalid Argument]
12Thread 516 caused an exception: Segment violation
13Reading symbols from /boot/system/runtime_loader...done.
14Loaded symbols for /boot/system/runtime_loader
15Reading symbols from /boot/system/lib/libbe.so...done.
16Loaded symbols for /boot/system/lib/libbe.so
17Reading symbols from /boot/system/lib/liblocale.so...done.
18Loaded symbols for /boot/system/lib/liblocale.so
19Reading symbols from /boot/system/lib/libmedia.so...done.
20Loaded symbols for /boot/system/lib/libmedia.so
21Reading symbols from /boot/system/lib/libtracker.so...done.
22Loaded symbols for /boot/system/lib/libtracker.so
23Reading symbols from /boot/system/lib/libstdc++.so...done.
24Loaded symbols for /boot/system/lib/libstdc++.so
25Reading symbols from /boot/system/lib/libroot.so...done.
26Loaded symbols for /boot/system/lib/libroot.so
27Reading symbols from /boot/system/lib/libicudata.so.48.1.1...done.
28Loaded symbols for /boot/system/lib/libicudata.so.48.1.1
29Reading symbols from /boot/system/lib/libicui18n.so.48.1.1...done.
30Loaded symbols for /boot/system/lib/libicui18n.so.48.1.1
31Reading symbols from /boot/system/lib/libicuio.so.48.1.1...done.
32Loaded symbols for /boot/system/lib/libicuio.so.48.1.1
33Reading symbols from /boot/system/lib/libicule.so.48.1.1...done.
34Loaded symbols for /boot/system/lib/libicule.so.48.1.1
35Reading symbols from /boot/system/lib/libiculx.so.48.1.1...done.
36Loaded symbols for /boot/system/lib/libiculx.so.48.1.1
37Reading symbols from /boot/system/lib/libicutu.so.48.1.1...done.
38Loaded symbols for /boot/system/lib/libicutu.so.48.1.1
39Reading symbols from /boot/system/lib/libicuuc.so.48.1.1...done.
40Loaded symbols for /boot/system/lib/libicuuc.so.48.1.1
41Reading symbols from /boot/system/lib/libsupc++.so...done.
42Loaded symbols for /boot/system/lib/libsupc++.so
43Reading symbols from /boot/system/lib/libtranslation.so...done.
44Loaded symbols for /boot/system/lib/libtranslation.so
45Reading symbols from /boot/system/lib/libtextencoding.so...done.
46Loaded symbols for /boot/system/lib/libtextencoding.so
47Reading symbols from /boot/system/lib/libroot-addon-icu.so...done.
48Loaded symbols for /boot/system/lib/libroot-addon-icu.so
49Reading symbols from /boot/system/add-ons/media/plugins/ffmpeg...done.
50Loaded symbols for /boot/system/add-ons/media/plugins/ffmpeg
51Reading symbols from /boot/system/lib/libnetwork.so...done.
52Loaded symbols for /boot/system/lib/libnetwork.so
53[tcsetpgrp failed in terminal_inferior: Invalid Argument]
54[Switching to team /boot/system/apps/SoundRecorder (502) thread w>SoundRecorder (516)]
550x00859b28 in BPrivate::processHeap::free () from /boot/system/lib/libroot.so
56(gdb) bt
57#0 0x00859b28 in BPrivate::processHeap::free ()
58 from /boot/system/lib/libroot.so
59#1 0x0085aa96 in free () from /boot/system/lib/libroot.so
60#2 0x01fd8fe3 in AVCodecDecoder::~AVCodecDecoder () at cb_search.c:52
61#3 0x01fd9097 in AVCodecDecoder::~AVCodecDecoder () at cb_search.c:52
62#4 0x005353b6 in BPrivate::media::PluginManager::DestroyDecoder ()
63 from /boot/system/lib/libmedia.so
64#5 0x0051de4a in BMediaTrack::~BMediaTrack ()
65 from /boot/system/lib/libmedia.so
66#6 0x0051dead in BMediaTrack::~BMediaTrack ()
67 from /boot/system/lib/libmedia.so
68#7 0x00510e69 in BMediaFile::ReleaseTrack () from /boot/system/lib/libmedia.so
69#8 0x002149c8 in RecorderWindow::~RecorderWindow ()
70#9 0x00214ca3 in RecorderWindow::~RecorderWindow ()
71#10 0x0030575d in BLooper::Quit () from /boot/system/lib/libbe.so
72#11 0x003b3159 in BWindow::Quit () from /boot/system/lib/libbe.so
73#12 0x0030401e in BLooper::_QuitRequested () from /boot/system/lib/libbe.so
74#13 0x0030410b in BLooper::DispatchMessage () from /boot/system/lib/libbe.so
75#14 0x003b8bb4 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so
76#15 0x003b4608 in BWindow::task_looper () from /boot/system/lib/libbe.so
77#16 0x00305436 in BLooper::_task0_ () from /boot/system/lib/libbe.so
78#17 0x007e6247 in thread_entry () from /boot/system/lib/libroot.so
79#18 0x781b9fec in ?? ()
80(gdb)