Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - System Error (Access Violation at 001B:01D95977)
Walter I got the following when compiling my version of the whereis program for DMC++. Is this something immediately obvious, or would you now like me to try and distill it down? sc ..\whereis.cpp -mn -WA -3 -a8 -c -D_CONSOLE=1 -I..\..\..\..\include\stlsoft -o..\whereis.obj Error: System Error (Access Violation at 001B:01D95977) Lines Processed: 147875 Errors: 0 Warnings: 0 Build failed Matthew Nov 25 2002
I need a small reproducible sample. "Matthew Wilson" <dmd synesis.com.au> wrote in message news:arunpb$1jn8$1 digitaldaemon.com...Walter I got the following when compiling my version of the whereis program for DMC++. Is this something immediately obvious, or would you now like me to try and distill it down? sc Nov 26 2002
I'll do my best. The code is a little involved ... :) "Walter" <walter digitalmars.com> wrote in message news:as06f5$8ok$1 digitaldaemon.com...I need a small reproducible sample. "Matthew Wilson" <dmd synesis.com.au> wrote in message news:arunpb$1jn8$1 digitaldaemon.com...Walter I got the following when compiling my version of the whereis program for DMC++. Is this something immediately obvious, or would you now like me Nov 26 2002
I suspect so :-( My experience with that is that nearly always it can be reduced to 20 lines or less. "Matthew Wilson" <dmd synesis.com.au> wrote in message news:as0k13$nh8$1 digitaldaemon.com...I'll do my best. The code is a little involved ... :) "Walter" <walter digitalmars.com> wrote in message news:as06f5$8ok$1 digitaldaemon.com...I need a small reproducible sample. "Matthew Wilson" <dmd synesis.com.au> wrote in message news:arunpb$1jn8$1 digitaldaemon.com...Walter I got the following when compiling my version of the whereis program Nov 26 2002
It's a NULL access, at 0x00429E03 (scppn.exe, version 8.30). Am working on a minimal precipitating code set now "Walter" <walter digitalmars.com> wrote in message news:as0qgo$ud7$2 digitaldaemon.com...I suspect so :-( My experience with that is that nearly always it can be reduced to 20 Nov 26 2002
Esteemed compiler Walter, you are indeed correct. I have managed to distill it down enormously. The attached code causes a crash in scppn.exe : access violation reading from 0x0000000. Instruction is at 0x00429E03 in 8.30, and at 0x00429F7B in 8.31. Hope this can be fixed easily and speedily, as I reckon I'll get all that code we talked about to you toute suite if so. Thanks Matthew "Walter" <walter digitalmars.com> wrote in message news:as0qgo$ud7$2 digitaldaemon.com...I suspect so :-( My experience with that is that nearly always it can be reduced to 20 Nov 27 2002
Ok, I'll have a look now <g>. -Walter "Matthew Wilson" <dmd synesis.com.au> wrote in message news:as20t1$27bp$1 digitaldaemon.com...Esteemed compiler Walter, you are indeed correct. I have managed to distill it down enormously. The attached code causes a crash in scppn.exe : access violation reading from 0x0000000. Instruction Nov 27 2002
|