[rt.cpan.org #13285] Inline breaks down when run in two processes at once
[email protected] ("Ed J via RT") Wed, 11 Jun 2014 22:21:48 -0400
| Newsgroups | perl.inline |
|---|---|
| Message-ID | <[email protected]> |
Wed Jun 11 22:21:47 2014: Request 13285 was acted upon.
Transaction: Correspondence added by ETJ
Queue: Inline
Subject: Inline breaks down when run in two processes at once
Broken in: (no value)
Severity: Normal
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=13285 >
In true perl one-liner style, the following is equivalent:
rm -rf _Inline; perl -MInline -e 'fork;Inline->bind(C => q{void a() {puts("z\n");}}); &a'
Also, running that a few times sometimes gives other errors as well.