[Bug 239655] lang/crystal: something weird in libevent
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 5 13:45:00 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239655
Bug ID: 239655
Summary: lang/crystal: something weird in libevent
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: petr.fischer at me.com
CC: greg at unrelenting.technology
Flags: maintainer-feedback?(greg at unrelenting.technology)
CC: greg at unrelenting.technology
When I run crystal 0.28 like:
crystal src/something.cr
Tons of this errors from libevent occurs:
...
Unhandled exception in spawn: Error reinitializing libevent[warn] event_reinit:
forked from the event_loop.
(Exception)
[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Unhandled exception in spawn: (Unhandled
exception in spawn: Error reinitializing libeventExceptionError reinitializing
libevent ()
(ExceptionException)
)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
Unhandled exception in spawn: Error reinitializing libevent (Exception)
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: [warn] event_reinit: forked from the event_loop.
Error reinitializing libeventUnhandled exception in spawn: [warn] event_reinit:
forked from the event_loop.
(Error reinitializing libeventUnhandled exception in spawn: Exception (Error
reinitializing libevent)
Exception ()
Exception[warn] event_reinit: forked from the event_loop.
[warn] event_reinit: forked from the event_loop.
Error reinitializing libeventUnhandled exception in spawn: (Error
reinitializing libeventException ()
Exception[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
[warn] event_reinit: forked from the event_loop.
Unhandled exception in spawn: Error reinitializing libevent (Exception)
...
and there is also tons of dead processes in process list in state piperd:
...
2382 pf 1 52 0 619M 494M piperd 2 0:00 0.00% crystal
spec
2416 pf 1 52 0 619M 494M piperd 0 0:00 0.00% crystal
spec
2443 pf 1 52 0 619M 494M piperd 1 0:00 0.00% crystal
spec
2140 pf 1 52 0 619M 494M piperd 2 0:00 0.00% crystal
spec
2113 pf 1 52 0 619M 494M piperd 1 0:00 0.00% crystal
spec
2436 pf 1 52 0 619M 494M piperd 0 0:00 0.00% crystal
spec
2368 pf 1 52 0 619M 494M piperd 1 0:00 0.00% crystal
spec
2384 pf 1 52 0 619M 494M piperd 2 0:00 0.00% crystal
spec
2430 pf 1 52 0 619M 494M piperd 3 0:00 0.00% crystal
spec
2401 pf 1 52 0 619M 494M piperd 1 0:00 0.00% crystal
spec
2347 pf 1 52 0 619M 494M piperd 3 0:00 0.00% crystal
spec
2357 pf 1 52 0 619M 494M piperd 3 0:00 0.00% crystal
spec
2440 pf 1 52 0 619M 494M piperd 1 0:00 0.00% crystal
spec
2377 pf 1 52 0 619M 494M piperd 2 0:00 0.00% crystal
spec
2375 pf 1 52 0 619M 494M piperd 0 0:00 0.00% crystal
spec
2371 pf 1 52 0 619M 494M piperd 2 0:00 0.00% crystal
spec
2439 pf 1 52 0 619M 494M piperd 1 0:00 0.00% crystal
spec
2376 pf 1 52 0 619M 494M piperd 3 0:00 0.00% crystal
spec
2316 pf 1 52 0 619M 494M piperd 2 0:00 0.00% crystal
spec
2373 pf 1 52 0 619M 494M piperd 0 0:00 0.00% crystal
spec
2409 pf 1 52 0 619M 494M piperd 0 0:00 0.00% crystal
spec
2298 pf 1 52 0 619M 494M piperd 2 0:00 0.00% crystal
spec
...
Something wrong with libevent? This port is disfunctional now.
11.2-RELEASE-p11
Crystal 0.28.0 (2019-08-03)
LLVM: 6.0.1
Default target: x86_64-portbld-freebsd11.2
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list