-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfault while upgrading using 0.9.20 #179
Comments
Can you post the package description file? I can't reproduce the crash on my projects. |
Mine, or vibe-d's? Mine is here: https://github.com/schancel/gameserver/blob/master/package.json |
Yours |
Alternatively, getting the stack trace using GDB, may be enough to find the cause. |
Never used GDB before. Is this what you need?
|
Okay, I finally managed to reproduce it. It's caused by one of the many associative array bugs in DMD. But it's possible to work around it. |
dub upgrade
Upgrading project in /Users/xxx/xxxx
The following changes will be performed:
Fetch vibe-d ~master, userWide
Fetch msgpack-d ~master, userWide
Fetch libevent ~master, userWide
Fetch mysql-native ~master, userWide
Fetch openssl ~master, userWide
Fetch libev ~master, userWide
Fetching vibe-d ~master...
Placing vibe-d ~master to /Users/xxx/.dub/packages/...
Segmentation fault: 11
Downgrading to 19 fixed it?
The text was updated successfully, but these errors were encountered: