Opened on Dec 23, 2005 at 5:33:02 PM
Closed on Jan 16, 2006 at 11:29:40 PM
Last modified on Sep 18, 2006 at 9:47:10 PM
#65 closed defect (fixed)
Cyberduck crashes after repeated editing of a file via SFTP
Reported by: | james@… | Owned by: | dkocher |
---|---|---|---|
Priority: | highest | Milestone: | 2.5.4 |
Component: | core | Version: | 2.5.3 |
Severity: | major | Keywords: | java |
Cc: | Architecture: | ||
Platform: |
Description (last modified by dkocher)
To reproduce...
- Open an SFTP connection.
- Select a file, and click 'edit'
- Use SubEthaEdit to edit this file, and save it
- On the ninth edit/save (though not sure if this number is reproducible), Cyberduck saves the edit correctly, sends a Growl notification, and promptly silently crashes (i.e. disappears and is no longer a running app).
The console says...
ObjCJava FATAL: jobjc_lookupObjCObject(): returning garbage collected java ref for objc object of class ch/cyberduck/core/sftp/SFTPPath ObjCJava Exit
Change History (8)
comment:1 Changed on Dec 23, 2005 at 5:35:32 PM by james@…
comment:2 Changed on Jan 5, 2006 at 12:24:05 AM by namxam@…
- Keywords java added
- Priority changed from high to highest
- Version changed from 2.5.2 to 2.5.3
ok, i can confirm it, but i think i have a different message in my log files. as the crash reporter came up, i send the stuff both, to apple and the cyberduck (team). the entry from the log reads like:
Jan 5 01:16:07 lala /Applications/Cyberduck.app/Contents/MacOS/Cyberduck: An unexpected Java error has been detected by HotSpot Virtual Machine.
i problems with 2.5.2 too, but now that i am using 2.5.3 crashes increased a lot. right now i would say it happens so often, that i cant use cyberduck for this specific task.
comment:3 Changed on Jan 6, 2006 at 7:42:51 PM by dmd@…
Reproducible with textmate - this is a cyberduck issue, not a subethaedit interaction issue, in case that was in question.
comment:4 Changed on Jan 6, 2006 at 10:59:35 PM by dkocher
- Status changed from new to assigned
comment:5 Changed on Jan 6, 2006 at 11:01:21 PM by dkocher
- Component changed from sftp to core
comment:6 Changed on Jan 14, 2006 at 11:51:55 AM by dkocher
- Milestone changed from 2.6 to 2.5.4
comment:7 Changed on Jan 16, 2006 at 11:29:40 PM by dkocher
- Description modified (diff)
- Resolution set to fixed
- Status changed from assigned to closed
As an additional comment, the '9' number above is not reproducible; it seems to crash "every so often", rather than every ninth edit.