[Issue 15514] Segfault when calling valid D code from C

2022-10-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15514 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15514] Segfault when calling valid D code from C

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15514 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #2 from

[Issue 15514] Segfault when calling valid D code from C

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15514 --- Comment #3 from ag0ae...@gmail.com --- I think the problem is that the memory for the closure is allocated as soon as the initialize function is entered, i.e. before the call to Runtime.initialize. --

[Issue 15514] Segfault when calling valid D code from C

2016-01-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15514 --- Comment #1 from Puneet Goel --- (In reply to Puneet Goel from comment #0) > Created attachment 1571 [details] > D and C code files along with makefile > > Trying to call D code from C is resulting in segfault. Kindly see