CODE
try
{
input_open_file_helper(p_filehint, "http://www.just-something.com/file.mp3", input_open_info_read, p_abort);
}
catch (exception e)
{
.......................
.......................
}
whatever you put in catch block will get a crash, as long as an exception is thrown.
the reason is corruption of heap, anybody can confirm this?