|
|
|
|
|
by monocasa
2805 days ago
|
|
I can't think of a single OS that gives you kernel stack traces on SIGABRT. Can you disambiguate CTF? I only know that as capture the flag, which doesn't really make sense here. Edit: ok, I figured it out. No theyre not going to give you that raw information because it's a kernel ASLR bypass. You can totally get all the same information with the dwarf symbols, but you're going to have to opt in on a kernel for it to mean anything. Edit2: bitching about how people aren't using portable Unix techniques, and then citing features that are Solaris specific isn't a great look. |
|