Displaying 4 results from an estimated 4 matches for "msort_with_tmp".
2004 Feb 04
0
RE: RE: winbindd panic daemon dies
...7D7: get_dc_list (in /usr/sbin/winbindd)
==25463==
==25463== Invalid read of size 1
==25463== at 0x810E624: matching_quad_bits (in /usr/sbin/winbindd)
==25463== by 0x810F28E: ip_compare (in /usr/sbin/winbindd)
==25463== by 0x810F31D: (within /usr/sbin/winbindd)
==25463== by 0x402EDF2F: msort_with_tmp (in /lib/i686/libc-2.3.2.so)
==25463== Address 0x41D28E50 is 0 bytes after a block of size 192 alloc'd
==25463== at 0x4002986F: malloc (vg_replace_malloc.c:160)
==25463== by 0x8110969: (within /usr/sbin/winbindd)
==25463== by 0x81110F6: (within /usr/sbin/winbindd)
==25463== by 0x81...
2013 Feb 20
0
[LLVMdev] LLVM Interpreter & QSort
...cb0
3 libpthread.so.0 0x000000000604e4d2
If I run valgrind, the output is the following:
vex amd64->IR: unhandled instruction bytes: 0x37 0x1 0x0 0x0 0x0 0x0 0x2 0x0
==9222== valgrind: Unrecognised instruction at address 0x604e4d2.
==9222== at 0x604E4D2: ???
==9222== by 0x5CA781B: msort_with_tmp.part.0 (msort.c:106)
==9222== by 0x5CA75A0: msort_with_tmp.part.0 (msort.c:46)
==9222== by 0x5CA75A0: msort_with_tmp.part.0 (msort.c:46)
==9222== by 0x5CA75A0: msort_with_tmp.part.0 (msort.c:46)
==9222== by 0x5CA75A0: msort_with_tmp.part.0 (msort.c:46)
==9222== by 0x5CA75A0: mso...
2013 Feb 20
0
[LLVMdev] LLVM Interpreter & Qsort
...004e41cb0
3 libpthread.so.0 0x000000000604e4d2
If I run valgrind, the output is the following:
vex amd64->IR: unhandled instruction bytes: 0x37 0x1 0x0 0x0 0x0 0x0 0x2 0x0
==9222== valgrind: Unrecognised instruction at address 0x604e4d2.
==9222== at 0x604E4D2: ???
==9222== by 0x5CA781B: msort_with_tmp.part.0 (msort.c:106)
==9222== by 0x5CA75A0: msort_with_tmp.part.0 (msort.c:46)
==9222== by 0x5CA75A0: msort_with_tmp.part.0 (msort.c:46)
==9222== by 0x5CA75A0: msort_with_tmp.part.0 (msort.c:46)
==9222== by 0x5CA75A0: msort_with_tmp.part.0 (msort.c:46)
==9222== by 0x5CA75A0: msort_wi...
2020 Apr 09
5
[Bug 1418] New: segfaults when running nft --file foo.nft --echo
...return mpn_cmp (a->_mp_d, b->_mp_d, asize);
(gdb) bt
#0 mpz_cmp (a=a at entry=0x555555654ce0, b=<optimized out>) at mini-gmp.c:1819
#1 0x00005555555ad790 in expr_value_cmp (p1=p1 at entry=0x5555556ac820,
p2=p2 at entry=0x5555556ac828) at segtree.c:832
#2 0x00007ffff7d86f3d in msort_with_tmp (p=p at entry=0x7fffffffc9a0,
b=b at entry=0x5555556ac820, n=n at entry=2) at msort.c:83
#3 0x00007ffff7d86ea4 in msort_with_tmp (n=2, b=0x5555556ac820,
p=0x7fffffffc9a0) at msort.c:53
#4 msort_with_tmp (p=p at entry=0x7fffffffc9a0, b=b at entry=0x5555556ac820,
n=n at entry=5) at msort.c:53
#5 0...