Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

called Option::unwrap() on a None value - 'src/interpreter/mod.rs' at line 497 #338

Open
athronix opened this issue Jun 5, 2024 · 3 comments
Labels
A-interpreter Area: Changes impacting the HTML interpreter C-crash-report Category: bugs submitted from inlyne's crash reporting

Comments

@athronix
Copy link

athronix commented Jun 5, 2024

"name" = "inlyne"
"operating_system" = "Mac OS 14.4.1 [64-bit]"
"crate_version" = "0.4.2"
"explanation" = """
Panic occurred in file 'src/interpreter/mod.rs' at line 497
"""
"cause" = "called Option::unwrap() on a None value"
"method" = "Panic"
"backtrace" = """

0: 0x100e8fab0 - __mh_execute_header
1: 0x100e8fb38 - __mh_execute_header
2: 0x100e8fe20 - __mh_execute_header
3: 0x1004133a0 - __mh_execute_header
4: 0x1004a0ddc - __mh_execute_header
5: 0x1004a158c - __mh_execute_header
6: 0x1004a8048 - __mh_execute_header
7: 0x1004a3c4c - __mh_execute_header
8: 0x10040eef8 - __mh_execute_header
9: 0x100486f48 - __mh_execute_header
10: 0x100488608 - __mh_execute_header
11: 0x100e23d94 - __mh_execute_header
12: 0x18e81ef94 - __pthread_joiner_wake"""

@CosmicHorrorDev
Copy link
Collaborator

Could you post the contents of the file that caused the crash?

@CosmicHorrorDev CosmicHorrorDev added A-interpreter Area: Changes impacting the HTML interpreter C-crash-report Category: bugs submitted from inlyne's crash reporting labels Jun 5, 2024
@CosmicHorrorDev CosmicHorrorDev changed the title inlyne::interpreter: Missing implementation for start tag: tboday called Option::unwrap() on a None value - 'src/interpreter/mod.rs' at line 497 Jun 5, 2024
@athronix
Copy link
Author

athronix commented Jun 6, 2024

Could you post the contents of the file that caused the crash?

README.md

@CosmicHorrorDev
Copy link
Collaborator

Thanks! Minimized it to lists not working within a table

Minimized

<table>
    <tbody>
        <tr>
            <td>
                <li>Foo</li>
            </td>
        </tr>
    </tbody>
</table>

Rendered by GitHub

  • Foo
  • Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    A-interpreter Area: Changes impacting the HTML interpreter C-crash-report Category: bugs submitted from inlyne's crash reporting
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants