[Lldb-commits] [PATCH] D129012: [lldb] [test] Improve stability of llgs vCont-threads tests
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 7 08:04:13 PDT 2022
mgorny added a comment.
Herald added a subscriber: JDevlieghere.
@labath, any clue why it'd be broken on Debian?
https://lab.llvm.org/buildbot/#/builders/68/builds/35396
AssertionError: '$T0athread:1ddf55;name:a.out;00:0000000000000000;01:0000000000000000;02:e1bf0b8 [truncated]... != '$W00'
- $T0athread:1ddf55;name:a.out;00:0000000000000000;01:0000000000000000;02:e1bf0b8d067f0000;03:0000000000000000;04:0200000000000000;05:e0272245fc7f0000;06:90292245fc7f0000;07:e0272245fc7f0000;08:0000000000000000;09:e0272245fc7f0000;0a:0800000000000000;0b:4602000000000000;0c:c091997f07560000;0d:0000000000000000;0e:0000000000000000;0f:0000000000000000;10:e1bf0b8d067f0000;11:4602000000000000;12:3300000000000000;13:0000000000000000;14:0000000000000000;15:2b00000000000000;16:0000000000000000;17:0000000000000000;reason:signal;+ $W00
I mean, this makes no sense to me. Why is it stopping due to a signal LLDB was supposed to send to it? And why can't I reproduce it on Gentoo or FreeBSD?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129012/new/
https://reviews.llvm.org/D129012
More information about the lldb-commits
mailing list