Skip to content

Instantly share code, notes, and snippets.

@ORBAT
Created August 20, 2019 13:23
Show Gist options
  • Save ORBAT/d01c78f6727bd7bc0fd26e75fd90049e to your computer and use it in GitHub Desktop.
Save ORBAT/d01c78f6727bd7bc0fd26e75fd90049e to your computer and use it in GitHub Desktop.
ponyc crash
Building ../../values -> /Users/teklof/Documents/Programming/pony/ponetic/values
src/libponyc/type/reify.c:25: reify_typeparamref: Assertion `ref_def != NULL` failed.
Backtrace:
0 ponyc 0x0000000109f119c6 ponyint_assert_fail + 146
1 ponyc 0x0000000109ed40e3 reify_one + 333
2 ponyc 0x0000000109ed3fe4 reify_one + 78
3 ponyc 0x0000000109ed3fe4 reify_one + 78
4 ponyc 0x0000000109ed3fe4 reify_one + 78
5 ponyc 0x0000000109ed3fe4 reify_one + 78
6 ponyc 0x0000000109ed3fe4 reify_one + 78
7 ponyc 0x0000000109ed3fe4 reify_one + 78
8 ponyc 0x0000000109ed3f1d reify + 215
9 ponyc 0x0000000109ed43dd reify_method_def + 142
10 ponyc 0x0000000109edb7e8 is_fun_sub_fun + 1214
11 ponyc 0x0000000109edbfd1 is_nominal_sub_structural + 637
12 ponyc 0x0000000109edb076 is_x_sub_x + 3209
13 ponyc 0x0000000109edb965 is_fun_sub_fun + 1595
14 ponyc 0x0000000109edbfd1 is_nominal_sub_structural + 637
15 ponyc 0x0000000109edb076 is_x_sub_x + 3209
16 ponyc 0x0000000109ea5562 method_application + 1244
17 ponyc 0x0000000109ea3c5a expr_call + 550
18 ponyc 0x0000000109e9542a pass_expr + 613
19 ponyc 0x0000000109e894ab ast_visit + 384
20 ponyc 0x0000000109e8944e ast_visit + 291
21 ponyc 0x0000000109e8944e ast_visit + 291
22 ponyc 0x0000000109e8944e ast_visit + 291
23 ponyc 0x0000000109e8944e ast_visit + 291
24 ponyc 0x0000000109e89c38 visit_pass + 114
25 ponyc 0x0000000109e8981c ast_passes + 718
26 ponyc 0x0000000109e89a37 ast_passes_type + 210
27 ponyc 0x0000000109e9b82f expr_object + 3036
28 ponyc 0x0000000109e952e0 pass_expr + 283
29 ponyc 0x0000000109e894ab ast_visit + 384
30 ponyc 0x0000000109e89c38 visit_pass + 114
31 ponyc 0x0000000109e8981c ast_passes + 718
32 ponyc 0x0000000109e9aa04 expr_lambda + 4159
33 ponyc 0x0000000109e95263 pass_expr + 158
34 ponyc 0x0000000109e894ab ast_visit + 384
35 ponyc 0x0000000109e8944e ast_visit + 291
36 ponyc 0x0000000109e8944e ast_visit + 291
37 ponyc 0x0000000109e8944e ast_visit + 291
38 ponyc 0x0000000109e8944e ast_visit + 291
39 ponyc 0x0000000109e8944e ast_visit + 291
40 ponyc 0x0000000109e8944e ast_visit + 291
41 ponyc 0x0000000109e8944e ast_visit + 291
42 ponyc 0x0000000109e8944e ast_visit + 291
43 ponyc 0x0000000109e8944e ast_visit + 291
44 ponyc 0x0000000109e8944e ast_visit + 291
45 ponyc 0x0000000109e8944e ast_visit + 291
46 ponyc 0x0000000109e8944e ast_visit + 291
47 ponyc 0x0000000109e8944e ast_visit + 291
48 ponyc 0x0000000109e89c38 visit_pass + 114
49 ponyc 0x0000000109e8981c ast_passes + 718
50 ponyc 0x0000000109e89548 ast_passes_program + 28
51 ponyc 0x0000000109f0bcfe program_load + 125
52 ponyc 0x0000000109e809d1 compile_package + 25
53 ponyc 0x0000000109e80928 main + 312
54 libdyld.dylib 0x00007fff762e83d5 start + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment