Tim Haines
Tim Haines
@bn222 Do you have any test code that you could share with us that exercises this feature? The same for #994.
@mxz297 The ppc implementation also has this behavior. I'm assuming we should fix it there, as well? I couldn't find anything corresponding to this kind of behavior in x86 (none...
@mxz297 When you have a bit of time, could you let me know your thoughts on the ppc behavior. I think we should change them both.
Subsumed by #1296
@sashanicolas No. Ubuntu 19.10 has it, but you'll need to install it in a VM.
@kaott Could you provide a reproducer either in source or binary form?
@mxz297 I ran this on mahir (CentOS 8, gcc-8.4.1, glibc-2.28) 10 times using `OMP_NUM_THREADS=1` and `./runTests -j1 ...`. Six of those times, the same rewriter tests failed that you were...
Out of curiosity, I ran it ten times in regular group mode on Coriander (Ubuntu 20.04, gcc-11.1.0, glibc-2.31) and llnl.cs.rice.edu (CentOS 7, gcc-8.3.1, glibc-2.17) and never saw the static rewriter...
@mxz297 I finally got a core dump. It looks like `Parser::_parse_data` is null at the call to `frame_status`. Any suggestions on where to start looking for bugs here? #0 0x00007fe65f2c77dd...
mahir uses systemd's coredumpctl to manage core dumps. You should be able to use `coredumpctl debug 1329182` to drop you into gdb for the relevant core file. I always run...