Changes between Initial Version and Version 1 of Ticket #13067
- Timestamp:
- 07/11/17 20:58:32 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13067
- Property Milestone unknown → 0.28.2
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #13067 – Description
initial v1 1 Calling the Guide service's GetProgramGuide API without supplying any arguments causes a segmentation fault and the backend process to crash.1 Calling the Guide service's !GetProgramGuide API without supplying any arguments causes a segmentation fault and the backend process to crash. 2 2 3 The expected behavior is to return an error ind ecating that required arguments are missing.3 The expected behavior is to return an error indicating that required arguments are missing. 4 4 5 5 The HTTP request: … … 8 8 9 9 Seen in the logs: 10 10 {{{ 11 11 Jul 11 14:16:32 XXXXXXXXXXX mythbackend[23987]: 2017-07-11 14:16:32.438617 I MethodInfo::Invoke - An Exception Occurred 12 12 Jul 11 14:16:32 XXXXXXXXXXX mythbackend[23987]: 2017-07-11 14:16:32.438888 C Received Segmentation fault: Code 1, PID 0, UID 0, Value 0x00000000 13 13 }}} 14 14 Version Info: mythbackend version: fixes/0.28 [v0.28.1-23-gaf98262] www.mythtv.org 15 15
