swow / swow

Coroutine-based cross-platform concurrent I/O engine.
Apache License 2.0
1.19k stars 113 forks source link

KillException maybe exposed in some context #24

Closed springleng closed 1 year ago

springleng commented 4 years ago
composer update                                                                                                                   10484  21:28:05 
    1/7:    https://mirrors.aliyun.com/composer/p/provider-2020-04$9d5875688eb0173ed3a3bd7736714f8e0089b22d39813bae80225c15f6784d75.json
    2/7:    https://mirrors.aliyun.com/composer/p/provider-2019$6ebeb3ded28e7f31d592ac046d365f96608c211aa9798d17436f049cbee79cd7.json
    3/7:    https://mirrors.aliyun.com/composer/p/provider-latest$d3fee4277adf3081ca6b9dd840ac580e4f2360cc6f82352554686054ec987831.json
    4/7:    https://mirrors.aliyun.com/composer/p/provider-2020-10$07a0ff65ebc73524e2eb43efa26f5c2f7eae6d749f4daa50380e0773d2f5eefa.json
    5/7:    https://mirrors.aliyun.com/composer/p/provider-2020-01$fb275eee009e055f7b093e26c2111e55d2dd023ee39b712d90360bedc79327d5.json
    6/7:    https://mirrors.aliyun.com/composer/p/provider-2018$4394b7a1e2e8a179041c01f47ab33cb09453ced2451ffab08bd00b8e33969283.json
    7/7:    https://mirrors.aliyun.com/composer/p/provider-2020-07$1170c8d10bed574df78005bbd1c4ed3c81ac5ddc7f8751a50326a15a3368769f.json
    Finished: success: 7, skipped: 0, failure: 0, total: 7
Loading composer repositories with package information
Updating dependencies (including require-dev)
    1/9:    https://mirrors.aliyun.com/composer/dists/phpunit/phpunit/3866b2eeeed21b1b099c4bc0b7a1690ac6fd5baa.zip
    2/9:    https://mirrors.aliyun.com/composer/dists/league/mime-type-detection/353f66d7555d8a90781f6f5e7091932f9a4250aa.zip
    3/9:    https://mirrors.aliyun.com/composer/dists/filp/whoops/2ec31f3adc54c71a59c5e3c2143d7a0e2f8899f8.zip
    4/9:    https://mirrors.aliyun.com/composer/dists/laravel/sanctum/43f05df591e5099563520ab018cca4ac383681cd.zip
    5/9:    https://mirrors.aliyun.com/composer/dists/laravel/framework/8d1f25fb8d124d5a24df9714ed8d481c43f9efe6.zip
    6/9:    https://mirrors.aliyun.com/composer/dists/facade/flare-client-php/fd688d3c06658f2b3b5f7bb19f051ee4ddf02492.zip
    7/9:    https://mirrors.aliyun.com/composer/dists/laravel/jetstream/5a1967bb1f0f73620313b9b9431ac122ef20c79c.zip
    8/9:    https://mirrors.aliyun.com/composer/dists/laravel/fortify/55e4b0fc750d3d2abed4c314105db269043e6cb7.zip
    9/9:    https://mirrors.aliyun.com/composer/dists/nesbot/carbon/6571aec754a648ef476a8d8f57993f7bc965afe4.zip
    Finished: success: 9, skipped: 0, failure: 0, total: 9
Package operations: 0 installs, 9 updates, 0 removals
  - Updating nesbot/carbon (2.41.3 => 2.41.4): Loading from cache
  - Updating league/mime-type-detection (1.5.0 => 1.5.1): Loading from cache
  - Updating laravel/framework (v8.10.0 => v8.11.2): Loading from cache
  - Updating laravel/fortify (v1.6.1 => v1.6.2): Loading from cache
  - Updating laravel/jetstream (v1.4.1 => v1.5.1): Loading from cache
  - Updating laravel/sanctum (v2.6.0 => v2.7.0): Loading from cache
  - Updating phpunit/phpunit (9.4.1 => 9.4.2): Loading from cache
  - Updating facade/flare-client-php (1.3.6 => 1.3.7): Loading from cache
  - Updating filp/whoops (2.8.0 => 2.9.0): Loading from cache
Writing lock file
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
Discovered Package: facade/ignition
Discovered Package: fideloper/proxy
Discovered Package: fruitcake/laravel-cors
Discovered Package: jenssegers/agent
Discovered Package: laravel/fortify
Discovered Package: laravel/jetstream
Discovered Package: laravel/sanctum
Discovered Package: laravel/tinker
Discovered Package: livewire/livewire
Discovered Package: nesbot/carbon
Discovered Package: nunomaduro/collision
Package manifest generated successfully.

   Swow\Coroutine\KillException

  at artisan:53
     49▕ */
     50▕
     51▕ $kernel->terminate($input, $status);
     52▕
  ➜  53▕ exit($status);
     54▕

75 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
limingxinleo commented 4 years ago

不要默认开启swow