SPECS: php-pecl-esmtp.spec - crashes for me (add TODO)
glen
glen at pld-linux.org
Tue Sep 20 00:06:59 CEST 2005
Author: glen Date: Mon Sep 19 22:06:59 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- crashes for me (add TODO)
---- Files affected:
SPECS:
php-pecl-esmtp.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/php-pecl-esmtp.spec
diff -u SPECS/php-pecl-esmtp.spec:1.10 SPECS/php-pecl-esmtp.spec:1.11
--- SPECS/php-pecl-esmtp.spec:1.10 Wed Sep 14 22:30:00 2005
+++ SPECS/php-pecl-esmtp.spec Tue Sep 20 00:06:54 2005
@@ -1,4 +1,22 @@
# $Revision$, $Date$
+# TODO
+# - fix build (see %%build)
+# - crashes for me:
+# # gdb --args php -r 'echo "11\n";'
+#[...]
+#Program received signal SIGSEGV, Segmentation fault.
+#0xb7f4732e in _zval_ptr_dtor () from /usr/lib/libphp_common-5.0.5.so
+#(gdb) bt
+#0 0xb7f4732e in _zval_ptr_dtor () from /usr/lib/libphp_common-5.0.5.so
+#1 0xb7fd7dbb in zm_shutdown_esmtp () from /usr/lib/php/esmtp.so
+#2 0xb7f56478 in module_destructor () from /usr/lib/libphp_common-5.0.5.so
+#3 0xb7f59268 in zend_hash_clean () from /usr/lib/libphp_common-5.0.5.so
+#4 0xb7f5930c in zend_hash_graceful_reverse_destroy () from /usr/lib/libphp_common-5.0.5.so
+#5 0xb7f51cd6 in zend_shutdown () from /usr/lib/libphp_common-5.0.5.so
+#6 0xb7f1491e in php_module_shutdown () from /usr/lib/libphp_common-5.0.5.so
+#7 0x0804acc9 in main ()
+#(gdb)
+
%define _modname esmtp
%define _status alpha
%define _sysconfdir /etc/php
@@ -88,7 +106,7 @@
%files
%defattr(644,root,root,755)
-%doc %{_modname}-%{version}/{CREDITS,EXPERIMENTAL,NOTES,TODO}
+%doc %{_modname}-%{version}/{CREDITS,NOTES,TODO}
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/%{_modname}.ini
%attr(755,root,root) %{extensionsdir}/%{_modname}.so
@@ -98,6 +116,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2005/09/19 22:06:54 glen
+- crashes for me (add TODO)
+
Revision 1.10 2005/09/14 20:30:00 glen
- rel 3
@@ -106,7 +127,8 @@
Revision 1.8 2005/09/13 22:52:56 glen
- added conf.d, add php api version require
-- note ./configure broken on i686 without a reason and can't find how to fix it (lame patch on generated configure added)
+- note ./configure broken on i686 without a reason and can't find how
+ to fix it (lame patch on generated configure added)
Revision 1.7 2005/09/13 21:16:43 glen
- superfluous BR libtool removed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php-pecl-esmtp.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list