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  |
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;
}
|
|
|
 |
|
Linux .brc handling bug
By: zsolt on Fri, 10 November 2006 14:13
|
 |
|
Re: Linux .brc handling bug
By: mirek on Sat, 11 November 2006 13:42
|
 |
|
Re: Linux .brc handling bug
By: zsolt on Sat, 11 November 2006 15:02
|
 |
|
Re: Linux .brc handling bug
By: zsolt on Sat, 11 November 2006 15:36
|
 |
|
Re: Linux .brc handling bug
By: zsolt on Tue, 19 December 2006 14:13
|
 |
|
Re: Linux .brc handling bug
By: Balage on Tue, 19 December 2006 15:37
|
 |
|
Re: Linux .brc handling bug
By: zsolt on Tue, 19 December 2006 18:41
|
 |
|
Re: Linux .brc handling bug
By: Balage on Tue, 19 December 2006 19:23
|
 |
|
Re: Linux .brc handling bug
By: zsolt on Tue, 19 December 2006 20:56
|
 |
|
Re: Linux .brc handling bug
By: mirek on Tue, 19 December 2006 21:26
|
 |
|
Re: Linux .brc handling bug
By: Balage on Tue, 19 December 2006 22:36
|
 |
|
Re: Linux .brc handling bug
By: mirek on Tue, 19 December 2006 23:36
|
 |
|
Re: Linux .brc handling bug
By: Balage on Wed, 20 December 2006 00:06
|
Goto Forum:
Current Time: Thu Jun 12 15:38:26 CEST 2025
Total time taken to generate the page: 0.05554 seconds
|