mirror of
https://github.com/MariaDB/server.git
synced 2025-08-15 22:37:22 +00:00
Merge branch '10.1' into 10.2
This commit is contained in:
@ -226,7 +226,7 @@ int my_addr_resolve(void *ptr, my_addr_loc *loc)
|
||||
strnmov(addr2line_binary, info.dli_fname, sizeof(addr2line_binary));
|
||||
}
|
||||
offset = info.dli_fbase;
|
||||
len= my_snprintf(input, sizeof(input), "%p\n", ptr - offset);
|
||||
len= my_snprintf(input, sizeof(input), "%08x\n", (ulonglong)(ptr - offset));
|
||||
if (write(in[1], input, len) <= 0)
|
||||
return 3;
|
||||
|
||||
|
Reference in New Issue
Block a user