Message3685

Author jesusalva
Recipients fluzz
Date 2020-05-15.05:14:32
Content
When you try switching the item, it forces the placement of the item on the 
floor. If there is no more space to drop items, it silently explodes (not even 
a traceback O.o)


The guilt is items.c:590, function "MakeHeldFloorItemOutOf".
It calls Terminate(EXIT_FAILURE), so not traceback is produced.


Review Request 2402 will get rid of both DebugPrintf and Terminate in favor of 
error_message(IS_FATAL).

The ideal behavior, however, would be canceling the operation, reason why I 
assing this to fluzz and raise priority to "important". (Why not critical if it 
is a crash, again? Meh, nevermind.)
History
Date User Action Args
2020-05-15 05:14:32jesusalvasetmessageid: <1589519672.71.0.0220387046687.issue966@freedroid.org>
2020-05-15 05:14:32jesusalvasetrecipients: + fluzz
2020-05-15 05:14:32jesusalvalinkissue966 messages
2020-05-15 05:14:32jesusalvacreate