[SOLVED] Segmentation Fault on new Workspace

I noticed that Blender crashes with segmentation fault to me when New > Video Editing > (+) Add a new workspace…
It only crashes when adding workspace from the Video Editing’s default

OS: Arch Linux 64
Today’s current official build for Linux 0d86259fc8a3

Crash report

Blender 2.80 (sub 44), Commit date: 2019-02-16 14:45, Hash 0d86259fc8a3

backtrace

/home/frayoshi/Desktop/blender2-8(BLI_system_backtrace+0x1d) [0x1baf36d]
/home/frayoshi/Desktop/blender2-8() [0x115b429]
/usr/lib/libc.so.6(+0x37e00) [0x7f01bcaa5e00]
/home/frayoshi/Desktop/blender2-8(BKE_id_reorder+0x15) [0x18f9e75]
/home/frayoshi/Desktop/blender2-8() [0x146e9c9]
/home/frayoshi/Desktop/blender2-8() [0x11604db]
/home/frayoshi/Desktop/blender2-8(WM_operator_name_call_ptr+0x1a) [0x1160b9a]
/home/frayoshi/Desktop/blender2-8() [0x130c0a2]
/home/frayoshi/Desktop/blender2-8() [0x131cea7]
/home/frayoshi/Desktop/blender2-8() [0x1163abb]
/home/frayoshi/Desktop/blender2-8() [0x116433c]
/home/frayoshi/Desktop/blender2-8(wm_event_do_handlers+0x230) [0x11649a0]
/home/frayoshi/Desktop/blender2-8(WM_main+0x20) [0x115be30]
/home/frayoshi/Desktop/blender2-8(main+0x30a) [0x10c196a]
/usr/lib/libc.so.6(__libc_start_main+0xf3) [0x7f01bca92223]
/home/frayoshi/Desktop/blender2-8(_start+0x2a) [0x1157dea]

PROBLEM SOLVED:
Someway, the old 2.79 configs got imported and when opening a not-2.80 workspace, It crashed.

You can see that I still had things like “Game Logic”
Screenshot_2019-02-17_17-30-56

Solved deleting the ~/.config/blender/2.80/ folders and reopening!