Myungbae Son

Results 13 comments of Myungbae Son

Is there possibility to implement a workaround for this? [This issue](https://github.com/llvm/llvm-project/issues/58065#issuecomment-1263662112) suggests that 32-bit LLDB works well for 32-bit Windows applications because there's no WOW64 layer in-between, which I've confirmed...

Yup, I've been using xonsh on all Windows (both native and wsl), Mac and (recently) Linux yet encountered this error only in native Linux.

Update: I've got a coredump file related to `git[57686]: Segmentation fault (core dumped)` line. Seems like gcm process got crashed for some reason. I may share it via private channel...

Update: see the mentioned X-post @ microsoft/git.

Having the same problem here. I didn't dig into debugging but maybe [this part](https://github.com/DysonSphereMod/QOL/blob/851baa5e5a53a6df35feac6be152051fe07e6813/BetterStats/BetterStats.cs#L371) is the culprit? Seems like BetterStats dynamically creates text objects, and they are enabled before their...

@jbachorik Thanks for the pointers! I'll try them and report back on the next week.

Nope, increasing the native stack size from 128 Ki to 16 Mi didn't change the outcome much. This didn't happen in x86_64 version of JVM even without changing the stack...

> EDIT: maybe -XX:+UseCompactObjectHeaders might be triggering this issue? I'll try again without it. Again nope, turning off `UseCompactObjectHeaders` neither helped. I'm out of clues atm.

@jbachorik We've just confirmed that adding `-Ddd.profiling.ddprof.enabled=false` workarounds the problem! The crashes are gone. By the way what do we lose in APM by disabling the signal based profiler?

@jbachorik Thanks! It'll take some time to confirm it though. I'll be able to get back within a few weeks. Meanwhile you may close the issue if you wish. I'll...