Re: [Valgrind-users] Unrecognised instruction

2013-11-25 Thread Mark Wielaard
On Mon, Nov 25, 2013 at 10:40:40PM +, Tom Hughes wrote: > On 25/11/13 22:06, Joël Krähemann wrote: > > > Hi, I get this nice error message out of valgrind while starting or > > using my application and I don't know why. > > > > http://sf.net/p/ags > > > > Please help. > > Given the location o

Re: [Valgrind-users] Unrecognised instruction

2013-11-25 Thread Tom Hughes
On 25/11/13 22:06, Joël Krähemann wrote: > Hi, I get this nice error message out of valgrind while starting or > using my application and I don't know why. > > http://sf.net/p/ags > > Please help. Given the location of the instruction I'm guessing you have a Haswell processor and you've built gl

[Valgrind-users] Unrecognised instruction

2013-11-25 Thread Joël Krähemann
Hi, I get this nice error message out of valgrind while starting or using my application and I don't know why. http://sf.net/p/ags Please help. --9862-- memcheck GC: 2827 nodes, 2355 survivors ( 83.3%) --9862-- memcheck GC: 3997 new table size (stepup) vex amd64->IR: unhandled instruction bytes

Re: [Valgrind-users] Cachegrind linking issue

2013-11-25 Thread Philippe Waroquiers
On Sun, 2013-11-24 at 23:16 +0100, Michaël Kint wrote: > Hello, > > > One of my fellow students and me wanted to use valgrind/cachegrind for > some research. For our research, we wanted to modify > the indirect branch prediction technique that was used in cachegrind > (cg_branchpred.c). After mod