I have just started using this program, and I am just getting my head around the terminology, let alone the technology. Anyway I keep getting visits from the Grim Reaper, snd then my system freezes. The crash happens in the newlib.library, and I have posted a crashlog here
This instruction caused the crash: lbz r0,108(r17)
And both r0 and r17 are NULL at that time, altough only r17 is the guilty one. The program is simply accessing a NULL pointer. A simple beginners fault: a missing NULL pointer check. But the bug is not in newlib.library, but in the torrent client, passing a NULL argument to vfprintf().
and zero pointer is then forwarded to lots of sub functions and ends up in vfprintf() in newlib.
Antique will need to have a look at it find and fix the problem, it might where well be that he has never seen the warning or just ignored the problem.
I know he is currently working on newer version of CTorrent.
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
Thanks for the info. I will try to look into this problem,but i don't get this error myself. Working very well here. just started work on a new version. Hopefully it won't take ages to complete. And hopefully i can fix your problems.
[Quote] i suggest you try Transmission from os4depot instead. has a nice gui and its been very stable here for the last few months (3-4). ofcourse you could send bug reports to the author of the os4 port of CTorrent but i expect he will say the same.[/quote]
Thanks for that I had it up and running in no time.
Just a couple of questions.
What happens if I have to re-boot my Amigaone? I have just come in this morning and transmission is chugging away fine. I launched IBrowse which immediatley crashed throwing a GR.
What would happen if I paused the download in transmission, and re-booted? Would the torrent start from the same place, or would it start all over again?
Thanks for the info. I will try to look into this problem,but i don't get this error myself. Working very well here. just started work on a new version. Hopefully it won't take ages to complete. And hopefully i can fix your problems.
I have several crashlogs if that would help. Also it doesn't happen with all torrents, some download fine, some crash immediatley, and some crash after an unspecified amount of time. Anyway, good to hear you are aware of the problem.
I'm aware of the limit in filesizes,but i need a new sdk with support for commands that supports bigger files than +2/4 gig files. Until then there's not much i can do really.
Are all the crashlogs caused by the vfprintf? If not then i'd like you to share them.
I have just looked at them, and they all are newlib.library.kmod, and all have a asterix against lbz r0,108(r17). So I presume they are all the same error.