{5} Assigned, Active Tickets by Owner (Full Description) (2 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

aldacron

Ticket Summary Component Milestone Type Created
Description
#10 Problems using rebuild None None defect 08/07/07

http://www.dsource.org/forums/viewtopic.php?=&p=13667

It seems that the flag -rdynamic causes segfaults in derelict. I have validated this and the fix is to remove both flags (-q,-rdynamic) in gdc-posix and gdc-posix-tango.

Gregors (rebuild maintainer) response: http://www.dsource.org/projects/dsss/ticket/95


#18 util.loader error message None None enhancement 04/21/08

Here's a slight change to util/loader.d to improve error messages when loading shared libraries fails (on unix):

Change line 204 to:

            throw new SharedLibLoadException(libName ~ "; reason: " ~ toDString(dlerror()));

It ends up with a longer error message, but without this there's no way to know why a shared library failed to load. Example:

Failed to load shared library libSDL-1.2.so.0; reason: libx86.so.1: cannot open shared object file: No such file or directory

Note: See TracReports for help on using and creating reports.