cursive

markaddleman 2025-02-03T22:03:19.798089Z

Loving the new inline results display but a result that’s too large ends up hanging IntelliJ

👀 1
markaddleman 2025-02-04T13:52:43.796069Z

cpu diagnostic

markaddleman 2025-02-03T23:48:18.807149Z

More info: I have experienced hangs displaying long SQL strings.

cfleming 2025-02-04T00:09:36.998739Z

Is this specifically for large strings? I've been investigating some perf issues for large data structures too.

markaddleman 2025-02-04T00:10:23.273859Z

I’ll try inline viewing the honey data structure backing the strings

markaddleman 2025-02-04T00:14:03.552529Z

The honey data structure is displayed inline without a problem. The corresponding string causes a hang.

markaddleman 2025-02-04T00:14:41.881209Z

fwiw, eventually intellij recovers. so far, I haven’t seen a crash

cfleming 2025-02-04T00:16:23.409099Z

Could you use Help | Diagnostic Tools | Start CPU Profiling, repro the delay, and then when the IDE comes back do Help | Diagnostic Tools | Stop CPU Profiling and send me the profile?

cfleming 2025-02-04T00:16:43.867389Z

Assuming you don't have to wait for ages for it, of course...

markaddleman 2025-02-04T00:16:59.629519Z

sure. I’ll post results when I have them

cfleming 2025-02-04T00:17:06.494749Z

Thanks!