Strange segfaults on 1.2.1

Switched from using janus 0.10.5 for a long time to 1.2.1 and started getting out of the blue, randomly, 2 segfaults in the past 2 weeks. Not on the same server but same message:

Mar 18 17:33:14 janus8VM kernel: [1747283.102244] janus[1880]: segfault at 0 ip 0000000000000000 sp 00007f6cef7fd3e8 error 14 in janus[55af6d63c000+11000]
Mar 22 00:07:05 janus2vm kernel: [279146.978720] janus[1800]: segfault at 1 ip 0000000000000001 sp 00007f167b7fd3e8 error 14 in janus[562ee93fb000+11000]

Using gdb on the coredump file gave me this:

Core was generated by `/opt/janus1.2.1/bin/janus -o’.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000000000000001 in ?? ()
[Current thread is 1 (Thread 0x7f167b7fe700 (LWP 1800))]
(gdb) bt
#0 0x0000000000000001 in ()
#1 0x00007f168327b73c in g_hash_table_lookup () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007f16803bb843 in janus_videoroom_handler (data=) at plugins/janus_videoroom.c:11559
#3 0x00007f16832b7ae1 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007f1682dd6609 in start_thread (arg=) at pthread_create.c:477
#5 0x00007f1682cfb353 in clone () at …/sysdeps/unix/sysv/linux/x86_64/clone.S:95

Any help would be appreciated.

Kindest Regards
Andy

If you are able to reproduce it, compile latest master with debug flags and ASan enabled, then report on github.