- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Send me the affected result directory in a private message.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Was it possible that this was due to no enough memory to work when Inspector ran?
Did you build 32bit application but running in 64bit system? If so, please use option "/LARGEADDRESSAWARE" to build your 32bit app.
Can you try this in Inspector standalone app (inspxe-gui), or command line (insplxe-cl) ?
Can you set stack-depth=1 to reduce memory consumption from Inspector's monitoring? Or set option "-module-filter-mode=include -module-filter=your-program" for your target module only?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Mark may understand pin log better. Have you sent result directory to Mark?
Sending problematical application to Mark, also will be helpful, I think, if possible.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Still have other thing to try, in command line:
inspxe-cl -collect mi2 -r /tmp/r000mi -module-filter-mode=include -module-filter=your-module -- ./your-app
Will you see same result? Or application exits abnormally?