1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-15 06:50:36 +03:00
Zdenek Kabelac 2263a3bcf5 debug: mmap traps mmap and mmap64 on i386
Add code to trap both mmap implementation on 32bit arch.
Use dlsym()
Use hlt instraction instead of int3 - generates usable stack trace
when problem is catched.
2014-09-19 01:10:58 +02:00
..