Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4999 Discussions

Locks and waits error message (multithreaded application)

Mourad_B_2
Beginner
313 Views

trying to do some collection for locksandwaits, I got this error message:

amplxe: Error: Assertion '((*desc)->l1.data.flags[tpss_ts_desc_fl_entered] == 0)' failed.[ASSERTION CONTEXT]ASSERT_TID: 33315

[tpss_ts_desc]: addr = 0x7f7c6a83bb80
flags:
cached = 1
recursive = 1
entered = 1
acquired = 0
orphan = 0
magic = 48815
link = [prev:0x7f7c6a83bac8|next:0x7f7c6a83bc48]
tid = 33315
[tpss_tsd]: addr = 0x7f7c6a706c40
mgr = 0x7f7cc0686200
link = [prev:(nil)|next:(nil)]
magic = 48815
tid = 33315
state = 3
desc = 0x7f7c6a83bb80

[CONTEXT END]. Please contact the technical support.

amplxe-cl -collect locksandwaits -follow-child --target-process MYAPPLICATION.

0 Kudos
2 Replies
Mourad_B_2
Beginner
313 Views

no answer! 

0 Kudos
Peter_W_Intel
Employee
313 Views

As I told you in other thread, you'd better submit this issue onto Intel Premier for investigating.

My workaround is, launching target application with L&W analysis (avoid using attach mode, seemed that TPSS error occurred when you did detach-process)

0 Kudos
Reply