-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Occasional segfault with Joomla 3.4.6 #6793
Comments
I've also had one of our servers report a similar issue with this (Wordpress however):
Let me know if you would like me to try and replicate in a debug version in order to get a full backtrace?
|
Might be fixed with 47cff55 Can you reproduce with a nightly build? |
Tested using nightly debug and unable to replicate the crash :) |
leaving open for @CreativeProgramming to respond, will close in 2 weeks or at 3.12 if no response |
@CreativeProgramming Are you still seeing the segfault with HHVM and Joomla? ( same as #5520 ) I've been working on and off at getting the php unit tests for Joomla working ( see joomla/joomla-cms#10220 ), right now we are faced with some HHVM issues like |
Going to close this for now as there are more specific issues open for the known problems. If anyone gets a repro please let me know and I will reopen. |
@CreativeProgramming Joomla staging now passes unit tests on HHVM 3.15.3 and the pre-release 3.7.0 Alpha 1 should be testable for developer site preview with HHVM 3.15.3+ |
This is what i get in the stacktrace .log in tmp folder when it happens (I'm using latest hhvm on ubuntu apt repo):
this is the JData constructor method signature:
this is how is getting invoked at entry.php:96:
Can I provide more data to help you debbugging it? let me know
The text was updated successfully, but these errors were encountered: