<div dir="ltr"><div><div><div><div><div>Hi Maxim,<br><br></div>Thanks for a fast reply!<br><br></div>Indeed, I didn't mean to reload configuration. After instructing gdb not to forward SIGHUP to the process being debugged, everything start to work like a charm.<br></div>Thanks for help!<br><br>--<br></div>WBR,<br></div>Andrey<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 27 June 2016 at 16:34, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<span class=""><br>
On Mon, Jun 27, 2016 at 12:30:19PM +0300, Andrey Kulikov wrote:<br>
<br>
> I stuck in rather strange situation: if I run nginx under debugger, and<br>
> request zero-length file it gives me correct reply on first connection. But<br>
> on second connection it reply it output part of debug log (what supposed to<br>
> be written to debug log, but wasn't).<br>
> At the same time if nginx runs normally (without debugger attached) -<br>
> everything works as it should.<br>
><br>
> Is is normal situation when nginx runs under debugger?<br>
<br>
</span>No, it's not.  Though it looks like you are using 'master_process<br>
off' and reloading the configuration:<br>
<br>
[...]<br>
<br>
> master_process off;<br>
<br>
[...]<br>
<span class=""><br>
> 2016/06/27 12:24:30 [notice] 32736#0: signal 1 (SIGHUP) received, reconfiguring<br>
<br>
</span>This can cause various unexpected effects.  If you didn't mean to<br>
do a reload - check your debugger documentation if it's<br>
responsible for this.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" rel="noreferrer" target="_blank">http://nginx.org/</a><br>
<br>
_______________________________________________<br>
nginx-devel mailing list<br>
<a href="mailto:nginx-devel@nginx.org">nginx-devel@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx-devel" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx-devel</a><br>
</font></span></blockquote></div><br></div>