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

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

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

--- Comment #1 from Philippe Waroquiers <philippe.waroqui...@skynet.be> ---
It would be good to analyse the debug info generated by icc 
e.g. using objdump
and/or using gdb  e.g.  info line 5/6/7
                                and info line *0x......
and/or the valgrind gdbserver monitor command   v.info location <addr>
   (where addr is an address that should be part of the line 5)

Alternatively, it might be the unwind info that is not ok and/or the valgrind
unwinder.
You might investigate that by using gdb+vgdb, and put a break at
vg_replace_malloc.c:299.
You can then compare gdb unwinder (using the bt gdb command) 
with the valgrind unwinder (using monitor v.info scheduler)

All the above might give some hints about what is going wrong.

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

Reply via email to