Ok the problem was fix with an upgrade from 7.04 to 7.10 x64 server version.
In ver. 7.10 the patch were available.
For now everything work fine.
--
php5 5.2.3-1ubuntu6.1 introduced segfault regression
https://bugs.launchpad.net/bugs/173043
You received this bug notification because you are a me
For anyone still experiencing problems, please see bug 173817 and bug
165247. Further information (such as backtraces, steps to reproduce,
etc) is needed in 173817.. Note that 165247's testcase crashes both
with 5.2.3-1ubuntu6 and 5.2.3-1ubuntu6.2.
--
php5 5.2.3-1ubuntu6.1 introduced segfault r
Actually, after searching the php bugs, I believe my segfault is that of
bug #165247 since my phpwiki installation uses db4 for storage.
The php4-mixup is probably caused by some faulty installation script not
removing the config files and not related to the current issue.
--
php5 5.2.3-1ubuntu6
Hi i have the same problem since i've done update of libapache2-mod-
php5_5.2.1-0ubuntu1.5_amd64 (also update php5 and php5_cli).
I'm using 7.04 x86 distib on LAMP server mode.
I have segment fault in few applications (coming time to time ...).
I didn't find any release to fix this bug in this v
Sampo, please open a new bug... something else must be going on since
the originally reported problem seems to be fixed at least for some
people. I'm worried about your report since you mentioned you had php4
installed which isn't possible in gutsy -- it was removed in Feisty.
Are other parts of y
Sorry I had not seen Kees ' comment (comment #15). Sorry too for the
noise..
--
php5 5.2.3-1ubuntu6.1 introduced segfault regression
https://bugs.launchpad.net/bugs/173043
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-
This problem probably affects too every other versions from Dapper to
Feisty (even I have no evidence of that on one of my Feisty server) as
the header is absent from the session.c of each other Ubuntu release.
--
php5 5.2.3-1ubuntu6.1 introduced segfault regression
https://bugs.launchpad.net/bug
I'm sorry to inform you that the current patch (5.2.3-1ubuntu6.2) does
not fix segfaults for me.
I have several wikis running on a single phpwiki installation, for
several years now. Immediately after upgrading to Gutsy they stopped
working, and every access to any of their pages causes a line in
Update published: http://www.ubuntu.com/usn/usn-549-2
** Changed in: php5 (Ubuntu)
Status: Fix Committed => Fix Released
--
php5 5.2.3-1ubuntu6.1 introduced segfault regression
https://bugs.launchpad.net/bugs/173043
You received this bug notification because you are a member of Ubuntu
Bug
@Malcolm and @Kees.
Great job!!! Thank you very much, now I can go on working.
Greetz from Gemany.
--
php5 5.2.3-1ubuntu6.1 introduced segfault regression
https://bugs.launchpad.net/bugs/173043
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact
Confirmed that the proposed change fixes the segfaults. Additionally,
this only affects Gutsy, not Dapper, Edgy, Feisty. Thanks again for
hunting down the problem! This has been uploaded to the security queue
and should be published shortly.
** Changed in: php5 (Ubuntu)
Status: Confirmed
I've finally been able to reproduce this issue. I will be testing the
fixes shortly.
--
php5 5.2.3-1ubuntu6.1 introduced segfault regression
https://bugs.launchpad.net/bugs/173043
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
Hi, I've got almost the same bug on amd64
Like it does for uwe, phpmyadmin crash on start page (wich is quite annoying)
Here is the kind of message in /var/log/apache2/error.log when trying to access
phpmyadmin
[Sun Dec 02 13:25:46 2007] [notice] child pid 5622 exit signal Segmentation
fault (11
My configuration is essentially the same as yours (I removed the Alias
line from /etc/phpmyadmin/apache.conf and used a symlink instead, but I
doubt that affects the bug). What arch are you using -- perhaps the bug
only manifests itself on amd64?
I did also find that certain things would cause th
I have not been able to reproduce this problem still. My configuration
is:
- php5-cgi in use via mod_actions
- phpmyadmin installed with default apache.conf Included in default site config
I have been logging in and out of phpmyadmin without any crashes yet.
How is your system configured?
--
Excellent work tracking this down! I will get the new version compiled
and published.
** Changed in: php5 (Ubuntu)
Importance: Undecided => High
Assignee: (unassigned) => Kees Cook (keescook)
--
php5 5.2.3-1ubuntu6.1 introduced segfault regression
https://bugs.launchpad.net/bugs/173043
Got it! The necessary header for php_url_encode wasn't included, and
the implicit declaration wasn't quite right. The following patch
appears to stop the segfaults:
--- ext/session/session.c.orig 2007-12-01 05:41:38.502160889 +
+++ ext/session/session.c 2007-12-01 05:27:50.052388781 +
I've reproduced the crash using a self-compiled package with debug
symbols (DEB_BUILD_OPTIONS=nostrip,debug). Here's the backtrace:
#0 0x2b886ee62b50 in strlen () from /lib/libc.so.6
#1 0x0051f4e4 in php_session_reset_id () at
/home/malcolm/srcfphpbuild/php5-5.2.3/ext/session/sessi
Hi @all,
on my machine, the same behavior exists, after upgrading php5-cgi and
php5-cli 5.2.3-1ubuntu6.1 today.
phpMyAdmin crashes on startpage. Other sites crash, when I try to login
at the backend. My investigations have shown, that php5-cgi crashes
during the initSession process via function s
Crash report attached for a crash in phpMyAdmin (just loading the login
form), with the rebuilt imap and mcrypt modules installed.
** Attachment added: "Crash report (phpMyAdmin)"
http://launchpadlibrarian.net/10670256/_usr_lib_cgi-bin_php5.33.crash
--
php5 5.2.3-1ubuntu6.1 introduced segfaul
Rebuilding the imap and mcrypt did not stop the segfaults.
--
php5 5.2.3-1ubuntu6.1 introduced segfault regression
https://bugs.launchpad.net/bugs/173043
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
These are standard debs from the gutsy-security repository.
A variety of different scripts are crashing, including phpMyAdmin,
Gallery, MediaWiki, etc.
There are several pertinent crash reports in /var/crash but
unfortunately they're likely to contain user data (MySQL passwords etc.)
-- I'll see
It seems the crash location (eip) is different each time, and in a high
location. That would imply it is crashing in a loaded library. Can you
try this and see if it fixes your issue:
cd /tmp
apt-get source php-mcrypt php-imap
sudo apt-get install build-essential fakeroot devscripts
sudo
Are there crash reports in /var/crash for php5? If so, please attach
them, it may help narrow down the problem.
** This bug has been flagged as a security issue
--
php5 5.2.3-1ubuntu6.1 introduced segfault regression
https://bugs.launchpad.net/bugs/173043
You received this bug notification beca
24 matches
Mail list logo