View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001682SphereServerexecutable - genericpublic11-12-09 13:4213-12-09 23:26
Reporterfraenir 
Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionunable to reproduce 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001682: Sphere crashes on bad modulo division
DescriptionIf I use something like

local.a=10
local.b=0
local.c= <local.a> % <local.b>

the Sphere crashes. I think that dividing by zero isn't that critical error for server to crash.
TagsNo tags attached.
Nightly Version09-09-2008
Experimental FlagsNone
Option FlagsNone
Internal Build Number
Attached Files

- Relationships

-  Notes
(0000335)
MrSugarCube (administrator)
13-12-09 23:26

With:

[function test_1682]
local.a=10
local.b=0
local.c= <local.a> % <local.b>
serv.log c = <dlocal.c>


I get no crash, just the following messages in the console:

ERROR:(bug_tests.scp,5)Exp_GetVal: Divide by 0
(bug_tests.scp,6)c = 10

- Issue History
Date Modified Username Field Change
11-12-09 13:42 fraenir New Issue
11-12-09 13:42 fraenir Nightly Version => 09-09-2008
11-12-09 13:42 fraenir Experimental Flags => None
11-12-09 13:42 fraenir Option Flags => None
13-12-09 23:26 MrSugarCube Status new => closed
13-12-09 23:26 MrSugarCube Note Added: 0000335
13-12-09 23:26 MrSugarCube Resolution open => unable to reproduce


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker