Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: general protection ip:433f61 sp:7fff5773b630 error:0 in nginx[400000+a6000]
./configure -CFLAGS+=-O -ggdb --conf-path=/etc/nginx/nginx.conf
--error-log-path=/var/log/nginx/error.log
--http-client-body-temp-path=/var/lib/nginx/body
--http-fastcgi-temp-path=/var/lib/nginx/fastcgi
--http-log-path=/var/log/nginx/access.log
--http-proxy-temp-path=/var/lib/nginx/proxy
--http-scgi-temp-path=/var/lib/nginx/scgi
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock
--pid-path=/var/run/nginx.pid --with-debug --with-http_addition_module
--with-http_dav_module --with-http_geoip_module --with-http_gzip_static_module
--with-http_image_filter_module --with-http_realip_module
--with-http_stub_status_module --with-http_ssl_module --with-http_sub_module
--with-http_xslt_module --with-ipv6 --with-mail --with-mail_ssl_module
--add-module=/build/buildd/nginx-1.0.0/debian/modules/nginx-echo
--add-module=/build/buildd/nginx-1.0.0/debian/modules/nginx-upstream-fair
make clean
make
make install
верно ?
03.05.2011, в 11:12, Anton Yuzhaninov написал(а):
> On 05/03/11 10:55, Валера Харсеко wrote:
>> Не совсем понял что понимается по strip -ом: отсутствие debug info или
>> какой-то параметр при сборке ?
>
> Чтобы в бинарнике были отладочные символы нужно:
> 1. Собрать с ними - CFLAGS+=-O0 -ggdb
>
> 2. При установке их не strip-ать. Обычно используется install -S, а нужно
> просто install
>
> Через apt-get получить бинарник с символами скорее всего не получится, так
> что нужно собрать из исходников (исходники не удаляйте - они будут для нужны
> анализа корок в gdb).
>
> --
> Anton Yuzhaninov
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@xxxxxxxxx
> http://nginx.org/mailman/listinfo/nginx-ru
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|