RejectedSoftware Forums

Sign up

mysql-native and VibeDefaultMain

Hi!

I have been trying to get my server to connect to mariaDB via mysql-native without success.
It seems related to some interaction with Vibe.d - it crashes in std.digest SHA1.finish() when authenticating, both on Win32 and Linux32/64, but only if VibeDefaultMain is defined.

The provided app.d in the mysql-native package works, as does my own server when I define version VibeCustomMain.
Has anyone else experienced this issue?

Is this a known issue and are there any workarounds?

As a side question, is there a quick way to setup Visual Studio/Visual D to debug the std library?

Re: mysql-native and VibeDefaultMain

On Tue, 17 Feb 2015 16:41:08 GMT, Márcio Martins wrote:

Hi!

I have been trying to get my server to connect to mariaDB via mysql-native without success.
It seems related to some interaction with Vibe.d - it crashes in std.digest SHA1.finish() when authenticating, both on Win32 and Linux32/64, but only if VibeDefaultMain is defined.

The provided app.d in the mysql-native package works, as does my own server when I define version VibeCustomMain.
Has anyone else experienced this issue?

Is this a known issue and are there any workarounds?

As a side question, is there a quick way to setup Visual Studio/Visual D to debug the std library?

Just found https://github.com/rejectedsoftware/vibe.d/issues/906