Skip to content

Instantly share code, notes, and snippets.

@colomon
Created January 14, 2012 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colomon/1613298 to your computer and use it in GitHub Desktop.
Save colomon/1613298 to your computer and use it in GitHub Desktop.
SYSCALL(args) = return
open_nocancel("/dev/urandom\0", 0x0, 0x0) = 3 0
open_nocancel("/usr/share/locale/en_US.UTF-8/LC_COLLATE\0", 0x0, 0x1B6) = 3 0
open_nocancel("/usr/share/locale/en_US.UTF-8/LC_CTYPE\0", 0x0, 0x1B6) = 3 0
open_nocancel("/usr/share/locale/en_US.UTF-8/LC_MONETARY\0", 0x0, 0x7FFF5FBFF1CA) = 3 0
open_nocancel("/usr/share/locale/en_US.UTF-8/LC_NUMERIC\0", 0x0, 0x7FFF5FBFF1D9) = 3 0
open_nocancel("/usr/share/locale/en_US.UTF-8/LC_TIME\0", 0x0, 0x7FFF5FBFF1D6) = 3 0
open_nocancel("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/LC_MESSAGES\0", 0x0, 0x7FFF5FBFF1E6) = 3 0
open_nocancel("/dev/urandom\0", 0x0, 0x7FFF70F8DC00) = 3 0
open_nocancel("/dev/urandom\0", 0x0, 0x0) = 3 0
Potential difficulties:
$keys_p5 is declared but not used at /Users/colomon/tools/niecza/t/spec/S01-perl-5-integration/roundtrip.niecza line 31:
------> my ⏏$keys_p5 = eval('sub {keys %{$_[0]}}', :
Unhandled exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.DllNotFoundException: /Users/colomon/tools/niecza/obj/p5embed.dylib
at (wrapper managed-to-native) Perl5Interpreter:Initialize ()
at Perl5Interpreter..ctor () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x00000] in <filename unknown>:0
at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] in <filename unknown>:0
at System.Activator.CreateInstance (System.Type type) [0x00000] in <filename unknown>:0
at System.Reflection.Assembly.CreateInstance (System.String typeName, Boolean ignoreCase) [0x00000] in <filename unknown>:0
at System.Reflection.Assembly.CreateInstance (System.String typeName) [0x00000] in <filename unknown>:0
at Builtins.eval_perl5 (Niecza.Variable v) [0x00000] in <filename unknown>:0
at Run.CORE.C1007eval (Niecza.Frame ) [0x00000] in <filename unknown>:0
at Niecza.Kernel.RunCore (Niecza.Frame& cur) [0x00000] in <filename unknown>:0
at /Users/colomon/tools/niecza/lib/CORE.setting line 0 (eval @ 1)
at (eval) line 1 (mainline @ 2)
at /Users/colomon/tools/niecza/lib/CORE.setting line 2559 (eval @ 4)
at /Users/colomon/tools/niecza/t/spec/S01-perl-5-integration/roundtrip.niecza line 7 (mainline @ 3)
at /Users/colomon/tools/niecza/lib/CORE.setting line 2993 (ANON @ 3)
at /Users/colomon/tools/niecza/lib/CORE.setting line 2994 (module-CORE @ 59)
at /Users/colomon/tools/niecza/lib/CORE.setting line 2994 (mainline @ 2)
at <unknown> line 0 (ExitRunloop @ 0)
t/spec/S01-perl-5-integration/roundtrip.t ..
1..5
Failed 5/5 subtests
Test Summary Report
-------------------
t/spec/S01-perl-5-integration/roundtrip.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 5 tests but ran 0.
Files=1, Tests=0, 2 wallclock secs ( 0.02 usr 0.01 sys + 1.61 cusr 0.17 csys = 1.81 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment