https://bugzilla.wikimedia.org/show_bug.cgi?id=41491
--- Comment #7 from Daniel Kinzler <[email protected]> 2012-11-15 21:15:06 UTC --- (In reply to comment #5) > WFM is not very friendly solution when I can consistently reproduce it. Sorry, from what you said, I could only infer that it was an issue with phpunit. Nobody except you seems to be reproducing it. And you said '"sdfsedtgsrdysftu" seems to come from PHPUnit.' (In reply to comment #6) > Reopen (perhaps move to another component if it's not contenthandler/if > wikidata team doesn't want to fix it?). So... what you find below is a core test. So it should be filed as a core bug. Though having the Wikidata team at least in CC makes sense, since I suspect that Jeroen wrote this. > core/tests/phpunit/includes/libs/GenericArrayObjectTest.php: try { > $list->offsetUnset( 'sdfsedtgsrdysftu' ); } catch ( \Exception $exception ){} Huh, nice find! Well - that should trigger an exception. And then catch it. No reason that it should trigger an internal error. But perhaps it does, depending on how PHP and phpunit are configured. What really throws me is that problem is happening for *nobody* else. Having a stack trace would really help. Niklas, any reason you are not using xdebug? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
