GNOME Bugzilla – Bug 534132
opt_rgw hang
Last modified: 2008-08-29 12:55:20 UTC
Version: r16592 OS: Ubuntu Hardy Steps to reproduce: - Enter '=opt_rgw(0,35/45,-1,2/5/2008,F182,2/5/2008,K36)' (no quotes) into A1 Backtrace: Program received signal SIGINT, Interrupt.
+ Trace 198272
Thread 3061267040 (LWP 8272)
adding self to cc list
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Grr, Bugzilla. Never got notification of Morten's update despite clearly having added mysyelf to the cc list. My svn up changes the changelog, doesn't seem to fix the problem, which is getting the first arg of opt_rgw as a float when it should be string. Will attach patch.
Created attachment 117295 [details] [review] Fix opt_rgw documentation. Roll Geske Whaley is a Call option valuation routine. There is no call/put flag. It should never have been there in the first place. The author of this code was a goose when he wrote it and probably still is. ;) Patch fixes the documentation, names in the formula guru etc.
(In reply to comment #2) > This problem has been fixed in the development version. For reference: http://svn.gnome.org/viewvc/gnumeric?view=revision&revision=16633 and it is included as of 1.9.1. AFAICT, this just leaves the updated documentation (comment #4) to be added before this report can be closed.
Comment on attachment 117295 [details] [review] Fix opt_rgw documentation. This clearly matches the code better than the old version. Please commit.
As noted in comment #2, comment #5, the crash is fixed as of 1.9.1 I've now committed the improved description: http://svn.gnome.org/viewvc/gnumeric?view=revision&revision=16755 and with that, I'm now closing this report.