You are not logged in.

#1 2017-02-21 16:50:48

Gatto
Member
Registered: 2017-02-14
Posts: 75

Win64 server exits without apparent reason

Today upgrade (btw, is there a way so see release?)

Start print, after n (random) layers, executable just close and on frontend, obviously, red message "cannot connect.."

n was 2, 12, 8 ....

Does not appear to be RAM issue.

Shutter (LED my case) remains open, if this help to find bug.

Offline

#2 2017-02-21 18:57:18

Gatto
Member
Registered: 2017-02-14
Posts: 75

Re: Win64 server exits without apparent reason

When "working" this is output

View My Video

Offline

#3 2017-02-21 19:18:16

Gatto
Member
Registered: 2017-02-14
Posts: 75

Re: Win64 server exits without apparent reason

Win32 just crash on starting up display

Offline

#4 2017-02-22 10:34:43

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

Re: Win64 server exits without apparent reason

I am working on it apparently there is an issue with recently upgraded go 1.8.

Offline

#5 2017-02-22 11:38:47

Gatto
Member
Registered: 2017-02-14
Posts: 75

Re: Win64 server exits without apparent reason

Shahin wrote:

I am working on it apparently there is an issue with recently upgraded go 1.8.

Great!

Offline

#6 2017-02-22 22:02:05

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

Re: Win64 server exits without apparent reason

I have updated the program, let me know if there is any other issue.

Offline

#7 2017-02-23 08:17:10

Gatto
Member
Registered: 2017-02-14
Posts: 75

Re: Win64 server exits without apparent reason

Shahin wrote:

I have updated the program, let me know if there is any other issue.

I will. [Update, first complete print, yeahhh]

Thank you for support.

Can you share all stdio protocol that server will drop out? It will be useful for me to write down a small utility that monitor server activity and if exception or process shutdown will
power off LED to prevent LCD/LED degradation.

Something like a watchdog, I mean.

Last edited by Gatto (2017-02-23 09:31:13)

Offline

#8 2017-02-23 15:18:41

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

Re: Win64 server exits without apparent reason

I do not have control over stdio during panic. I would expect panic to be written somewhere. You can checkout golang panic messages to see if you could detect the program termination.

Offline

#9 2017-02-24 09:05:57

Gatto
Member
Registered: 2017-02-14
Posts: 75

Re: Win64 server exits without apparent reason

Shahin wrote:

I do not have control over stdio during panic. I would expect panic to be written somewhere. You can checkout golang panic messages to see if you could detect the program termination.

Can you add argument like -verbose where you mirror to stdio all the log?

will also be easy to > log.txt to see what happened, about panic you can also intercept and write out, maybe will be easier the debug.

Pragram termination is easy to intercept with System.Diagnostics.Process, not yet tested for exit code, anyway.

Offline

#10 2017-02-24 12:57:08

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

Re: Win64 server exits without apparent reason

You already could do that.

Offline

Board footer

Powered by FluxBB