You are not logged in.

#1 2017-07-11 07:59:15

fcollingwood
Member
Registered: 2017-07-11
Posts: 37

Problem running on OS X Sierra

Hi all

I start nanoDLP from the terminal (either logged in as a user and running run.sh or logged in as root and directly running the binary) and it works for 5 seconds then it stops responding and I start seeing the following in the logs:

default    18:15:22.017087 +1200    kernel    process nanodlp[89199] caught waking the CPU 49103 times over ~18 seconds, averaging 2613 wakes / second and violating a limit of 45000 wakes over 300 seconds.
default    18:15:22.035944 +1200    symptomsd    Received CPU wakes trigger:
  nanodlp[89199] () woke the CPU 49103 times over 18.79 seconds (average 2613/sec), violating a CPU wakes limit of 45000 over 300 seconds.
default    18:15:22.037959 +1200    symptomsd      Found DiagUsageStats for RESOURCE_NOTIFY of EXC_CPU_WAKE : NON-FATAL (nanodlp) - <DiagnosticCaseUsage: 0x7f8040224840> (entity: DiagnosticCaseUsage; id: 0x4900008b <x-coredata://5E2726C4-920E-4DD8-A522-784D90CD9691/DiagnosticCaseUsage/p292> ; data: {
    casesAccepted = 5;
    casesSeen = 5;
    domain = "RESOURCE_NOTIFY";
    "interarrival_mean" = "617.0155860036612";
    "interarrival_var" = "61926.21579847985";
    lastAccepted = "2017-07-11 05:52:23 +0000";
    lastSeen = "2017-07-11 05:52:23 +0000";
    process = nanodlp;
    subtype = "NON-FATAL";
    type = "EXC_CPU_WAKE";
})
default    18:15:22.038014 +1200    symptomsd      Reached limit of 5 RESOURCE_NOTIFY reports for nanodlp. Disallow report.

Offline

#2 2017-07-11 09:08:51

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Problem running on OS X Sierra

I assume you are using mac version right? It just a notification nothing critical.
Does the process exist or not? Have you uploaded any STL file? Or it is an issue with clean install?

Offline

#3 2017-07-11 11:48:41

fcollingwood
Member
Registered: 2017-07-11
Posts: 37

Re: Problem running on OS X Sierra

Yes, it's the Mac version and a clean install. ps -ef shows the process as running. Even curl fails:

curl -vvv http://127.0.0.1:8080
* Rebuilt URL to: http://127.0.0.1:8080/
*   Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)
> GET / HTTP/1.1
> Host: 127.0.0.1:8080
> User-Agent: curl/7.51.0
> Accept: */*
>
* Recv failure: Connection reset by peer
* Curl_http_done: called premature == 1
* Closing connection 0
curl: (56) Recv failure: Connection reset by peer

Offline

#4 2017-07-12 03:52:38

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Problem running on OS X Sierra

Have you uploaded any STL file? Or it is an issue with clean install?

Offline

#5 2017-07-13 01:32:13

fcollingwood
Member
Registered: 2017-07-11
Posts: 37

Re: Problem running on OS X Sierra

As already stated, it's a clean install. It's impossible to upload an STL as a few seconds after starting the process, it stops responding

Offline

#6 2017-07-13 01:49:46

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Problem running on OS X Sierra

Could you paste terminal output of the program?

Offline

#7 2017-07-13 01:52:01

fcollingwood
Member
Registered: 2017-07-11
Posts: 37

Re: Problem running on OS X Sierra

root# ./nanodlp &
2017/07/11 20:04:33.759517 {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 0 - generic"}
2017/07/11 20:04:33.759803 {"Layer":"0","module":"Terminal","level":"Notice","msg":"Terminal Reader Activated"}
⇛ http server started on [::]:8080

Offline

#8 2017-07-13 02:16:13

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Problem running on OS X Sierra

Have you tried running without & sign?

Offline

#9 2017-07-13 03:06:31

fcollingwood
Member
Registered: 2017-07-11
Posts: 37

Re: Problem running on OS X Sierra

ran the following:

nohup ./nanodlp &
./nanodlp &
./nanodlp

Nothing made any difference at all

Offline

#10 2017-07-13 05:18:14

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Problem running on OS X Sierra

As I remember nanoslicer web version was working perfectly ok on mac. So probably a module cause this issue on mac. We could try turn off modules one by one. Whenever you had time send me an email.

Offline

#11 2017-07-13 07:13:48

juliendelnatte
Member
Registered: 2017-06-07
Posts: 84

Re: Problem running on OS X Sierra

If you want, I can test module by module on mac because I have the same problem ;D

Offline

#12 2017-07-14 20:47:12

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Problem running on OS X Sierra

Could you let me know how many seconds after start you could not receive messages anymore?

Offline

#13 2017-07-16 12:26:20

juliendelnatte
Member
Registered: 2017-06-07
Posts: 84

Re: Problem running on OS X Sierra

After +- 15 seconds, NanoDLP on El Capitain is unreachable. No message in the terminal.

Offline

#14 2017-07-16 18:14:43

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Problem running on OS X Sierra

Update to latest version and let me know if it makes any difference.

Offline

#15 2017-07-16 23:28:54

juliendelnatte
Member
Registered: 2017-06-07
Posts: 84

Re: Problem running on OS X Sierra

same problem (how to check if I really get the latest version? is there a build n° somewhere? is there a way to run it in debug to get a crash log?)

Offline

#16 2017-07-17 04:20:30

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Problem running on OS X Sierra

On initialization you should see build #nnnn initialized.
 
I am not sure about mac but if it close to linux. If you kill program with -SIGABRT argument, we can get all kind of details where program stalled.

Offline

#17 2017-07-17 07:22:14

juliendelnatte
Member
Registered: 2017-06-07
Posts: 84

Re: Problem running on OS X Sierra

The build number is not good I think ;D : {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 0 - generic"}

That's what I get when I kill -SIGABRT the nanoDLP process on mac (that consume 100% CPU after 10seconds +-) :

sudo kill -SIGABRT 95393
SIGABRT: abort
PC=0x1054a4b m=0 sigcode=0

goroutine 0 [idle]:
runtime.mach_semaphore_wait(0x803, 0x7fff00000000, 0x10202c3, 0x17bcb60, 0x10b, 0x17b7ba0, 0x7fff5fbffa20, 0x104f193, 0xffffffffffffffff, 0x7fff00000000, ...)
    /usr/local/go/src/runtime/sys_darwin_amd64.s:415 +0xb
runtime.semasleep1(0xffffffffffffffff, 0x7fff00000000)
    /usr/local/go/src/runtime/os_darwin.go:413 +0x4b
runtime.semasleep.func1()
    /usr/local/go/src/runtime/os_darwin.go:432 +0x33
runtime.systemstack(0x7fff5fbffa48)
    /usr/local/go/src/runtime/asm_amd64.s:343 +0xab
runtime.semasleep(0xffffffffffffffff, 0x0)
    /usr/local/go/src/runtime/os_darwin.go:433 +0x4d
runtime.notesleep(0x17b84f0)
    /usr/local/go/src/runtime/lock_sema.go:166 +0xb2
runtime.stopm()
    /usr/local/go/src/runtime/proc.go:1650 +0xad
runtime.findrunnable(0xc420018000, 0x0)
    /usr/local/go/src/runtime/proc.go:2102 +0x2e4
runtime.schedule()
    /usr/local/go/src/runtime/proc.go:2222 +0x14c
runtime.park_m(0xc4201884e0)
    /usr/local/go/src/runtime/proc.go:2285 +0xab
runtime.mcall(0x7fff5fbffc20)
    /usr/local/go/src/runtime/asm_amd64.s:269 +0x5b

goroutine 1 [IO wait]:
net.runtime_pollWait(0x18dd1c8, 0x72, 0x0)
    /usr/local/go/src/runtime/netpoll.go:164 +0x59
net.(*pollDesc).wait(0xc420176378, 0x72, 0x0, 0xc42015ab00)
    /usr/local/go/src/net/fd_poll_runtime.go:75 +0x38
net.(*pollDesc).waitRead(0xc420176378, 0xffffffffffffffff, 0x0)
    /usr/local/go/src/net/fd_poll_runtime.go:80 +0x34
net.(*netFD).accept(0xc420176310, 0x0, 0x1780ac0, 0xc42015ab00)
    /usr/local/go/src/net/fd_unix.go:430 +0x1e5
net.(*TCPListener).accept(0xc42000c748, 0x0, 0xc4201019e0, 0x0)
    /usr/local/go/src/net/tcpsock_posix.go:136 +0x2e
net.(*TCPListener).AcceptTCP(0xc42000c748, 0x116492d, 0x15232a0, 0xc420135950)
    /usr/local/go/src/net/tcpsock.go:215 +0x49
github.com/labstack/echo.tcpKeepAliveListener.Accept(0xc42000c748, 0x17abe20, 0x12ae803, 0xc420101a58, 0xc420101a50)
    /home/shahin/go/src/github.com/labstack/echo/echo.go:651 +0x2f
github.com/labstack/echo.(*tcpKeepAliveListener).Accept(0xc42000c750, 0xc420135920, 0x14d62c0, 0x17abe20, 0x15192a0)
    <autogenerated>:103 +0x4d
net/http.(*Server).Serve(0xc4200b04d0, 0x17856c0, 0xc42000c750, 0x0, 0x0)
    /usr/local/go/src/net/http/server.go:2643 +0x228
github.com/labstack/echo.(*Echo).StartServer(0xc4201176c0, 0xc4200b04d0, 0x1, 0xc4201278dc)
    /home/shahin/go/src/github.com/labstack/echo/echo.go:586 +0x4e2
main.webInit()
    /home/shahin/go/src/projects/printer/app/routes.go:159 +0x38d9
main.main()
    /home/shahin/go/src/projects/printer/app/server.go:79 +0x26c

goroutine 5 [chan receive]:
projects/printer/app/move.(*speedStruct).calc(0x17b7400, 0xc42006e2a0)
    /home/shahin/go/src/projects/printer/app/move/speed.go:92 +0x44
created by projects/printer/app/move.init.1
    /home/shahin/go/src/projects/printer/app/move/speed.go:29 +0x4d

goroutine 7 [chan receive]:
main.(*StatusStruct).FindIP(0x17b76a0)
    /home/shahin/go/src/projects/printer/app/db.go:316 +0x77
created by main.(*StatusStruct).Load
    /home/shahin/go/src/projects/printer/app/db.go:296 +0x74

goroutine 8 [running]:
    goroutine running on other thread; stack unavailable
created by main.main
    /home/shahin/go/src/projects/printer/app/server.go:57 +0x163

goroutine 9 [chan receive]:
main.(*monitorStruct).watch(0x17b6fa0)
    /home/shahin/go/src/projects/printer/app/slice-monitor.go:49 +0x77
created by main.main
    /home/shahin/go/src/projects/printer/app/server.go:58 +0x187

goroutine 16 [chan receive]:
net/http.(*Transport).dialConn(0x17b2f60, 0x1786580, 0xc42000e488, 0x0, 0xc420135da0, 0x5, 0xc42015af00, 0x13, 0xc420142f98, 0x145120c, ...)
    /usr/local/go/src/net/http/transport.go:1088 +0x102e
net/http.(*Transport).getConn.func4(0x17b2f60, 0x1786580, 0xc42000e488, 0xc420135ef0, 0xc42006e840)
    /usr/local/go/src/net/http/transport.go:908 +0x78
created by net/http.(*Transport).getConn
    /usr/local/go/src/net/http/transport.go:910 +0x3a3

goroutine 12 [runnable]:
net.runtime_pollWait(0x18dd108, 0x72, 0x0)
    /usr/local/go/src/runtime/netpoll.go:164 +0x59
net.(*pollDesc).wait(0xc4201a2068, 0x72, 0x0, 0x0)
    /usr/local/go/src/net/fd_poll_runtime.go:75 +0x38
net.(*pollDesc).waitRead(0xc4201a2068, 0xc4201829f0, 0x400)
    /usr/local/go/src/net/fd_poll_runtime.go:80 +0x34
net.(*netFD).readFrom(0xc4201a2000, 0xc4201829f0, 0x400, 0x400, 0x0, 0x0, 0x0, 0x1782600, 0x177d378)
    /usr/local/go/src/net/fd_unix.go:277 +0x1cc
net.(*UDPConn).readFrom(0xc4201ac000, 0xc4201829f0, 0x400, 0x400, 0x0, 0x0, 0x0, 0x0)
    /usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc4201ac000, 0xc4201829f0, 0x400, 0x400, 0xc4201ac000, 0x0, 0x0, 0x0)
    /usr/local/go/src/net/udpsock.go:97 +0x75
projects/printer/app/ssdp.Server(0xc420127b60, 0x4, 0x15613c8, 0x8)
    /home/shahin/go/src/projects/printer/app/ssdp/ssdp.go:57 +0x232
created by main.afterIP
    /home/shahin/go/src/projects/printer/app/server.go:101 +0x9f

goroutine 14 [select]:
net/http.(*Transport).getConn(0x17b2f60, 0xc4201aa120, 0x0, 0xc4201aa000, 0x5, 0xc4201aa140, 0x13, 0x0, 0x0, 0x0)
    /usr/local/go/src/net/http/transport.go:913 +0xb92
net/http.(*Transport).RoundTrip(0x17b2f60, 0xc4201ba000, 0x17b2f60, 0x0, 0x0)
    /usr/local/go/src/net/http/transport.go:378 +0x58c
net/http.send(0xc4201ba000, 0x17803c0, 0x17b2f60, 0x0, 0x0, 0x0, 0x0, 0x8, 0xc4201bc018, 0x100f148)
    /usr/local/go/src/net/http/client.go:249 +0x162
net/http.(*Client).send(0x17b6e60, 0xc4201ba000, 0x0, 0x0, 0x0, 0xc4201bc018, 0x0, 0x1, 0x100828e)
    /usr/local/go/src/net/http/client.go:173 +0x108
net/http.(*Client).Do(0x17b6e60, 0xc4201ba000, 0xc, 0x156ec12, 0x21)
    /usr/local/go/src/net/http/client.go:595 +0x254
net/http.(*Client).Post(0x17b6e60, 0xc4201aa000, 0x1c, 0x156ec12, 0x21, 0x1780c40, 0xc4201aa080, 0x0, 0x2, 0xc4201aa000)
    /usr/local/go/src/net/http/client.go:720 +0xf8
net/http.(*Client).PostForm(0x17b6e60, 0xc4201aa000, 0x1c, 0xc42019a000, 0x2, 0xc4201aa000, 0x1c)
    /usr/local/go/src/net/http/client.go:752 +0xdd
net/http.PostForm(0xc4201aa000, 0x1c, 0xc42019a000, 0x155fd60, 0x4, 0xc4201aa000)
    /usr/local/go/src/net/http/client.go:737 +0x4b
main.sendDashboardData()
    /home/shahin/go/src/projects/printer/app/server.go:223 +0xa83
main.updateControlPanel()
    /home/shahin/go/src/projects/printer/app/server.go:200 +0x22
created by main.afterIP
    /home/shahin/go/src/projects/printer/app/server.go:103 +0x114

goroutine 15 [select]:
net/http.(*Transport).getConn(0x17b2f60, 0xc42015aee0, 0x0, 0xc420135da0, 0x5, 0xc42015af00, 0x13, 0x0, 0x0, 0x0)
    /usr/local/go/src/net/http/transport.go:913 +0xb92
net/http.(*Transport).RoundTrip(0x17b2f60, 0xc4200e0a00, 0x17b2f60, 0x0, 0x0)
    /usr/local/go/src/net/http/transport.go:378 +0x58c
net/http.send(0xc4200e0a00, 0x17803c0, 0x17b2f60, 0x0, 0x0, 0x0, 0x0, 0x8, 0xc42000c770, 0x100f148)
    /usr/local/go/src/net/http/client.go:249 +0x162
net/http.(*Client).send(0x17b6e60, 0xc4200e0a00, 0x0, 0x0, 0x0, 0xc42000c770, 0x0, 0x1, 0xc420135dd0)
    /usr/local/go/src/net/http/client.go:173 +0x108
net/http.(*Client).Do(0x17b6e60, 0xc4200e0a00, 0xc420135da0, 0x29, 0x0)
    /usr/local/go/src/net/http/client.go:595 +0x254
net/http.(*Client).Get(0x17b6e60, 0xc420135da0, 0x29, 0x4, 0xc420135da0, 0x29)
    /usr/local/go/src/net/http/client.go:393 +0xa7
net/http.Get(0xc420135da0, 0x29, 0x18, 0x1560858, 0x6)
    /usr/local/go/src/net/http/client.go:367 +0x41
main.versionUpdate()
    /home/shahin/go/src/projects/printer/app/server.go:119 +0x19d
created by main.afterIP
    /home/shahin/go/src/projects/printer/app/server.go:104 +0x12c

goroutine 33 [chan receive]:
net/http.(*Transport).dialConn(0x17b2f60, 0x1786580, 0xc42000e488, 0x0, 0xc4201aa000, 0x5, 0xc4201aa140, 0x13, 0x8, 0x155f3b3, ...)
    /usr/local/go/src/net/http/transport.go:1088 +0x102e
net/http.(*Transport).getConn.func4(0x17b2f60, 0x1786580, 0xc42000e488, 0xc42019a120, 0xc4201c0000)
    /usr/local/go/src/net/http/transport.go:908 +0x78
created by net/http.(*Transport).getConn
    /usr/local/go/src/net/http/transport.go:910 +0x3a3

goroutine 65 [running]:
    goroutine running on other thread; stack unavailable
created by net/http.(*Transport).dialConn
    /usr/local/go/src/net/http/transport.go:1087 +0xfec

goroutine 39 [semacquire]:
reflect.(*structType).Field(0x14fa820, 0x0, 0x148bbe3, 0x4, 0x0, 0x0, 0x178c040, 0x14b2320, 0x148bbe9, 0xf, ...)
    /usr/local/go/src/reflect/type.go:1246 +0x173
reflect.(*rtype).Field(0x14fa820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/go/src/reflect/type.go:962 +0x8c
encoding/asn1.parseField(0x14fa820, 0xc420467fd0, 0x199, 0xc420467a60, 0x5, 0x5, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:859 +0x1331
encoding/asn1.UnmarshalWithParams(0xc420467a60, 0x5, 0x5, 0x149f140, 0xc420467fd0, 0x0, 0x0, 0x100f148, 0x10, 0x14fa820, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:1002 +0x14f
encoding/asn1.Unmarshal(0xc420467a60, 0x5, 0x5, 0x149f140, 0xc420467fd0, 0xc420374310, 0x1, 0x2, 0x0, 0x0)
    /usr/local/go/src/encoding/asn1/asn1.go:995 +0x72
crypto/x509.parseCertificate(0xc420333200, 0x3c9, 0x3c9, 0x149f180)
    /usr/local/go/src/crypto/x509/x509.go:1143 +0xd63
crypto/x509.ParseCertificate(0xc42002d800, 0x3c9, 0x3c9, 0x1, 0x17d48e0, 0xc420353200)
    /usr/local/go/src/crypto/x509/x509.go:1347 +0x110
crypto/x509.execSecurityRoots.func1(0xc420220180, 0xc4201c09c0, 0xc4201a49c0, 0xc420220170, 0xc420220178, 0xc42019af30)
    /usr/local/go/src/crypto/x509/root_darwin.go:93 +0xcb
created by crypto/x509.execSecurityRoots
    /usr/local/go/src/crypto/x509/root_darwin.go:115 +0x3c9

goroutine 66 [semacquire]:
sync.runtime_SemacquireMutex(0x17d4044)
    /usr/local/go/src/runtime/sema.go:62 +0x34
sync.(*Mutex).Lock(0x17d4040)
    /usr/local/go/src/sync/mutex.go:87 +0x9d
sync.(*Once).Do(0x17d4040, 0x157b2e8)
    /usr/local/go/src/sync/once.go:40 +0x44
crypto/x509.systemRootsPool(0x9)
    /usr/local/go/src/crypto/x509/root.go:16 +0x39
crypto/x509.(*Certificate).Verify(0xc420216000, 0xc4201aa140, 0xf, 0xc42019aea0, 0x0, 0xed0fe5c29, 0x5f0b66a, 0x17b7260, 0x0, 0x0, ...)
    /usr/local/go/src/crypto/x509/verify.go:287 +0x7e3
crypto/tls.(*clientHandshakeState).doFullHandshake(0xc420213e50, 0xc4201ae1c0, 0x6c)
    /usr/local/go/src/crypto/tls/handshake_client.go:300 +0x4b9
crypto/tls.(*Conn).clientHandshake(0xc4201e2380, 0x157c7e0, 0xc4201e24a0)
    /usr/local/go/src/crypto/tls/handshake_client.go:228 +0xf90
crypto/tls.(*Conn).Handshake(0xc4201e2380, 0x0, 0x0)
    /usr/local/go/src/crypto/tls/conn.go:1307 +0x1a3
net/http.(*Transport).dialConn.func3(0x0, 0xc4201e2380, 0xc42016a300, 0xc4201c23c0)
    /usr/local/go/src/net/http/transport.go:1082 +0x42
created by net/http.(*Transport).dialConn
    /usr/local/go/src/net/http/transport.go:1087 +0xfec

goroutine 38 [chan receive]:
crypto/x509.execSecurityRoots.func1(0xc420220180, 0xc4201c09c0, 0xc4201a49c0, 0xc420220170, 0xc420220178, 0xc42019af30)
    /usr/local/go/src/crypto/x509/root_darwin.go:92 +0x8c
created by crypto/x509.execSecurityRoots
    /usr/local/go/src/crypto/x509/root_darwin.go:115 +0x3c9

goroutine 40 [semacquire]:
reflect.MakeSlice(0x178c040, 0x14c2c60, 0x1, 0x1, 0x0, 0x10, 0x13)
    /usr/local/go/src/reflect/value.go:2061 +0x85
encoding/asn1.parseSequenceOf(0xc420124c3f, 0x15, 0x555, 0x178c040, 0x14c2c60, 0x178c040, 0x14fad20, 0x14c2c01, 0xf, 0x0, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:559 +0x372
encoding/asn1.parseField(0x14c2c60, 0xc4201c2858, 0x197, 0xc420124c30, 0x62, 0x564, 0xd, 0x0, 0x0, 0x0, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:879 +0x187c
encoding/asn1.parseSequenceOf(0xc420124c30, 0x62, 0x564, 0x178c040, 0x14c2c00, 0x178c040, 0x14c2c60, 0x14c2c01, 0x2, 0x0, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:563 +0x48e
encoding/asn1.parseField(0x14c2c00, 0xc42049fc40, 0x197, 0xc420124c2e, 0x64, 0x566, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:879 +0x187c
encoding/asn1.UnmarshalWithParams(0xc420124c2e, 0x64, 0x566, 0x149f780, 0xc42049fc40, 0x0, 0x0, 0xc420124d16, 0x0, 0x47e, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:1002 +0x14f
encoding/asn1.Unmarshal(0xc420124c2e, 0x64, 0x566, 0x149f780, 0xc42049fc40, 0xc420124d16, 0x0, 0x47e, 0x0, 0x0)
    /usr/local/go/src/encoding/asn1/asn1.go:995 +0x72
crypto/x509.parseCertificate(0xc420490900, 0x594, 0x594, 0x149f180)
    /usr/local/go/src/crypto/x509/x509.go:1105 +0x475
crypto/x509.ParseCertificate(0xc420124c00, 0x594, 0x594, 0x1, 0x17d48e0, 0xc420452ff0)
    /usr/local/go/src/crypto/x509/x509.go:1347 +0x110
crypto/x509.execSecurityRoots.func1(0xc420220180, 0xc4201c09c0, 0xc4201a49c0, 0xc420220170, 0xc420220178, 0xc42019af30)
    /usr/local/go/src/crypto/x509/root_darwin.go:93 +0xcb
created by crypto/x509.execSecurityRoots
    /usr/local/go/src/crypto/x509/root_darwin.go:115 +0x3c9

goroutine 41 [semacquire]:
encoding/asn1.parseField(0x14d16a0, 0xc4204846d8, 0x194, 0xc42042e449, 0xa, 0x2ac, 0x5, 0x0, 0x0, 0x0, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:636 +0x30aa
encoding/asn1.parseField(0x14fad20, 0xc4204846c0, 0x199, 0xc42042e447, 0xc, 0x2ae, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:863 +0x154d
encoding/asn1.parseSequenceOf(0xc42042e447, 0xc, 0x2ae, 0x178c040, 0x14c2c60, 0x178c040, 0x14fad20, 0x14c2c01, 0x29, 0x0, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:563 +0x48e
encoding/asn1.parseField(0x14c2c60, 0xc4203f2630, 0x197, 0xc42042e41e, 0x5b, 0x2d7, 0x27, 0x0, 0x0, 0x0, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:879 +0x187c
encoding/asn1.parseSequenceOf(0xc42042e41e, 0x5b, 0x2d7, 0x178c040, 0x14c2c00, 0x178c040, 0x14c2c60, 0x1, 0x2, 0x0, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:563 +0x48e
encoding/asn1.parseField(0x14c2c00, 0xc4204b88c0, 0x197, 0xc42042e41c, 0x5d, 0x2d9, 0x0, 0x0, 0x0, 0x0, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:879 +0x187c
encoding/asn1.UnmarshalWithParams(0xc42042e41c, 0x5d, 0x2d9, 0x149f780, 0xc4204b88c0, 0x0, 0x0, 0x100f148, 0x20, 0x14c2c00, ...)
    /usr/local/go/src/encoding/asn1/asn1.go:1002 +0x14f
encoding/asn1.Unmarshal(0xc42042e41c, 0x5d, 0x2d9, 0x149f780, 0xc4204b88c0, 0x0, 0xc42042e39f, 0x0, 0x356, 0xc42042e39d)
    /usr/local/go/src/encoding/asn1/asn1.go:995 +0x72
crypto/x509.parseCertificate(0xc4204a0600, 0x374, 0x375, 0x149f180)
    /usr/local/go/src/crypto/x509/x509.go:1100 +0x380
crypto/x509.ParseCertificate(0xc42042e380, 0x374, 0x375, 0x1, 0x17d48e0, 0xc4204845d0)
    /usr/local/go/src/crypto/x509/x509.go:1347 +0x110
crypto/x509.execSecurityRoots.func1(0xc420220180, 0xc4201c09c0, 0xc4201a49c0, 0xc420220170, 0xc420220178, 0xc42019af30)
    /usr/local/go/src/crypto/x509/root_darwin.go:93 +0xcb
created by crypto/x509.execSecurityRoots
    /usr/local/go/src/crypto/x509/root_darwin.go:115 +0x3c9

rax    0xe
rbx    0x17b83e0
rcx    0x7fff5fbff9c0
rdx    0x7fff5fbffa48
rdi    0x803
rsi    0x1
rbp    0x7fff5fbff9f8
rsp    0x7fff5fbff9c0
r8     0xc420188640
r9     0xc420188590
r10    0xc4201c0a10
r11    0x286
r12    0x1
r13    0xcd
r14    0xcc0
r15    0x200
rip    0x1054a4b
rflags 0x286
cs     0x7
fs     0x0
gs     0x0
[1]  + 95377 exit 2     sudo ./run.sh

Offline

#18 2017-07-17 07:42:12

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Problem running on OS X Sierra

I have disabled some parts such as UPNP and etc but I could see them on the log. Please, make sure you have downloaded online version.

Offline

#19 2017-07-17 07:49:01

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Problem running on OS X Sierra

Disabled many more functions please, try again. It should echo build number correctly.

Offline

#20 2017-07-17 09:34:02

juliendelnatte
Member
Registered: 2017-06-07
Posts: 84

Re: Problem running on OS X Sierra

Ok, work great, I sliced two stl without any problem! thx!

Offline

#21 2017-07-17 18:28:36

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Problem running on OS X Sierra

Please, reinstall to see if the issue returns.

Offline

#22 2017-07-18 07:45:40

juliendelnatte
Member
Registered: 2017-06-07
Posts: 84

Re: Problem running on OS X Sierra

I reinstall the latest build now and it crash back after few seconds (and consume 100% cpu)

Offline

#23 2017-07-19 19:30:22

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Problem running on OS X Sierra

Please try it once again.

Offline

#24 2017-07-19 21:22:13

juliendelnatte
Member
Registered: 2017-06-07
Posts: 84

Re: Problem running on OS X Sierra

it works great!

Offline

#25 2017-07-20 05:20:55

Shahin
Administrator
Registered: 2016-02-17
Posts: 3,541

Re: Problem running on OS X Sierra

Thank you for the help.

Offline

Board footer

Powered by FluxBB