Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] openscad seg fault
Date: Thu, 10 Mar 2016 05:55:49
Message-Id: CAC=wYCFmKgT7UZ7hjiDLbc8X3ZuM6pVPfF62Gnc2toy-7aYyOg@mail.gmail.com
1 I can open the program ok, but when I click on New it seg faults. Strace of
2 its death below.
3
4 I tried recompiling it and all its immediate dependencies. How do i
5 troubleshoot this?
6
7 Cheers.
8
9
10 ioctl(10, 0xc020645e, 0x7ffc4f7bd9c0) = 0
11 mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_SHARED, 10, 0x1380a1000) =
12 0x7f50a6adc000
13 brk(0x2ed6000) = 0x2ed6000
14 ioctl(10, 0xc020645d, 0x7ffc4f7bd960) = 0
15 ioctl(10, 0xc020645e, 0x7ffc4f7bda00) = 0
16 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 10, 0x1380b1000) =
17 0x7f50a794a000
18 ioctl(10, 0xc020645d, 0x7ffc4f7bd800) = 0
19 ioctl(10, 0xc008646a, 0x7ffc4f7bd930) = 0
20 ioctl(10, 0x40086464, 0x7ffc4f7bd930) = 0
21 ioctl(10, 0xc020645e, 0x7ffc4f7bd950) = 0
22 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 10, 0x1380b2000) =
23 0x7f50a7949000
24 munmap(0x7f50a7949000, 4096) = 0
25 ioctl(10, 0xc020645d, 0x7ffc4f7bd800) = 0
26 ioctl(10, 0xc008646a, 0x7ffc4f7bd930) = 0
27 ioctl(10, 0x40086464, 0x7ffc4f7bd930) = 0
28 ioctl(10, 0xc020645e, 0x7ffc4f7bd950) = 0
29 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 10, 0x1380b3000) =
30 0x7f50a7949000
31 munmap(0x7f50a7949000, 4096) = 0
32 futex(0x2aea9f4, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2aea9f0, {FUTEX_OP_SET, 0,
33 FUTEX_OP_CMP_GT, 1}) = 1
34 futex(0x2aea9c8, FUTEX_WAKE_PRIVATE, 1) = 1
35 futex(0x2c652dc, FUTEX_WAIT_PRIVATE, 1, NULL) = -1 EAGAIN (Resource
36 temporarily unavailable)
37 futex(0x2c652b0, FUTEX_WAKE_PRIVATE, 1) = 0
38 ioctl(10, 0xc020645d, 0x7ffc4f7bdbe0) = 0
39 futex(0x35a6a2c168, FUTEX_WAKE_PRIVATE, 2147483647) = 0
40 mmap(NULL, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS,
41 -1, 0) = 0x7f50a7949000
42 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x968} ---
43 +++ killed by SIGSEGV +++
44 Segmentation fault

Replies

Subject Author
Re: [gentoo-user] openscad seg fault "Urs Schütz" <u.schutz@×××××××.ch>
Re: [gentoo-user] openscad seg fault Godzil <godzil@××××××.net>