GNOME Bugzilla – Bug 533516
Crash in value_intersection()
Last modified: 2008-11-07 15:40:06 UTC
Version: r16575 OS: Ubuntu Hardy Steps to reproduce: - Enter '+{}' (no quotes) into A1 Backtrace: Program received signal SIGSEGV, Segmentation fault.
+ Trace 197932
Thread 3061881440 (LWP 23925)
={} gives the same issue
Created attachment 111048 [details] [review] fixes the crash We should always check that the array size is large enough, there might be other such issues. I'm not sure that #NULL is the correct error in that specific case
Looks good. For good measure we need to return the same error message as Excel, so please wait until we can verify what exactly that is.
Excel rejects the formula on entry.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report. I picked #VALUE instead -- nothing appears to use NULL, except a few dubious places.
*** Bug 559760 has been marked as a duplicate of this bug. ***