Menu

#147 Crash when sin(a[0]), if a is multidimentional

unix
open
aurelius
libenglab (121)
9
2008-07-15
2008-07-09
No

For example:

int a[3,200,200];
sin(a[0]) -> Crash

But
b=a[0]+a[1] -> OK

Generally it crashes in functions but not in operations

Discussion

  • Charalampos Serenis

    • assigned_to: bobomastoras --> sg_aurelius
     
  • Charalampos Serenis

    Logged In: YES
    user_id=1889072
    Originator: NO

    The problem is in expressionParser.setExpression
    There is an access to deque.back() with a deque containing zero elements

     
MongoDB Logo MongoDB