Created
July 14, 2014 20:40
-
-
Save grejppi/75991dfcff000fb1ef58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) bt full | |
#0 0x00007ffff410df79 in __GI_raise (sig=sig@entry=6) | |
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 | |
resultvar = 0 | |
pid = 12665 | |
selftid = 12697 | |
#1 0x00007ffff4111388 in __GI_abort () at abort.c:89 | |
save_stage = 2 | |
act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, | |
sa_mask = {__val = {0 <repeats 16 times>}}, sa_flags = 0, | |
sa_restorer = 0x0} | |
sigs = {__val = {32, 0 <repeats 15 times>}} | |
#2 0x00007ffff414b1d4 in __libc_message (do_abort=do_abort@entry=1, | |
fmt=fmt@entry=0x7ffff4259a10 "*** Error in `%s': %s: 0x%s ***\n") | |
at ../sysdeps/posix/libc_fatal.c:175 | |
ap = {{gp_offset = 40, fp_offset = 32767, | |
overflow_arg_area = 0x7fffc28b7a70, | |
reg_save_area = 0x7fffc28b7a00}} | |
fd = 30 | |
on_2 = <optimized out> | |
list = <optimized out> | |
nlist = <optimized out> | |
cp = <optimized out> | |
written = <optimized out> | |
---Type <return> to continue, or q <return> to quit--- | |
#3 0x00007ffff4155f37 in malloc_printerr (action=<optimized out>, | |
str=0x7ffff4255c47 "realloc(): invalid pointer", ptr=<optimized out>) | |
at malloc.c:4996 | |
buf = "0000000000bbbb80" | |
cp = <optimized out> | |
#4 0x00007ffff415afd2 in __GI___libc_realloc (oldmem=0xbbbb80, bytes=368) | |
at malloc.c:2986 | |
ar_ptr = 0x1 | |
nb = 1 | |
oldp = 0xbbbb70 | |
oldsize = 0 | |
__func__ = "__libc_realloc" | |
#5 0x00007ffff7ded152 in _dl_update_slotinfo (req_modid=1) at dl-tls.c:641 | |
newp = <optimized out> | |
newsize = 21 | |
oldsize = 0 | |
gen = <optimized out> | |
map = 0x7ffff7fc54f8 | |
modid = 1 | |
cnt = 1 | |
total = 0 | |
the_map = 0x0 | |
dtv = <optimized out> | |
---Type <return> to continue, or q <return> to quit--- | |
idx = <optimized out> | |
listp = 0x7ffff7fae780 | |
__PRETTY_FUNCTION__ = "_dl_update_slotinfo" | |
#6 0x00007ffff7ddb226 in update_get_addr (ti=0x7ffff6cc1a50) at dl-tls.c:753 | |
the_map = <optimized out> | |
dtv = <optimized out> | |
p = <optimized out> | |
#7 0x00007ffff6859044 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 | |
No symbol table info available. | |
#8 0x00007ffff68570b9 in QThread::currentThread() () | |
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 | |
No symbol table info available. | |
#9 0x0000000000508785 in PlayHandle (offset=<optimized out>, | |
type=PlayHandle::TypeNotePlayHandle, this=0x7fffac0032c0) | |
at /home/h/Lataukset/git/lmms-master2/include/PlayHandle.h:53 | |
No locals. | |
#10 NotePlayHandle::NotePlayHandle (this=0x7fffac0032c0, | |
instrumentTrack=0x1bf0bd0, _offset=<optimized out>, _frames=1200, n=..., | |
parent=0x2595460, midiEventChannel=-1, | |
origin=NotePlayHandle::OriginArpeggio) | |
at /home/h/Lataukset/git/lmms-master2/src/core/NotePlayHandle.cpp:77 | |
No locals. | |
#11 0x00000000005649fd in InstrumentFunctionArpeggio::processNote ( | |
---Type <return> to continue, or q <return> to quit--- | |
this=this@entry=0x1bf2318, _n=_n@entry=0x2595460) | |
at /home/h/Lataukset/git/lmms-master2/src/core/InstrumentFunctions.cpp:479 | |
remaining_frames_for_cur_arp = 1 | |
cur_arp_idx = <optimized out> | |
sub_note_key = <optimized out> | |
vol_level = 1 | |
cnphv = {{p = {static shared_null = {ref = {_q_value = 7262}, | |
alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, | |
d = 0x7fffac0031f0}, d = 0x7fffac0031f0}} | |
arp_frames = 1200 | |
gated_frames = 1200 | |
frames_processed = 1 | |
range = 9 | |
total_range = 18 | |
cur_frame = 1199 | |
#12 0x0000000000575c18 in InstrumentTrack::playNote (this=0x1bf0bd0, | |
n=0x2595460, workingBuffer=0xbbb370) | |
at /home/h/Lataukset/git/lmms-master2/src/tracks/InstrumentTrack.cpp:473 | |
No locals. | |
#13 0x00000000005083b4 in NotePlayHandle::play (this=0x2595460, | |
_working_buffer=0xbbb370) | |
at /home/h/Lataukset/git/lmms-master2/src/core/NotePlayHandle.cpp:219 | |
framesThisPeriod = 256 | |
---Type <return> to continue, or q <return> to quit--- | |
_working_buffer = 0xbbb370 | |
this = 0x2595460 | |
#14 0x00000000004f4157 in process (workingBuffer=0xbbb370, | |
this=<optimized out>) | |
at /home/h/Lataukset/git/lmms-master2/include/ThreadableJob.h:69 | |
No locals. | |
#15 MixerWorkerThread::JobQueue::run ( | |
this=this@entry=0x7e6f80 <MixerWorkerThread::globalJobQueue>, | |
_buffer=0xbbb370) | |
at /home/h/Lataukset/git/lmms-master2/src/core/MixerWorkerThread.cpp:70 | |
i = 2 | |
processedJob = <optimized out> | |
#16 0x00000000004f41e7 in MixerWorkerThread::run (this=0xbd0170) | |
at /home/h/Lataukset/git/lmms-master2/src/core/MixerWorkerThread.cpp:160 | |
m = {d = 0x7fffac0013d0} | |
#17 0x00007ffff685a32f in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 | |
No symbol table info available. | |
#18 0x00007ffff7bc4182 in start_thread (arg=0x7fffc28b8700) | |
at pthread_create.c:312 | |
__res = <optimized out> | |
pd = 0x7fffc28b8700 | |
now = <optimized out> | |
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736457312000, | |
---Type <return> to continue, or q <return> to quit--- | |
-7236153552945109743, 1, 0, 140736457312704, 140736457312000, | |
7236019854879663377, 7236136531497100561}, | |
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, | |
data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} | |
not_first_call = <optimized out> | |
pagesize_m1 = <optimized out> | |
sp = <optimized out> | |
freesize = <optimized out> | |
__PRETTY_FUNCTION__ = "start_thread" | |
#19 0x00007ffff41d230d in clone () | |
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 | |
No locals. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment