D - D alpha crashes with Win 98 (again)
- John Fletcher (8/8) Apr 09 2002 Hi
- John Fletcher (9/17) Apr 09 2002 The problem is not the compiler, as the object code for a miminal progra...
- John Fletcher (7/15) Apr 09 2002 I have tried the following:
- Walter (4/12) Apr 09 2002 Thanks for discovering this. I have it fixed, and it'll go out in the ne...
- John Fletcher (4/6) Apr 10 2002 Not at all. It wasn't difficult to spot. 0.26 works O.K. for me.
Hi I have just picked up on D again and, guess what, it again crashes with a page fault on Win98, this time on start up. I have had this on 0.25, 0.23 and 0.22 but not on 0.20. Sorry, I haven't been doing any testing lately. I am using a version of DM C++ which reports as 8.25.1, in case that is significant. John
Apr 09 2002
John Fletcher wrote:Hi I have just picked up on D again and, guess what, it again crashes with a page fault on Win98, this time on start up. I have had this on 0.25, 0.23 and 0.22 but not on 0.20. Sorry, I haven't been doing any testing lately. I am using a version of DM C++ which reports as 8.25.1, in case that is significant. JohnThe problem is not the compiler, as the object code for a miminal program int main(char[][] args) { return 0; } is identical in 0.20 and 0.22 and the second one crashes. It must be somewhere in the library..... John
Apr 09 2002
John Fletcher wrote:The problem is not the compiler, as the object code for a miminal program int main(char[][] args) { return 0; } is identical in 0.20 and 0.22 and the second one crashes. It must be somewhere in the library..... JohnI have tried the following: compile with 0.22, use library from 0.20 RUNS minimal and hello compile with 0.25, use library from 0.20 PAGE FAULT ERROR with minimal. I hope this helps. John .
Apr 09 2002
Thanks for discovering this. I have it fixed, and it'll go out in the next patch. -Walter "John Fletcher" <J.P.Fletcher aston.ac.uk> wrote in message news:3CB2EC1C.330564F2 aston.ac.uk...Hi I have just picked up on D again and, guess what, it again crashes with a page fault on Win98, this time on start up. I have had this on 0.25, 0.23 and 0.22 but not on 0.20. Sorry, I haven't been doing any testing lately. I am using a version of DM C++ which reports as 8.25.1, in case that is significant. John
Apr 09 2002
Walter wrote:Thanks for discovering this. I have it fixed, and it'll go out in the next patch. -WalterNot at all. It wasn't difficult to spot. 0.26 works O.K. for me. Thanks John
Apr 10 2002