Post Reply 
newRPL documentation - Part I available
03-31-2015, 05:51 PM
Post: #17
RE: newRPL documentation - Part I available
(03-31-2015 01:50 AM)Sylvain Cote Wrote:  Hello Claudio,

I can compile and link the code now but it crashes on execution.
The rplInstallLibrary function in QThread is the one causing it.
Same thing for the command line version.

I just looked at the code. Yes, I see a problem with the way pointers are being passed in the rplInstallLibrary() function that would crash a 64-bit system when Address Space Randomization is enabled (if the higher 32-bit of the pointer are zero it would work, which is why it didn't crash on my tests). I have to fix that.

Thanks for the feedback!

Claudio
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL documentation - Part I available - Claudio L. - 03-31-2015 05:51 PM



User(s) browsing this thread: 1 Guest(s)