https://bugs.kde.org/show_bug.cgi?id=405782

Philippe Waroquiers <philippe.waroqui...@skynet.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philippe.waroquiers@skynet.
                   |                            |be

--- Comment #1 from Philippe Waroquiers <philippe.waroqui...@skynet.be> ---
Thanks for the bug.

Could you attach the VEX debug trace obtained doing the below ?
Thanks

-------------------------------------------------------------------
Use the unpatched valgrind (so as to reproduce the problem/crash).
run a first time:
  valgrind --trace-flags=11111111 <yourprogram>

This will output a bunch of lines such as:
...
==== SB 1789 (evchecks 8650) [tid 1] 0x4f833a7 free_mem+231 UNKNOWN_OBJECT+0x0
==== SB 1790 (evchecks 8651) [tid 1] 0x4f832ae free_slotinfo+110
UNKNOWN_OBJECT+0x0
...

Then rerun with
valgrind --trace-flags=11111111 --trace-notbelow=XXXXX <yourprogram>
where XXXXX is one or two numbers before the SB that causes the crash.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to