(Btw, please only post to or-talk or or-dev, never both) On Sat, Jan 17, 2009 at 06:48:25PM -0500, Sambuddho Chakravarty wrote: > Hello All > I tried compiling tor-0.2.0.32 on Ubuntu 8.04 (off the shelf version - > running kernel 2.6.24-23-generic , glibc - 2.7 , gcc 4.2.4) . > Compilation went fine but when trying to run , I get the following error > > *** glibc detected *** /bin/tor: malloc(): memory corruption: 0x08101de8 *** [snip] > > Any reason why I am getting this ? How can this be fixed ?
Other details of your setup or configuration? What torrc lines are you using? Did the ./configure output look funny at all? Does it happen immediately on startup? If so, you could run it in valgrind and then valgrind will give you a more useful hint about what's going wrong. glibc isn't really very useful for this sort of thing. --Roger

