Attempting to write a plugin

Alexandr Gomoliako zzz at zzz.org.ua
Sat Mar 17 01:29:12 UTC 2012


> I'm afraid all that did was showed me that the crash was happening in the
> gzip filter - but it wasn't crashing before I added my module so I'm still
> lost...

I guess you have no choice but to play with gdb. It's not that hard actually:

    gdb --args ./objs/nginx -p mynginx
    > r
    ...
    > bt



More information about the nginx-devel mailing list