Joris van Lier

Results 13 comments of Joris van Lier
trafficstars

@ThomasLabstep we'd be interested in your collection implementation, any chance you could provide a repository for that code?

Yes, resolveRoutebinding needs the entitymanager to resolve the entity e.g. ```php public function resolveRouteBinding($value) { return EntityManager::getRepository(__CLASS__)->findOneBy([$this->getRouteKeyName() => $value]); } ``` my primary objective was to pass the entity as...

Yes I see, in my trivial model without constructor it was actually working, however when adding a constructor that requires parameters the container can not resolve the parameter dependency

The panic does reproduce itself Thu Nov 28 08:12:45 2019 *** Panic Report *** panic(cpu 2 caller 0xffffff7fabc8c77c): VERIFY(ddt_object_remove(ddt, otype, oclass, dde, tx) == 0) failed Backtrace (CPU 2), Frame...

Entire system is kind of unresponsive, spindump also locks up I was able to use Activity Monitor to sample the `zfs` and `zpool` processes ouputting something resembling a stack trace...

Any tips on running spindump (i.e. just before starting the offending command) ? I now have 0 responsive terminal windows left

I forgot to mention that when this happened - a (one) dataset was created in the pool - the dataset had high io load (BlackMagic Disk Speed Test)

Thanks for the repro attempt I have tried to repro on physical and virtual environments and can not reproduce the hang using device removal. However when testing on virtual machines...

well.. guess I'm glad i was just testing ZFS when it paniced and trashed the pool, or the pool crashed and paniced zfs, had to force shutdown of mac several...

Issue is reproducible using an image of the failed drive ``` $ sudo hdiutil attach -nomount zpool.dmg $ sudo zpool import zpool -d /dev/ $ sudo zpool status -v pool:...