namespace HttpConsoleApplication;
type
Program = class
public
class method Main(args: array of String): Int32;
begin
var response := Http.ExecuteRequestSynchronous(new HttpRequest(Url.UrlWithString('http://api.isailed.com/'),HttpRequestMode.Get));
end;
end;
end.
I get a Fatal exception of type SIGSEGV on thread 7BBB
Yes, “Unbreak Now” is the highest level of priority. It doesn’t mean it’s the only issue at that priority, so its not necessarily at the very top of the list, but its as high up as its gonna get.
I wanted to debug this myself. If you look at the screen shot, only the first item in the stack has a line number and when I click on the line in Nullable the locals isnt populated. It is possible to provide more context, because I cant tell from that what might be the issue
It looks like the other lines don’t have debug symbols, because they are on system libraries?
As for the locals, do those fail everywhere in Island/Linux/arm, or just in this particulate stack frame on this project? This sounds like a potential debugger bug/limitation; I can log to have that looked at next week. Unfortunately I don’t have any Linux/arm hardware to rest with myself, so someone else form the team will need to have a look.
Do you still get this with last fridays’ build @JohnMoshakis?
If so, can you tell me more about your RPI? Additionally, do you have libcurl.so installed?
If not, can you install libcurl.so?
Fwiw it now gives a proper error instead of AV:
Remote debugging from host 127.0.0.1
~> Process ConsoleApplication131 started
~> Downloading symbols; see build log for details and progress...
!> Fatal exception of type RemObjects.Elements.System.Exception on thread 1E2B
!> Message: libcurl.so is missing
#> (edb)
I tried to install libcurl3 and it looks like its already installed
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
curl
The following packages will be upgraded:
curl libcurl3
2 upgraded, 0 newly installed, 0 to remove and 346 not upgraded.
Need to get 482 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n]