[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2011-05-15 Thread Joshua Lückers
This bug report is being closed due to your last comment regarding this
being not being reproducible. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at
https://wiki.ubuntu.com/Bugs/Status. Thank you again for taking the time
to report this bug and helping to make Ubuntu better. Please submit any
future bugs you may find.

** Changed in: php5 (Ubuntu)
   Status: Incomplete = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/578064

Title:
  php5 crashed with SIGSEGV in start_thread()

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2011-05-13 Thread Vladimir Kolesnikov
Hi Joshua,

Sorry, I was unable to reproduce the bug in the VM. I am not sure if it
is hardware related but at least it does not happen in maverick.

Vladimir

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/578064

Title:
  php5 crashed with SIGSEGV in start_thread()

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2011-03-14 Thread Chuck Short
Can you install php5-dbg and try to reproduce this again?

Thanks
chuck

** Changed in: php5 (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/578064

Title:
  php5 crashed with SIGSEGV in start_thread()

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2011-03-14 Thread Vladimir Kolesnikov
Don't have 9.10 anymore :-( The bug does not happen in 10.10 though (and
did not happen in 10.04 as far as I remember).

Will try setting up a VM and trying to reproduce it.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/578064

Title:
  php5 crashed with SIGSEGV in start_thread()

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2010-05-27 Thread Thierry Carrez
** Changed in: php5 (Ubuntu)
   Status: Incomplete = New

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/578064
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2010-05-26 Thread Thierry Carrez
So let me get this straight. The crash happens when you run, through
cron, the /usr/bin/php5 -f /var/www/extreme_staging/current/public/wp-
content/plugins/extreme-membership/cron/pmta_reports.php command, while
the /var/www/extreme_staging/current/public/wp-content/plugins/extreme-
membership/cron/pmta_reports.php file doesn't exist, is that right ?

When you say not always, how often do you reproduce the crash ? 99%, 50%, 10% 
of the times ?
If you run the same command outside of cron, you get, I suspect, an error about 
a non-existing file ?

** Changed in: php5 (Ubuntu)
   Importance: Undecided = Low

** Changed in: php5 (Ubuntu)
   Status: New = Incomplete

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/578064
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2010-05-26 Thread Vladimir Kolesnikov
 is that right ?

Yes

 When you say not always, how often do you reproduce the crash ?

The script was scheduled to run every 15 minutes, there were up to 10
crashes a day.

 If you run the same command outside of cron, you get, I suspect, an
error about a non-existing file ?

Yes. I wanted to reproduce the crash by running php under gdb but that
did not work.

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/578064
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2010-05-26 Thread Thierry Carrez
So that means it fails about 10% of the time. Could you attach your
cronjob so that we reproduce with the closest environment ?

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/578064
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2010-05-26 Thread Vladimir Kolesnikov
/etc/cron.d/extrememember

MAILTO=root
*/15 * * * * root /usr/bin/php5 -f 
/var/www/extreme_staging/current/public/wp-content/plugins/extreme-membership/cron/pmta_reports.php

We have recently upgraded to Lucid, PHP 5.3.2. I will check if the error
is still there.

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/578064
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 578064] Re: php5 crashed with SIGSEGV in start_thread()

2010-05-23 Thread Vladimir Kolesnikov
** Visibility changed to: Public

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/578064
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs