Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Memory Analysis error at runtime: (2 Items)
   
Memory Analysis error at runtime  
Hello.

I'm trying to use the Memory Analysis tool to debug my io-pkt driver under 6.4.1, but I get the following error :

Jan 01 04:05:36    1    14     0 Unknown or disabled event type 0
Jan 01 04:05:36    5    21     0 run fault pid 352291 tid 3 signal 6 code 0 ip 0xb033dad1 tmp/io-pkt-v4-
hcgvarlet124930348687318

I have followed the steps to perform the analysis suggested on :

Memory Profiling using QNX Momentics IDE 4
Summary This article describes various techniques for embedded software memory profiling, using tools from the QNX 
Momentics IDE 4 tool set.
By Elena Laskavaia, QNX Software Systems Aug 31, 2007

There are some differences on the setting on QNX 6.4.1, for example, the shared libraries paths.

I've tried to link my dll against rcheck lib, but it's not better...
Is there a special way to proceed for analysing a dll ? 

Can you please help me.

Thanks.
Guillaume.
Re: Memory Analysis error at runtime  
What is this log from? What do you see in IDE? If you use it with network driver you
should try "offline" mode - store to file and load file later - otherwise IDE would attempt to use network itself and I 
don't know what it will result in...