Displaying 9 results from an estimated 9 matches for "mallocd".
Did you mean:
malloc
2017 Apr 06
2
Issues with Siren14 codec in Asterisk 14.3.0
I'm seeing Asterisk crashes with the following frame at func_speex.c:188:
(gdb) p *frame
$6 = {frametype = AST_FRAME_VOICE, subclass = {integer = 0,
format = 0xe2f9e20, frame_ending = 0}, datalen = 0, samples = 640,
mallocd = 1, mallocd_hdr_len = 232, offset = 64,
src = 0x2ac07413e7f8 "siren14tolin32", data = {ptr = 0x3cab9378,
uint32 = 1017877368, pad = "x\223\253<\000\000\000"}, delivery = {
tv_sec = 1491485582, tv_usec = 407272}, frame_list = {next = 0x0},
flags = 0, ts = 0, le...
2005 Dec 28
5
Regular crashes
...mutex_trylock () from /lib/tls/libpthread.so.0
No symbol table info available.
#1 0x0806c146 in ast_mutex_trylock (pmutex=0x672e33fc) at lock.h:597
No locals.
#2 0x0806175a in ast_queue_hangup (chan=0x672e3330) at channel.c:671
f = {frametype = 4, subclass = 1, datalen = 0, samples = 0,
mallocd = 0, offset = 0, src = 0x0, data = 0x0, delivery = {tv_sec =
0,
tv_usec = 0}, prev = 0x0, next = 0x0}
#3 0x408fc2d9 in __sip_autodestruct (data=0x81be208) at chan_sip.c:1315
p = (struct sip_pvt *) 0x81be208
#4 0x08056c3e in ast_sched_runq (con=0x8172f28) at sched.c:373
current...
2015 Jul 07
2
Bug in ast_frame_adjust_volume in 12.2.0?
...ame_adjust_volume.
The frame looks like:
(gdb) print *f
$6 = {frametype = AST_FRAME_VOICE, subclass = {integer = 100021, format = {
id = AST_FORMAT_SLINEAR16, fattr = {format_attr = {
0 <repeats 64 times>}, rtp_marker_bit = 0 '\000'}}}, datalen = 0,
samples = 320, mallocd = 1, mallocd_hdr_len = 1076, offset = 64,
src = 0x51623b0 "func_jitterbuffer interpolation", data = {ptr = 0x0,
uint32 = 0, pad = "\000\000\000\000\000\000\000"}, delivery = {
tv_sec = 1436290187, tv_usec = 304285}, frame_list = {next = 0x0},
flags = 0, ts = 0, le...
2017 Apr 12
2
More issues with Siren14 datalen == 0 packets
Another crash with a packet:
$10 = {frametype = AST_FRAME_VOICE, subclass = {integer = 0,
format = 0x12c62170, frame_ending = 0}, datalen = 0, samples = 640,
mallocd = 1, mallocd_hdr_len = 324, offset = 64,
src = 0x2ad290064a08 "siren14tolin32/speex", data = {ptr = 0x80893318,
uint32 = 2156475160, pad = "\030\063\211\200\000\000\000"}, delivery = {
tv_sec = 1492000520, tv_usec = 225198}, frame_list = {next = 0x0},
flags = 0, t...
2006 Jan 05
0
Regular Crashes - Partially Solved
...symbol table info available.
> > #1 0x0806c146 in ast_mutex_trylock (pmutex=0x672e33fc) at
lock.h:597
> > No locals.
> > #2 0x0806175a in ast_queue_hangup (chan=0x672e3330) at
channel.c:671
> > f = {frametype = 4, subclass = 1, datalen = 0, samples = 0,
> > mallocd = 0, offset = 0, src = 0x0, data = 0x0, delivery = {tv_sec
=
> > 0,
> > tv_usec = 0}, prev = 0x0, next = 0x0}
> > #3 0x408fc2d9 in __sip_autodestruct (data=0x81be208) at
chan_sip.c:1315
> > p = (struct sip_pvt *) 0x81be208
> > #4 0x08056c3e in ast_sched_r...
2002 Sep 11
0
[LLVMdev] FW: question about malloc call vs. instruction
On Wed, 11 Sep 2002, lee white baugh wrote:
> hi chris, thanks for answering that question. now i've another! for the
Bring them on! :)
> svr task, i'll need to know when a struct is being mallocd or allocad.
> but last night when getting started on the task, i got far enough to see
> that while in the code i was allocing a struct, in the bytecode it was
> allocing a ubyte or something -- the information that it was a struct, and
> hence the handle i had in the llvm framework for...
2003 Jul 08
0
Patch to fix some segfaults in Asterisk
...ST_FRIENDLY_OFFSET/2, len);
+ /* XXX SEGFAULT res = read(moh->pipe[0], buf + AST_FRIENDLY_OFFSET/2, len);*/
+ res = read(moh->pipe[0], buf, len);
#if 0
if (res != len) {
ast_log(LOG_WARNING, "Read only %d of %d bytes: %s\n", res, len, strerror(errno));
@@ -413,7 +414,8 @@
f.mallocd = 0;
f.datalen = res;
f.samples = res / 2;
- f.data = buf + AST_FRIENDLY_OFFSET / 2;
+ /* XXX SEGFAULT f.data = buf + AST_FRIENDLY_OFFSET / 2;*/
+ f.data = buf;
f.offset = AST_FRIENDLY_OFFSET;
if (ast_write(chan, &f)< 0) {
ast_log(LOG_WARNING, "Failed to write frame t...
2014 Oct 18
1
Asterisk Crashes Randomly with Cepstral Swift TTS
...0, 257, 0, 2, 0, 1839600224,
32767, 645521943, 1069709714, 4, 0, 0, 0, 1839600224, 32767, 687448144,
32633, 127525399, 3225199326, 3012944407, 1069709582, 1, 0 <repeats 33
times>, 1839600016, 32767, 2, 0, 34150224, 0}, rtp_marker_bit = 0
'\000'}}}, datalen = 0, samples = 97009376, mallocd = 0, mallocd_hdr_len
= 177, offset = 1, src = 0x7f7928f9a050 "\207", <incomplete sequence
\350\200>, data = {ptr = 0x0, uint32 = 0, pad =
"\000\000\000\000\000\000\000"}, delivery = {tv_sec = 0, tv_usec = 0},
frame_list = {next = 0x0}, flags = 0, ts = 0, len = 0, seqno...
2004 Nov 20
1
Asterisk dead but pid file exists - gdb asterisk core.13089
...callno = 20, dcallno = 0, data = 0x0,
datalen = 0, retries = 0, ts = 4, retrytime = 1,
outoforder = 0, sentyet = 20, oseqno = 1, iseqno = 1,
transfer = 6, final = 324, direction = 0, retrans =
28800, next = 0x87ddc28, prev = 0x0, af = {frametype =
2, subclass = 2, datalen = 33, samples = 160,
mallocd = 0, offset = 64, src = 0x2b58441 "IAX2",
data = 0x15c3e04, delivery = {tv_sec = 0, tv_usec =
0}, prev = 0x6e6f2033, next = 0x58414920},
unused = "2/8041@8041/24 (type = 6, subclass = 11,
ts=50019, seqno=11)\n\000\e[", afdata = 0x15c3e04 ""}
cur = (struct iax...