[SDL + TKD] Seg fault from creating DirectoryDialog

Jack via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Nov 2 15:05:04 PST 2014


On Sunday, 2 November 2014 at 17:39:46 UTC, Gary Willoughby wrote:
> On Sunday, 2 November 2014 at 12:11:23 UTC, Jack wrote:
>> Whole error is: http://codepad.org/C2l4rUel
>
> That's not the true error. That's dub throwing an exception 
> when trying to run the built executable. As shown here:
>
> https://github.com/D-Programming-Language/dub/blob/master/source%2Fdub%2Fgenerators%2Fbuild.d#L464
>
> I would suggest building the application without using dub then 
> run the program through a debugger to find the location in the 
> source where it's actually seg-faulting. I personally use this 
> one: http://www.affinic.com/?page_id=109.

Thank you. I built the program using the compiler and debugged it
with the C::B gui version of gdb, and it spewed out information
about call stacks and things that, I confess, I have no idea what
the hell it is:
http://codepad.org/Bj3y6tqr

and it seems to point to line 123 in tcl.d as shown here:
http://picpaste.com/pics/Screenshot_from_2014-11-03_06_53_17-C6eIWp7k.1414969454.png

And now, as I said before, don't know what this is exactly.



More information about the Digitalmars-d-learn mailing list