Page 1 of 1

[0.16.25][linux] Crash when switching desktop: "_Rb_tree_header::_M_reset()"

Posted: Mon Feb 26, 2018 12:03 am
by cpjreynolds
I'll try to describe my bug as best as I can in this post, I'm sorry if I've missed anything. (Also it's a Sunday night and I'm somewhat marinated).

I am running Arch Linux, current kernel version is `4.14.10-1-ARCH` from running `uname -r'.

I use `bspwm` as a window manager, and at the moment, when switching desktops, using `bspc desktop --focus {n}`, seemingly randomly, Factorio will crash.

Reproducing this bug requires (I assmue) the `bspwm` window manager and switching desktops, however I cannot tell why certain desktop switches cause the crasb and others don't.

Attached is my `factorio-current.log`, however it does not seem to show much useful information, if anything else is required please let me know.

Re: [16.25] Desktop switching crash (Linux)

Posted: Mon Feb 26, 2018 12:08 am
by Loewchen
Post the log with the crash please.

Re: [16.25] Desktop switching crash (Linux)

Posted: Mon Feb 26, 2018 3:19 am
by cpjreynolds
I believe this is what you're looking for? I apologize for not being very savvy at finding the right log.

Re: [0.16.25][linux] Crash when switching desktop: "_Rb_tree_header::_M_reset()"

Posted: Thu Mar 15, 2018 9:55 am
by posila
Sadly, it crashes in call to OpenGL

Code: Select all

glClear(GL_COLOR_BUFFER_BIT);
so we won't be able to fix this.
Assuming other games don't crash on your setup, let's see if it still happens in 0.17 after rendering rewrite.