bug#37765: Trivial rust 1.37.0-compiled program immediately segfaults on newest master

2022-07-13 Thread Maxim Cournoyer
Hi, Danny Milosavljevic writes: > $ cat b.rs > fn main() { > } > $ rustc b.rs > $ ./b > Segmentation fault > $ gdb ./b > (gdb) r > (gdb) bt > #0 0x77fe40f8 in call_init.part () from > /gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/ld-linux-x86-64.so.2 > #1 0x77fe428e

bug#37765: Trivial rust 1.37.0-compiled program immediately segfaults on newest master

2019-10-15 Thread Danny Milosavljevic
Generation 28 Oct 14 2019 20:42:05(current) guix dc505e3 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: dc505e3eb88faf3c952aa1de4a12a42111c3742c pgpsnKbff8w90.pgp Description: OpenPGP digital signature

bug#37765: Trivial rust 1.37.0-compiled program immediately segfaults on newest master

2019-10-15 Thread Danny Milosavljevic
$ cat b.rs fn main() { } $ rustc b.rs $ ./b Segmentation fault $ gdb ./b (gdb) r (gdb) bt #0 0x77fe40f8 in call_init.part () from /gnu/store/ahqgl4h89xqj695lgqvsaf6zh2nhy4pj-glibc-2.29/lib/ld-linux-x86-64.so.2 #1 0x77fe428e in _dl_init () from /gnu/store/ahqgl4h89xqj695lgqvsaf6z