search for: munmap_chunk

Displaying 10 results from an estimated 10 matches for "munmap_chunk".

2008 Apr 27
1
initialization issues
...case is failing: >>> #include "ogg/ogg.h" main() { ogg_sync_state the_ogg_sync_state; ogg_sync_init(&the_ogg_sync_state); ogg_sync_destroy( &the_ogg_sync_state ); } >>> $ gcc -g -logg test.c $ ./a.out *** glibc detected *** ./a.out: munmap_chunk(): invalid pointer: 0x00007fffe0562330 *** ======= Backtrace: ========= /lib/libc.so.6(cfree+0x1ac)[0x2ba7ca7d735c] /usr/lib/libogg.so.0(ogg_sync_destroy+0x16)[0x2ba7ca582d96] ./a.out[0x400692] /lib/libc.so.6(__libc_start_main+0xf4)[0x2ba7ca77fb74] ./a.out[0x4005e9] ======= Memory map: ======== 004...
2007 Aug 12
1
[Re: problems with rsync version CVS]
Matt McCutchen wrote: > On 8/4/07, Rekrutacja <rekrutacja119@gmail.com> wrote: >> i'm trying to use latest CVS rsync, but i'm getting these errors: >> >> *** glibc detected *** rsync: munmap_chunk(): invalid pointer: >> 0x0d757d58 *** > > This looks like the same problem Sven Hartrumpf recently encountered > and described in this thread: > > http://lists.samba.org/archive/rsync/2007-August/018197.html > > Now that Sven has provided a useful backtrace for the gen...
2007 Aug 04
1
problems with rsync version CVS
i'm trying to use latest CVS rsync, but i'm getting these errors: *** glibc detected *** rsync: munmap_chunk(): invalid pointer: 0x0d757d58 *** ======= Backtrace: ========= /lib/i686/cmov/libc.so.6(cfree+0x1bb)[0xb7eeffeb] rsync[0x807f2f0] rsync[0x804bc22] rsync[0x8056a5d] rsync[0x8056e83] rsync[0x806101a] rsync[0x8061869] rsync[0x8062bf8] rsync[0x8077fef] rsync[0x80623a6] /lib/i686/cmov/libc.so.6(__libc...
2011 Feb 20
3
[LLVMdev] Build problems with llvm-gcc
...gnat_s.o libgcc/./unwind-c_s.o -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so *** glibc detected *** /usr/bin/ld: munmap_chunk(): invalid pointer: 0x0000000001d39368 *** ======= Backtrace: ========= /lib/libc.so.6(+0x775b6)[0x2b9876d7f5b6] /usr/lib/libbfd-2.20.1-system.20100303.so(_bfd_elf_discard_section_eh_frame+0x3ee)[0x2b987667c5fe] /usr/lib/libbfd-2.20.1-system.20100303.so(bfd_elf_discard_info+0x2ed)[0x2b98766702cd] /...
2016 Mar 24
0
nut-ipmipsu 2.7.3-2.7.4 crash on ipmi_sdr_ctx_destroy in libfreeipmi_cleanup
ipmi_sdr_ctx_destroy is already called in libfreeipmi_get_sensors_info but sdr_ctx isn't nulled so libfreeipmi_cleanup is trying to destroy it second time. *** Error in `nut-ipmipsu': munmap_chunk(): invalid pointer: 0x000055de01edee50 *** ======= Backtrace: ========= /lib64/libc.so.6(+0x77a8d)[0x7fec04122a8d] /lib64/libc.so.6(cfree+0x79d)[0x7fec0412eefd] /lib64/libfreeipmi.so.16(+0x1c39d8)[0x7fec04a679d8] /lib64/libfreeipmi.so.16(ipmi_sdr_ctx_destroy+0x42)[0x7fec04a3d1d2] nut-ipmipsu(+0x44...
2010 Jul 27
1
sieve error
Hi, dovecot-2.0-rc3 dovecot-2-0-pigeonhole-4cb55beaca07 when I run 'doveadm config', it prints such error, any help? thanks :) *** glibc detected *** /home/mail/bin/doveconf: munmap_chunk(): invalid pointer: 0x001115fc *** ======= Backtrace: ========= /lib/i686/nosegneg/libc.so.6(cfree+0x188)[0x36e758] /home/mail/lib/dovecot/libdovecot.so.0[0x7db41a] /home/mail/lib/dovecot/settings/libmanagesieve_login_settings.so(managesieve_login_settings_deinit+0x4e)[0x110b16] /home/mail/lib/dove...
2006 Nov 07
1
[resolved] asterisk 1,4 and google talk
hi, it turns out that the iksemel library (which i installed using an rpm) was returning 0 when the function iks_has_tls() was called. it should return 1 otherwise res_jabber.o thinks gnuTLS is not installed. i confirmed this by running a test program i wrote, that calls iks_has_tls . it returned 0. i downloaded iksemel source, compiled it and now the test program returned 1. now,
2009 Mar 30
1
Crash in 1.1.18-6.1
Wine 1.1.18-6.1 is crashing under Arch Linux x86_64. An example of the crash happens when I run winecfg : Code: *** glibc detected *** winecfg.exe: munmap_chunk(): invalid pointer: 0xf7f96018 *** ======= Backtrace: ========= /opt/lib32/lib/libc.so.6[0xf7d67ee4] /opt/lib32/lib/libc.so.6[0xf7d68ec9]...
2011 Oct 03
4
[LLVMdev] ld crashes with invalid pointer on Ubuntu 11.04 x86 when linking libgcc_s.so
...gnat_s.o libgcc/./unwind-c_s.o -lc && rm -f ./libgcc_s.so && if [ -f ./libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup; else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s libgcc_s.so.1 ./libgcc_s.so *** glibc detected *** /usr/bin/ld: munmap_chunk(): invalid pointer: 0x08d3a6e4 *** ======= Backtrace: ========= /lib/i386-linux-gnu/libc.so.6(+0x6b961)[0x4019e961] /lib/i386-linux-gnu/libc.so.6(+0x6c10e)[0x4019f10e] /usr/lib/libbfd-2.21.0-system.20110327.so(_bfd_elf_discard_section_eh_frame+0x50a)[0x400afeea] /usr/lib/libbfd-2.21.0-system.201103...
2011 Aug 06
2
[LLVMdev] llvm-gcc near tip causing crash in /usr/bin/ld due to memory corruption on linux x86_64
...gnat_s.o", "libgcc/./unwind-c_s.o", "-lc", "/home/jasonwkim/Work/hg-llvm/BUILD/llvm-gcc-4.2-rw/./gcc/crtendS.o", "/usr/lib/../lib64/crtn.o"], [/* 87 vars */]) = 0 [pid 23235] arch_prctl(ARCH_SET_FS, 0x7f755abb8700) = 0 *** glibc detected *** /usr/bin/ld: munmap_chunk(): invalid pointer: 0x000000000156cbf8 *** ======= Backtrace: ========= /lib/libc.so.6(+0x775b6)[0x7f7559fb55b6] /usr/lib/libbfd-2.20.1-system.20100303.so(_bfd_elf_discard_section_eh_frame+0x3ee)[0x7f755a7525fe] /usr/lib/libbfd-2.20.1-system.20100303.so(bfd_elf_discard_info+0x2ed)[0x7f755a7462cd] /...