Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Writes to freed blocks detected
Writes to freed blocks detected [message #20050] |
Fri, 13 February 2009 17:22  |
darthspawn
Messages: 58 Registered: February 2009
|
Member |
|
|
I have this error:
PANIC: Writes to freed blocks detected
The project is a recorder that receive from a socket 300-400 string every second.
I don't know how to resolv this thing. Thank you!
Sam
Sorry, I wrong the section. Could a moderator move the topic? thanks!
[Updated on: Fri, 13 February 2009 17:24] Report message to a moderator
|
|
|
|
|
Re: Writes to freed blocks detected [message #20070 is a reply to message #20068] |
Mon, 16 February 2009 10:47   |
darthspawn
Messages: 58 Registered: February 2009
|
Member |
|
|
I think that the problem is the class socket that I use. I have tryed to use the u++ socket but I have some linking problem.. I don't understand why!
C:/Lavori/Kosmos/Vcc/KMarketRecord/main.cpp:10: undefined reference to `Upp::Socket::ReadUntil(char, int, int)'
C:/Lavori/Kosmos/Vcc/KMarketRecord/main.cpp:18: undefined reference to `Upp::Socket::Close(int)'
but in my code I don't use that function in that way!
ipsck_Socket->ReadUntil('\n');
ipsck_Socket->Close();
[Updated on: Mon, 16 February 2009 10:52] Report message to a moderator
|
|
|
|
Goto Forum:
Current Time: Sun Apr 27 18:18:57 CEST 2025
Total time taken to generate the page: 0.01184 seconds
|