I'm trying to get my vibe.d app into sandstorm.io. The problem is a segfault in the url routing.

It only happens within the virtual machine/sandstorm container. Previously I ran it as a normal user (tmux was good enough) and it worked.

Here is the forum thread in sandstorm-dev:
https://groups.google.com/d/msg/sandstorm-dev/UNqFl_50-kc/ifbzhdy7BgAJ

And a gist with the stack trace showing the segfault:
https://gist.github.com/zarvox/2a9045d59ca7cd6c62d03190ac10bfe0

My code setting up the URLRouter:
https://github.com/qznc/prema/blob/sandstorm/source/app.d#L15

Any ideas how to dig deeper deeper?