﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
1333	Crashes in timer code when ngx_log_debug is on	lev.apcera.com@…		"There is now code that looks like 
https://github.com/nginx/nginx/blob/6454225872c058c2705fc1e207ce4bb503b2e12a/src/event/ngx_event_timer.h#L69-L71

`ngx_log_debug3(NGX_LOG_DEBUG_EVENT, ...ngx_event_ident(ev->data), ...);`

ngx_event_ident takes an ngx_connection*, we use timers with custom data pointers in our code, not tied to a specific connection, so the above line crashes in debug mode.

There are several other instances of this, easily greppable"	defect	closed	minor		nginx-core	1.13.x	invalid			Linux lbrouk2-c09380ed 3.13.0-108.155-generic #apcera1 SMP Sun Jan 22 01:41:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux	nginx/1.12.1 (same in 1.13.3)
