View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000410 | Xdebug | public | 2008-10-02 04:32 | 2010-02-17 00:31 | |
Reporter | dyrathror | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0000410: Apache crashes on Vista with xDebug installed | ||||
Description | Im working with Netbeans PHP on Vista. In NB 6.5b and the NB nightly build with Apache 2.2.8 I got connection losses to xDebug so I upgraded to Apache 2.2.9. Now Apache crashes already without initiating a debug session when I try to browse my PHP website. When I uninstall xDebug everything runs fine (only that I cannot debug any more). | ||||
Tags | No tags attached. | ||||
Operating System | Windows Vista | ||||
PHP Version | 5.2.6 | ||||
has duplicate | 0000449 | resolved | derick | vista sp1 x64 xdebug 2.0.4 in xampp 1.7.1 apache crashes randomly |
has duplicate | 0000438 | resolved | derick | xDebug Crashes PHP When Enabled |
has duplicate | 0000481 | resolved | derick | Using 2.0.5 windows build crashes w/ debugger enabled |
has duplicate | 0000436 | resolved | derick | XDebug crash with Apache 2.2 with PHP 5.2.9-1 |
has duplicate | 0000452 | resolved | derick | PHP 5.3 TS VC9 crashes when Xdebug is enabled |
has duplicate | 0000399 | resolved | derick | Error 502.2 Bad Gateway always thrown on Vista |
has duplicate | 0000454 | resolved | derick | Official XDebug binary crash with PHP 5.3.0 |
has duplicate | 0000430 | resolved | derick | php.exe crash (Access violation) when debug_enable( ) called |
has duplicate | 0000426 | resolved | derick | Xdebugger crashes at the time of debugging |
has duplicate | 0000397 | resolved | derick | XDebug is crashing Apache on Windows |
has duplicate | 0000387 | resolved | derick | xdebug 2.0.3 causes crash Apache server 2.2.9 |
has duplicate | 0000383 | resolved | derick | PHP crash: PHP has encountered an Access Violation at 01948493 |
has duplicate | 0000377 | resolved | derick | Access Violation at 00DA8493 |
has duplicate | 0000350 | resolved | derick | Apache crashes with xdebug 2.0.2 as Zend ext. on Vista |
|
Same here. I'm using XAMPP v1.6.8 which contains: Apache HTTPD 2.2.9PHP 5.2.6I added: php_xdebug-2.0.3-5.2.5.dllAnd Eclipse PDT as debug client. Apache crashes frequently with the xdebug dll added to the php.ini, and never crashes when the xdebug dll is removed.... edited on: 2008-10-02 21:30 |
|
I went back to Apache 2.2.6 and this version works fine. |
|
I also have the same problem. xdebug2.0.x will crash Apache intermittently on Vista. Is anyone looking into this? |
|
I also have the same problem.xdebug2.0.x will crash Apache intermittently on Vista especially with phpMyAdmin. It works fine with XP. The last version of XDebug doesn't solve the problem. |
|
I think this is a problem with php5apacheX_X.dll and not with XDebug. Because I have the same problem with WAMP under Vista with both XDebug and ZendDebug. But when I changer http.conf in a way to use php-cgi.exe instead php5apache2_2.dll, everything became fine. |
|
How exactly did you change your httpd.conf to get it to work? Simply replacing the loadmodule line with php-cgi.exe instead of php5apacheX_X.dll does not work. |
|
To use Apache with php-cgi.exe you have to : 1) Comment the following line in httpd.conf : #LoadModule php5_module "path_to_php_dir/php5apacheX_X.dll" 2) Follow the instructions in this page : http://windows.fyicenter.com/view.php?ID=68&R=71 Note : If you use WAMP, the php.ini file used by php-cgi.exe is the one that is in the same folder (not the one used by php5apacheX_X.dll which is in the apache folder). |
|
Doing the above - having apache use php-cgi.exe instead of the .dll does seem to allow the use of Xdebug to work without it crashing apache in Vista. However the performance of php serving pages has dramatically gone down. The main page content comes up quickly, but it takes a long time before Firefox says the page is done loading. What would cause this performance change? What is the difference between having apache use the PHP .dll versus running PHP-CGI.exe? |
|
Also, dyrathror, I tried going back to using Apache 2.2.6 via WAMP and it made no difference. Xdebug still causes apache2.2.6 to hang when its installed as a PHP extension. |
|
Hmmm, on my machine it seemed to work with apache 2.2.6. But anyway I switched to use php-cgi as well because I am using the PHP/Java-Bridge which is working with php-cgi and I shifted my work into my Glassfish v3 app-server. Like this it works fine for me :) |
|
The slowdown of using PHP-CGI.exe also made my Ajax functionality stop working. I don't know where the problem lies, but my hope is that Xdebug or Apache will be fixed in the future so we don't have to jump through special hoops just to debug our PHP code. |
|
I have found a new discovery with this issue. If I comment out the following lines in my php.ini file: ; xdebug.profiler_enable=1 then xdebug seems to run fine without crashing apache. This only applies to Xdebug 2.0.4. In earlier versions, Xdebug will crash apache even with these lines commented out. So perhaps the issue lies with the xdebug profiler crashing apache? |
|
nevermind on the aboive findings. Xdebug still crashes apache in Vista even without the profiler lines. |
|
going back to xdebug 2.0.0 stops the crashing on setup: |
|
I have the same crash on xampp 1.7.1. I try to use the latest 2.0.5 xdebug but have the same result. On Netbeans PHP loose connection. vista ultimate sp2 x64 |
|
For another data point, I'm having similar issues with XP Pro/Apache 2.2.11/PHP 5.3.0 (vc6 ts)/xdebug -2.0.5-5.3-vc6. Works in command line, but fails in apache. I disabled all the profiler components thusly: xdebug.profiler_aggregate = Off And it finally started working. I've tried each of the options one-by-one and xdebug.profiler_aggregate = Off seems to be the one that matters. YMMV. |
|
Before I can say anything here, I need to know exactly:
|
|
I don't need you to say anything - I have found a way to get it working, so I'm happy at the moment. But I'm glad to help in any way I can 1) apache_2.2.11-win32-x86-openssl-0.9.8i.msi from apache.org Hopefully some of that info is of use to you. |
|
1) Apache HTTPD 2.2.11 + Openssl 0.9.8i from http://www.apachefriends.org/ Configuration Directory C:\xampp\tmp - exists |
|
After disabled xdebug profile (xdebug.profiler_enable=0) seems that crashes changed, and influence only on current request, but don't drop all apache process. |
|
Windows Vista Ultimate SP1 32 bit, Windows XP Professional SP3 32 bit 1) apache_2.2.11-win32-x86-openssl-0.9.8i.msi from http://httpd.apache.org/download.cgi In 'module' way it crashes the Apache service (Vista event viewer): In CGI way it crashes a php-cgi.exe call (Vista event viewer): xdebug.profiler_enable=0 does not seem to make any result |
|
When I installed non-thread safe version of PHP/XDebug, phpinfo() output has been displayed instead of internal server error |
|
Apache still crashes with Xdebug loaded on Vista x64. I've been trying versions since PHP 5.2.8 with same results. Here is my configuration. Windows Vista Ultimate x64 Service Pack 2 The following are running as x32 applications. WAMP 2.0i [xdebug] This php_xdebug-2.0.5-5.3-vc6.dll is the only dll that will load successfully in this configuration. Netbeans 6.7 PHP IDE and Firefox 3.5 being used for debugging session. Debugging works fine. Apache will crash intermittently. I can't correlate any activity with the crash other than Xdebug being loaded in the php.ini. Without Xdebug loaded Apache is stable. Windows Application Error Log Message Faulting application httpd.exe, version 2.2.11.0, time stamp 0x493f5d44, faulting module php_xdebug-2.0.5-5.3-vc6.dll, version 2.0.5.0, time stamp 0x4a4c7e5f, exception code 0xc0000005, fault offset 0x000086e3, process id 0x1db8, application start time If there is any other information I can provide please inform. Here is my Xdebug configuration xdebug Supported protocols Revision Directive Local Value Master Value |
|
I'm also experiencing a crash under Windows 2k8; I'm using IIS though. Log Name: Application |
|
Please try the php_xdebug-2.1 versions from http://files.derickrethans.nl/xdebug-2.1-all.zip — they should have a fix. Make sure you use the correct VC version with your version of apache. The apache from apache.org requires VC6, the apache from apachefriends requires VC9 builds of PHP and Xdebug. |
|
Oh my god... finally! It works!!! I have php 5.2.6 and used the php_xdebug-2.0dev-5.3-vc6.dll, the 2.1 dll didn't work, I think this is for php 5.3. Thanks for finally fixing this!! |
|
Unfortunately I am still having the same problem. Here is my configuration. Windows Vista Ultimate x64 Service Pack 2 The following are running as x32 applications. WAMP 2.0i [xdebug] This php_xdebug-2.1dev-5.3-vc6.dll is the only 2.1 dll that will load successfully in this configuration. I tried the vc9, nts and x64 versions but they won't load - I don't see xdebug loaded in phpinfo(). Netbeans 6.7 PHP IDE and Firefox 3.5 being used for debugging session. Debugging works fine at first. Apache will then crash intermittently. I can't correlate any activity with the crash other than Xdebug being loaded in the php.ini. Without Xdebug loaded Apache is stable. Windows Application Error Log Message Faulting application httpd.exe, version 2.2.11.0, time stamp 0x493f5d44, faulting module php_xdebug-2.1dev-5.3-vc6.dll, version 2.1.0.0, time stamp 0x4a72c9fe, exception code 0xc0000005, fault offset 0x000080e6, process id 0x1900, application start time 0x01ca12ce5782e6ff Same thing with the 2.0dev version. Faulting application httpd.exe, version 2.2.11.0, time stamp 0x493f5d44, faulting module php_xdebug-2.0dev-5.3-vc6.dll, version 2.0.6.0, time stamp 0x4a72c9f8, exception code 0xc0000005, fault offset 0x00008713, process id 0x1f08, application start time 0x01ca12d3111ca5cf If there is any other information I can provide please inform. FYI. Under Ubuntu xdebug is working great. |
|
Ok.... ahm... Maybe I cheered to early. With the previous version I could debug but even without debugging it would crash at most requests to the server. And with this new test version I don't see crashes anymore but I can't debug :) Eclipse stays at "waiting for XDebug session". The port (9000) matches the one in the php.ini. |
|
PHP 5.2.6 & php_xdebug-2.0dev-5.3-vc6.dll
PHP 5.3.0 & php_xdebug-2.1dev-5.3-vc6.dll
Fehlerhafte Anwendung httpd.exe, Version 2.2.11.0, Zeitstempel 0x493f5d44, fehlerhaftes Modul php_xdebug.dll, Version 2.1.0.0, Zeitstempel 0x4a72c9fe, Ausnahmecode 0xc0000005, Fehleroffset 0x00009933, Prozess-ID 0x139c, Anwendungsstartzeit 01ca2c73adae6870. |
|
Thanks your guy, I have same kind of these problems. My problem starts from cannot load xdebug, then I can load xdebug but then netbean 6.7.1 (and also eclipse) debugger does not stop at breakpoints. and Finally I solved all of them by looking to your guys experience. I would like to contribute my solution here. This solution make xdebug works with netbean 6.7.1 but not sure whether it will spontaniously crash apache or not (because I just try 2-3 time its ok) Os: vista Home service pack1
php.ini: my solution is to put this xdebug to both and it works! (at least for now) |
|
Apache crashs always, when xdebug is loaded.
|
|
I tried szworker's recommendation. I don't believe it has anything to do with modifying two php.ini files. The one WAMP uses is the apache one. Trying the recommended approach I still get the apache crash. |
|
I would like to confirm that the apache crash using my above method. |
|
I also get crashes. You asked some questions above...here are the answers:
Some other notes: -The same setup (2.0.5, Apache 2.2.11, PHP 5.2.9-2) on a VirtualBox XP guest also works really well for me. I'm still trying to get it working on my host system though because of the memory it takes to run the VM. If I can provide logs or more information, please let me know. Has anybody tried with Apache 2.2.13? Kevin |
|
Also get randomly Apache crashes on win7 RC 32bit.
phpMyAdmin is good way to get Apache crashe. |
|
Hi, I also have problems setting up Xdebug, my details are below (using a standard default XAMPP installation) :-
Any help getting this to work would be much appreciated :-) |
|
Over the last couple of years, I have tried many times to install xdebug on my Vista 64 machine, without luck. Today, I decided to try again - I created a 32-bit VM running XP, and installed the XAMPP 1.7.2 Basic package. I successfully configured the xdebug binary that comes with that distribution, and it runs without problems. I installed NetBeans and have that configured and working too, debugging and breakpoints and all, wonderful stuff!! I configured my XAMPP setup for portability, so that once I had proven that it works, I would be able to move it to my real machine. I wanted to see it run on a 32-bit OS in a VM first, because I have never seen it working on a 64-bit Vista machine yet. And still no luck - it crashes every 1-2 requests or so. I've tried replacing the DLL with every single binary is the zip archive provided by derick above (2009-08-01) - still haven't seen one that works. Also, quoting derick, "The apache from apache.org requires VC6, the apache from apachefriends requires VC9 builds of PHP and Xdebug." ... how come? ... when I do a phpinfo() on my XAMPP setup, it says it was built with MSVC6. Why would it require a VC9 build? Giving serious thought to going back to Windows XP at this point - I have been living without a debugger for about two years now, since I switched to Vista, and it's been agony. I'm losing faith that I will ever see xdebug (or any debugger for that matter) running on Vista 64. I am also grieving my decision to buy a 64-bit machine - it's been painful all the way. A word of advice to web developers using Windows: stick with Windows XP and buy a 32-bit machine. It seems unlikely that this stuff will ever be suitable for serious web development... |
|
Yes, I feel your main mindplay. I eventually just wound up using an Ubuntu VM and Eclipse. I find Apache and PHP snappier on this setup, anyway (than with XP), so if you have any Linux familiarity, it might be worth it to try that. My Vista is nothing but a browser platform now. I even moved my databases to my physical Linux box because it's a bit faster. Linux VMs get by better with less memory (in general) than XP ones as well. I still have my XP VM, though, and I can also attest to the fact that Xdebug works much better there. But currently I find myself back on Ubuntu for local Web dev and not regretting it :) Good luck, |
|
Thanks for the advice - I have been pondering an Ubuntu install for at least a year now, the problem is actually getting around to it. I have no real experience with Linux as a desktop environment. For the record, and I'm hoping maybe this can help someone track down the problem, I found one binary that "almost" works. Persistent and somewhat adamant, I went and downloaded every single 32-bit thread-safe binary from the xdebug download page. I found this one to be "almost" working: http://xdebug.org/files/php_xdebug-2.0.5-5.3-vc6.dll With this one, there was no crash immidiately when running a phpinfo(). There was even no crash when loading up the XAMPP welcome page, or phpMyAdmin and hitting some different pages. It ran for a minute, then it crashed. And here's the clue that I'm hoping might be helpful: I noticed that my phpinfo() page never crashed with this binary. Only when I hit a page with frames (e.g. the XAMPP welcome page or phpMyAdmin) do I seem to get a crash. I actually held down CTRL+R on the phpinfo() test page, and it never crashes. Then I ran some tests using apache bench: ab -n 1000 -c 1 http://test/test.php This runs phpinfo() 1000 times in succession, no problem - no crashes. I tried about 5 or 10 times, never a crash. ab -n 1000 -c 2 http://test/test.php Sometimes crashes. Not every time, maybe every other time. ab -n 1000 -c 10 http://test/test.php Crashes immediately - every single time! So it looks like it's a threading/concurrency issue. As a temporary workaround, and perhaps to confirm this theory - does anyone know how to limit the number of concurrent requests with Apache? Even with just one thread, this should still be a lot less painful to work with than the cgi-binary, loading the PHP interpreter and plugins on every request, right? |
|
going back to xdebug 2.0.0 stops the crashing on setup: |
|
I could install xdebug on php using xampp 1.7.1, but some code snippets only worked using xampp 1.7.2, i.e: php 5.3 |
|
thanks everybody I figured it out, I checked the error.log in apache and found that I was using a different xdebug.dll than the package's one which wasn't suitable. |
|
Anyone care to try this build: http://www.jcxsoftware.com/xdebug/php_xdebug-2.1-php5.3-VC9.zip It is for PHP 5.3 and has some fixes that address a couple of crashes that I saw. I can't make it crash again. If you can make it crash, would be interested in the mem dump. Thanks, Juan Rivera |
|
Juan -- Thanks! I just tried your build with PHP-5.3.1(RC4) and Apache/2.2.14 from http://www.apachehaus.com/ and it seems to work so far. I'll plug it into the rest of my testing cycle, but at this point I'm excited just to be able to run phpinfo() with xdebug for the first time in more than 4 months! |
|
kdebisschop, Glad to hear it. I created a page with multiple iframes accessing different pages to see if I made it crash and it hold up well. One of the issues I fixed had to do with HTTP headers. I don't have the final fix right now so you could see headers repeated. I don't know if that's possible but I disabled some code that checks for repeated headers. So if you log the HTTP headers, I'd be interested to know in what scenario HTTP headers are repeated so I can fix it properly. I will also send the patches to Derrick for code review... |
|
juancr: tried your build - no crash, no error message ... apache starts with the zend_extension entry in place - but it doesn't look like the extension is loading at all. There's no mention of xdebug on my phpinfo() page at all. My PHP was built with MSVC6, could that be why? Will I need a VC9 build of Apache as well as PHP? Both my Apache and PHP builds came from one of the latest XAMPP distributions. If so, any idea where I can get a "complete" PHP build with SSL, SPL, GD, etc.? Appreciate your efforts, thank you! |
|
Juan, Mindplay, Derick |
|
I see two problems with the header list. One the list pointer sometimes is null causing a crash. And sometimes the second function pointer points to the same function causing a stack overflow. For now I always return the HEADER ADD value always which may cause headers to be repeated I supposed, but I haven't seen that happen anyways... I also fixed a global that was unnititialized and was used as an array index. I always set it up to 0 and that no longer crashes. Those were the only two crashes that I saw in my system. BTW, I saw you put the zend_try around the expression eval, that's really nice. Now I can send to xdebug anything without worrying that the session will stop. Thanks, Juan |
|
@Juan: Yes, I see the same two issues. Do you have a patch for the other thing though? |
|
Nice work Crashing behavior are mutch better in this version Eclipse now shows the GLOBALS again - nice ^^ One odd thing which must maybe fixed by Eclipse: Only on the first request breakpoints stops:
Greetings |
|
Derick: do you know of anyone maintaining a public VS9 build of Apache, PHP and common extensions? Or do you guys all build your own? |
|
I think the Apachefriends one is VS9... but I don't really know as I usually try to stay away from Windows as much as I can. |
|
http://www.apachehaus.com/ is VC9 but has, as far as I can see, the same modules built and layed out in the same way. Other than the fact that I chose to switch from the time consuming .msi to the much quicker and cygwin-friendly .zip file, it was pretty much a drop-in replacement, at least to the extent that you keep the same install path. |
|
I found an big (i tell it big ^^) issue with your version: all headers set by user scripts are ignored while xDebug is activated (or are there any options for this?) Following example returns an 302 header but without location: |
|
I updated it and fixed the header issue: http://www.jcxsoftware.com/xdebug/php_xdebug-2.1-php5.3-VC9.zip Also put a few more fixes for new crashes that I see. Juan |
|
Juan, can you please provide those patches and not just the binaries? Derick |
|
Ok here is the patch: http://www.jcxsoftware.com/xdebug/xdebug-bug410.patch Juan |
|
Header issue is not fully fixed but better than before After apache start all works
|
|
I downloaded latest XAMPP package, then replaces XDebug with one obtained from this site (2.0.5, VC6, thread safe) in order to get "property_get" bug fixed (which, btw, wasn't fixed). Now my Apache crashes on almost each "eval" ... |
|
had the same issue on win7 x64: installed apache 2.2.14, php 5.2.11 and xdebug 2.0.5, resulted in apache crash with status 255 and windows event entry with code 0xc0000005 on every second request. tried also xdebug with 2.0.4 without success. in other forums it was suggested to update libmysql.dll which didn't do the trick. however, turning off the php_mysqli.dll-module (NOT php_mysql.dll) fixed it for me. hope this helps. |
|
Well, running xdebug with xampp 1.7.2. on Vista seems almost impossible for me now :( With the bundled xdebug enabled, Apache keeps crashing. With WinXP it works like charm (just uncommented the line in php.ini and it worked). I tried to download & enable different versions of xdebug (I was so desperate I tried every available xdebug .dll). Some of them caused Apache to crash again, some could not be loaded. I guess I will have to revert back to some previous version of xampp. I love xdebug and cannot imagine working without it. Hope there will be some solution for this soon. EDIT: I just downloaded XAMPP 1.7.3-beta2 with xdebug v2.0.6-dev and it is working without problem!!! I just enabled the bundled xdebug in php.ini. Great job! |
|
Finally got around to testing this on Windows 7 (32-bit), and it crashes there too. So it looks like it's OS-specific (Vista and Win7) and perhaps not a 32 vs 64 bit issue. |
|
Gave the XAMPP 1.7.3 beta 2 a quick run last night, and it seemed to work on 64-bit Vista! Not sure how that happened though - have the attempted fixes from this discussion been integrated with XAMPP already? (perhaps someone from the XAMPP team is part of this discussion?) Haven't tested this in-depth yet. |
|
I'm running Windows 7 64bit with Apachelounges Apache 2.2.14 together with php 5.3.1 vc9 When i use zend_extension= the apache child process crashes at the expected moments, but when i use extension= to load php_xdebug.dll everything seems to work stable for now I'm using xdebug 2.0.5 (php_xdebug-2.0.5-5.3-Win32-VC9-x86.zip) from the following page: http://downloads.php.net/pierre/ Soul--Reaver |
|
Hi, the same with PHP 5.3.1 VC6 32bit with php_xdebug-2.0.5-5.3-vc6.dll and apache 2.2.14 config is: |
|
vacation ended, would test soul-reaver´s post, started last version of apache |
|
For everybody on this thread, please try the latest Windows .dlls: |
|
php_xdebug-2.1.0beta1-5.3-vc9.dll with PHP5.3.0VC9 on Apache2.2.14VC9: crashes most of the times when calling "phpinfo()" |
|
Tested 2.1.0beta1 (php_xdebug-2.1.0beta1-5.3-vc9.dll) I'm still running Windows 7 64bit with Apachelounges Apache 2.2.14 together with php 5.3.1 vc9 32bit When i use zend_extension= the apache child process crashes at the expected moments, when i use extension= to load php_xdebug.dll the apache child process also crashes at the same moments Using extension= (instead of zend_extension=) to load php_xdebug.dll version 2.0.5 still seems to work stable for me so far 0000410:0001206 The best way to test the crashing as far as i know is using phpmyadmin. Just load the main phpmyadmin page and you should have a crash every single time. With a phpinfo() page i only had crashes with 2.1.0 every 3-4 page requests I did notice that the php_xdebug.dll is no longer noted as the crashing module every single time, see below for the different variants i've seen Faulting application name: httpd.exe, version: 2.2.14.0, time stamp: 0x4ac24608 Faulting application name: httpd.exe, version: 2.2.14.0, time stamp: 0x4ac24608 Faulting application name: httpd.exe, version: 2.2.14.0, time stamp: 0x4ac24608 Faulting application name: httpd.exe, version: 2.2.14.0, time stamp: 0x4ac24608 Soul--Reaver |
|
@soul-reaver: The header issue once again happend this morning ... restarted webserver and all is working... suspicious ^^ |
|
The header issue i descriped are triggered also by multiple requests. |
|
Added an additional Dev Environment on my machine: IIS7 with PHP5.3.1 VC9 NTS and php_xdebug-2.1.0beta2-5.3-vc9-nts. I don´t had any crash or header issue until now. Maybe the crashes are TS related (http://neosmart.net/blog/2008/dont-believe-the-lies-php-isnt-thread-safe-yet/), nobody of the comments had trouble with NTS PHP? |
|
I've just uploaded new Windows binaries to http://xdebug.org/files/xdebug-latest.tgz which should contain a binary that has a few crash bugs fixed. Please try. |
|
I've just uploaded new Windows binaries to http://xdebug.org/files/xdebug-latest.tgz which should contain a binary that has a few crash bugs fixed. Please try. |
|
derick, I've tested the latest binary (php_xdebug-2.1dev-5.3-vc6) using XAMPP which is Apache 2.2.12 and PHP 5.3.0 - it no longer crashes. |
|
@derick, I also tested the binary (php_xdebug-2.1dev-5.3-vc9.dll) from note 0000410:0001336. I've loaded it with zend_extension. The crashes i was able to reproduce with phpmyadmin are gone :D |
|
I used the version of note 0001336 the whole workday N1 work. I had a few crashes while debugging which are reported as xDebug related in the eventlog ... but I didn´t know if they are realy caused by xDebug or by an bad implementation of the client in Eclipse PDT:
Again: n1 work |
|
Closing, as this seems fixed now. |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-10-02 04:32 | dyrathror | New Issue | |
2008-10-02 20:29 | bugsbunny | Note Added: 0000879 | |
2008-10-02 20:30 | bugsbunny | Note Edited: 0000879 | |
2008-10-08 01:56 | dyrathror | Note Added: 0000880 | |
2009-01-31 06:12 | Riptide559 | Note Added: 0000908 | |
2009-02-01 10:21 | victor | Note Added: 0000909 | |
2009-02-11 10:34 | kpym | Note Added: 0000912 | |
2009-02-11 22:28 | Riptide559 | Note Added: 0000913 | |
2009-02-12 17:45 | kpym | Note Added: 0000914 | |
2009-02-19 02:03 | Riptide559 | Note Added: 0000915 | |
2009-02-19 02:07 | Riptide559 | Note Added: 0000916 | |
2009-02-19 03:59 | dyrathror | Note Added: 0000917 | |
2009-02-19 04:50 | Riptide559 | Note Added: 0000918 | |
2009-03-03 10:08 | Riptide559 | Note Added: 0000923 | |
2009-03-04 23:56 | Riptide559 | Note Added: 0000926 | |
2009-07-01 16:23 | chrisppc | Note Added: 0000972 | |
2009-07-05 20:59 | derick | Relationship added | has duplicate 0000449 |
2009-07-05 22:25 | derick | Relationship added | has duplicate 0000438 |
2009-07-15 22:51 | pocheptsov | Note Added: 0000990 | |
2009-07-16 22:26 | kdebisschop | Note Added: 0000993 | |
2009-07-16 22:40 | derick | Note Added: 0000994 | |
2009-07-16 22:40 | derick | Status | new => feedback |
2009-07-16 22:56 | kdebisschop | Note Added: 0000996 | |
2009-07-16 23:13 | pocheptsov | Note Added: 0000997 | |
2009-07-25 14:09 | pocheptsov | Note Added: 0001002 | |
2009-07-25 15:50 | ksafonov | Note Added: 0001003 | |
2009-07-25 15:52 | ksafonov | Note Edited: 0001003 | |
2009-07-25 16:22 | ksafonov | Note Added: 0001004 | |
2009-07-25 23:04 | nsteblay | Note Added: 0001005 | |
2009-07-25 23:07 | nsteblay | Note Edited: 0001005 | |
2009-07-25 23:17 | nsteblay | Note Edited: 0001005 | |
2009-07-27 16:15 | tettamanti | Note Added: 0001006 | |
2009-08-01 16:55 | derick | Note Added: 0001014 | |
2009-08-01 17:36 | neothemachine | Note Added: 0001017 | |
2009-08-01 19:02 | nsteblay | Note Added: 0001021 | |
2009-08-01 19:04 | nsteblay | Note Edited: 0001021 | |
2009-08-01 19:15 | neothemachine | Note Added: 0001022 | |
2009-08-01 19:16 | nsteblay | Note Edited: 0001021 | |
2009-09-03 10:13 | trueleader | Note Added: 0001062 | |
2009-09-03 10:34 | trueleader | Note Edited: 0001062 | |
2009-09-12 03:56 | szworker | Note Added: 0001069 | |
2009-09-12 03:58 | szworker | Note Edited: 0001069 | |
2009-09-12 05:17 | szworker | Note Edited: 0001069 | |
2009-09-13 18:53 | maanes | Note Added: 0001071 | |
2009-09-14 03:40 | nsteblay | Note Added: 0001073 | |
2009-09-15 03:32 | szworker | Note Added: 0001074 | |
2009-09-18 01:26 | wizonesolutions | Note Added: 0001075 | |
2009-09-28 11:38 | johnbrown | Note Added: 0001078 | |
2009-10-03 16:32 | gav-developer | Note Added: 0001080 | |
2009-10-09 19:50 | mindplay | Note Added: 0001085 | |
2009-10-09 19:56 | wizonesolutions | Note Added: 0001086 | |
2009-10-09 20:11 | mindplay | Note Added: 0001087 | |
2009-11-05 16:48 | firec | Note Added: 0001120 | |
2009-11-15 14:06 | sporty | Note Added: 0001127 | |
2009-11-16 12:21 | sporty | Note Added: 0001129 | |
2009-11-17 04:35 | juancr | Note Added: 0001131 | |
2009-11-17 15:13 | kdebisschop | Note Added: 0001132 | |
2009-11-18 02:43 | juancr | Note Added: 0001133 | |
2009-11-18 04:22 | mindplay | Note Added: 0001134 | |
2009-11-18 08:53 | derick | Note Added: 0001135 | |
2009-11-18 12:54 | juancr | Note Added: 0001136 | |
2009-11-18 12:56 | derick | Note Added: 0001137 | |
2009-11-18 13:38 | trueleader | Note Added: 0001138 | |
2009-11-18 14:21 | mindplay | Note Added: 0001139 | |
2009-11-18 14:24 | derick | Note Added: 0001140 | |
2009-11-18 15:17 | kdebisschop | Note Added: 0001141 | |
2009-11-18 19:31 | trueleader | Note Added: 0001142 | |
2009-11-21 22:39 | juancr | Note Added: 0001146 | |
2009-11-21 23:04 | derick | Note Added: 0001147 | |
2009-11-21 23:36 | juancr | Note Added: 0001148 | |
2009-11-23 13:03 | trueleader | Note Added: 0001174 | |
2009-11-24 15:44 | migajek | Note Added: 0001176 | |
2009-11-27 16:52 | derick | Relationship added | has duplicate 0000481 |
2009-11-27 16:53 | derick | Relationship added | has duplicate 0000436 |
2009-11-27 16:54 | derick | Relationship added | has duplicate 0000452 |
2009-11-27 16:55 | derick | Relationship added | has duplicate 0000399 |
2009-11-27 16:55 | derick | Relationship added | has duplicate 0000454 |
2009-11-27 16:58 | derick | Relationship added | has duplicate 0000430 |
2009-11-27 16:58 | derick | Relationship added | has duplicate 0000426 |
2009-11-27 17:00 | derick | Relationship added | has duplicate 0000397 |
2009-11-27 17:03 | derick | Relationship added | has duplicate 0000387 |
2009-11-27 17:05 | derick | Relationship added | has duplicate 0000383 |
2009-11-27 17:06 | derick | Relationship added | has duplicate 0000377 |
2009-11-27 17:06 | derick | Relationship added | has duplicate 0000350 |
2009-12-06 11:54 | jonas | Note Added: 0001192 | |
2009-12-09 09:45 | vafliik | Note Added: 0001195 | |
2009-12-09 19:02 | vafliik | Note Edited: 0001195 | |
2009-12-14 01:11 | mindplay | Note Added: 0001197 | |
2009-12-14 14:09 | mindplay | Note Added: 0001198 | |
2009-12-24 22:19 | Soul--Reaver | Note Added: 0001206 | |
2009-12-30 00:42 | snop | Note Added: 0001236 | |
2010-01-04 10:52 | trueleader | Note Added: 0001247 | |
2010-01-04 10:59 | derick | Note Added: 0001248 | |
2010-01-04 17:06 | trueleader | Note Added: 0001251 | |
2010-01-04 17:18 | Soul--Reaver | Note Added: 0001252 | |
2010-01-04 17:32 | Soul--Reaver | Note Edited: 0001252 | |
2010-01-04 17:34 | Soul--Reaver | Note Edited: 0001206 | |
2010-01-04 17:34 | Soul--Reaver | Note Edited: 0001206 | |
2010-01-05 09:13 | trueleader | Note Added: 0001255 | |
2010-01-05 09:18 | trueleader | Note Edited: 0001255 | |
2010-01-27 14:46 | trueleader | Note Added: 0001287 | |
2010-02-15 13:20 | trueleader | Note Added: 0001333 | |
2010-02-16 00:55 | derick | Note Added: 0001335 | |
2010-02-16 00:56 | derick | Note Added: 0001336 | |
2010-02-16 15:52 | groundup | Note Added: 0001342 | |
2010-02-16 17:09 | Soul--Reaver | Note Added: 0001343 | |
2010-02-16 17:32 | trueleader | Note Added: 0001344 | |
2010-02-17 00:31 | derick | Note Added: 0001348 | |
2010-02-17 00:31 | derick | Status | feedback => closed |
2010-02-17 00:31 | derick | Resolution | open => fixed |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |