U++ framework
Do not panic. Ask here before giving up.

Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Linux .brc handling bug
Linux .brc handling bug [message #6396] Fri, 10 November 2006 14:13 Go to previous message
zsolt is currently offline  zsolt
Messages: 702
Registered: December 2005
Location: Budapest, Hungary
Contributor
I get "Segmentation fault" when trying to access a binary resource.
I gess that binary resources are compiling into code area and operating system does not allow access to it or the pointer points to a wrong address.

I tried reference/brc as well and it has this problem also.
Debugger stops at memcpy int the next method:
dword MemStream::_Get(void *data, dword size) {
	if(size > (dword)(uintptr_t)(rdlim - ptr))
		size = rdlim - ptr;
	memcpy(data, ptr, size);
	ptr += size;
	return size;
}
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Compile problem in Gentoo-AMD64
Next Topic: Can't Seem to See Console Output While In the Debugger
Goto Forum:
  


Current Time: Mon Apr 27 12:38:27 GMT+2 2026

Total time taken to generate the page: 0.00895 seconds