Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Exception handling and stack unwinds segfault on aarch64-musl
@ 2020-10-12  1:02 duncancmt
  2020-10-12 19:10 ` jnbr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: duncancmt @ 2020-10-12  1:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 562 bytes --]

New issue by duncancmt on void-packages repository

https://github.com/void-linux/void-packages/issues/25535

Description:
`gdb` itself uses exception, so gdb couldn't help. Please don't report more issues with this kind of problem until we fixed it. 

```cpp
#include <string>
#include <stdexcept>

int main(int argc, char **argv) {
	try {
		throw std::runtime_error("hello");
	} catch (const std::exception& e) {
	}
	return 0;
}
```

_Originally posted by @sgn in https://github.com/void-linux/void-packages/issues/25125#issuecomment-706798828_

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-10-16 18:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12  1:02 [ISSUE] Exception handling and stack unwinds segfault on aarch64-musl duncancmt
2020-10-12 19:10 ` jnbr
2020-10-12 23:44 ` sgn
2020-10-12 23:45 ` sgn
2020-10-14 10:17 ` jnbr
2020-10-14 19:34 ` jnbr
2020-10-14 19:34 ` jnbr
2020-10-16 18:29 ` [ISSUE] [CLOSED] " jnbr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).