[pypy-dev] Re: How do I compile pypy with debug symbols?

2023-12-02 Thread Buddy Lumpkin
Thanks for the response, I wasn't sure if my email sent. I figured it out a hour or so after I sent the email. Regards, --Buddy On Sat, Dec 2, 2023 at 12:14 AM Armin Rigo wrote: > > Hi, > > On Sat, 2 Dec 2023 at 04:14, wrote: > in pypy_g_ArenaCollection_rehash_arena_lists. Unfortunately, I can

[pypy-dev] Re: How do I compile pypy with debug symbols?

2023-12-02 Thread Armin Rigo
Hi, On Sat, 2 Dec 2023 at 04:14, wrote: in pypy_g_ArenaCollection_rehash_arena_lists. Unfortunately, I can't see the rest of the call stack, so I am trying to compile a debug version of pypy. > > I followed the instructions here: https://doc.pypy.org/en/latest/build.html > > I'm at the step where