|
It looks a little tricky. Why it does not crash with args copy? If you don't use a copy of the args, then the second time through that loop, the args structure has been altered by the first loop, ... |
|
dbgint should be declared as int in dbg_net.h
Apparently what matters is size of this variable must be identical between client and server. In my case the server was compiled long, so the client m ... |
|
actually simply int would be sufficient. as it happens, int would work, because my system happens to have 32 bit ints. But on some 128 bit or more system of the future, int may have more. It's ... |
|
If you try to print a string longer than std_sprintf's default 512 char buffer size, dbg-cli crashes. At least for me, on a x86_64 linux machine.
Here's a fix: --- dbgbase/dbgbase_globals.cpp.o ... |
|
Here's a patch to make dbg-cli listen on 64 bit linux machines.
In dgbase_globals.h change: typedef long HRESULT; Into this: #include <inttypes.h> typedef int32_t HRESUL ... |
|
Dmitri,
I'm happy to help diagnose the problem. It's been a while since I've messed around with C++ code and debuggers, but if you have anything you'd like me to try, just let me know. I could ... |
|
I have the problem described in the original post, and I'm unable to get around it. Explicitly calling 'set port' has no effect. The listen command returns immediately and without any error message, ...
|
Page 1 of 1 | All times are GMT - 5 Hours |
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by