Skip to content

builtin: fix compiling with tcc showing v_stable_sort for all frames#27417

Open
dy-tea wants to merge 4 commits into
vlang:masterfrom
dy-tea:tcc-panic
Open

builtin: fix compiling with tcc showing v_stable_sort for all frames#27417
dy-tea wants to merge 4 commits into
vlang:masterfrom
dy-tea:tcc-panic

Conversation

@dy-tea

@dy-tea dy-tea commented Jun 11, 2026

Copy link
Copy Markdown
Member

Fixes #27408.

Fixed output:

❯ v -g run bug.v
================ V panic ================
   module: main
 function: main()
  message: aaaa
     file: bug.v:2
   v hash: a83aabb
      pid: 0xaf10
      tid: 0xaf10
=========================================
/home/dylan/Repos/v/bug.v:2:                            | 0x61e26a | /home/dylan/Repos/v/bug(main+0x10c)
/tmp/v_1000/bug.01KTTY775ETKG2GWTXVJVJ34Z4.tmp.c:8406:  | 0x61e4ca | /home/dylan/Repos/v/bug(main+0x85)
                                                        | 0x7f3fe5627c8e | /usr/lib/libc.so.6(+0x27c8e)
                                                        | 0x7f3fe5627dcb | /usr/lib/libc.so.6(.libc_start_main+0x8b)
                                                        | 0x60e435 | /home/dylan/Repos/v/bug(_start+0x25)

@medvednikov

Copy link
Copy Markdown
Member

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: da610061e9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread vlib/builtin/backtraces_nix.c.v
@medvednikov

Copy link
Copy Markdown
Member

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7d375849b0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread vlib/builtin/backtraces.c.v
@medvednikov

Copy link
Copy Markdown
Member

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 823287e956

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread vlib/builtin/backtraces_nix.c.v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Misleading v_stable_sort appears in backtraces

2 participants