mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
do not print return address when callstack is output on Windows, it does not provide any useful info
This commit is contained in:
@ -654,7 +654,6 @@ void my_print_stacktrace(uchar* unused1, ulong unused2)
|
||||
&(package.sym));
|
||||
have_source= SymGetLineFromAddr64(hProcess, addr, &line_offset, &line);
|
||||
|
||||
my_safe_printf_stderr("%p ", (uintptr_t)addr);
|
||||
if(have_module)
|
||||
{
|
||||
const char *base_image_name= my_basename(module.ImageName);
|
||||
|
Reference in New Issue
Block a user