D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 18902 - -lib crashes on static libraries in the command line
Summary: -lib crashes on static libraries in the command line
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: x86_64 Linux
: P1 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-24 07:52 UTC by Eugene Wissner
Modified: 2018-06-03 18:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Eugene Wissner 2018-05-24 07:52:16 UTC
dmd -lib asdfsd.a
segmentation fault (core dumped)
Comment 1 Eugene Wissner 2018-05-24 08:06:11 UTC
https://github.com/dlang/dmd/pull/8286
Comment 2 github-bugzilla 2018-06-03 18:30:10 UTC
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/cf5256b4eac7fd663aa1a8dd31f1e1b87389e0f0
Fix issue 18902 - -lib crashes on static libraries in the command line

https://github.com/dlang/dmd/commit/0a7769b1a964442fb9d4deb1665e26cfe4719e32
Merge pull request #8286 from belka-ew/fix18902

Fix issue 18902 - -lib crashes on static libraries in the command line
merged-on-behalf-of: Martin Nowak <code@dawg.eu>