FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(px4_daemon): fix startup stdout TLS race by katzfey · Pull Request #28056 · PX4/PX4-Autopilot · GitHub

fix(px4_daemon): fix startup stdout TLS race - #28056

Merged
katzfey merged 1 commit into
release/1.18from
pr-backport-28013
Jul 23, 2026
Merged

katzfey merged 1 commit into
release/1.18from
pr-backport-28013

Conversation

katzfey commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Backport to v1.18 for #28013

Create the server thread-local stdout key before marking the daemon as
running, preventing early startup logs from using an invalid FILE pointer.
katzfey requested a review from mrpollo July 22, 2026 19:36
github-actions Bot added kind:bug Something is broken or behaving incorrectly. scope:simulation SITL, Gazebo, jmavsim, lockstep, or simulated sensors. labels Jul 22, 2026

Copy link
Copy Markdown
Contributor

🔎 FLASH Analysis

px4_fmu-v5x [Total VM Diff: -16 byte (-0 %)]
    FILE SIZE        VM SIZE    
 --------------  -------------- 
  +0.0%     +55  [ = ]       0    .debug_abbrev
  -0.0%      -2  [ = ]       0    .debug_info
  -0.0%     -13  [ = ]       0    .debug_line
   -85.7%      -6  [ = ]       0    [Unmapped]
    -0.0%      -7  [ = ]       0    [section .debug_line]
  +0.2%     +16  [ = ]       0    [Unmapped]
  -0.0%     -16  -0.0%     -16    .text
    -4.5%      -4  -4.5%      -4    FlightTask
    -0.0%      -4  -0.0%      -4    [section .text]
    -0.0%      -4  -0.0%      -4    g_cromfs_image
   -30.8%      -4 -30.8%      -4    g_nullstring
  +0.0%     +40  -0.0%     -16    TOTAL

px4_fmu-v6x [Total VM Diff: -8 byte (-0 %)]
    FILE SIZE        VM SIZE    
 --------------  -------------- 
  +0.0%     +55  [ = ]       0    .debug_abbrev
  -0.0%      -2  [ = ]       0    .debug_info
  -0.0%      -5  [ = ]       0    .debug_line
    +100%      +2  [ = ]       0    [Unmapped]
    -0.0%      -7  [ = ]       0    [section .debug_line]
  +0.1%      +8  [ = ]       0    [Unmapped]
  -0.0%      -8  -0.0%      -8    .text
     +44%      +4   +44%      +4    g_nullstring
    -0.0%      -4  -0.0%      -4    [section .text]
    -0.0%      -8  -0.0%      -8    g_cromfs_image
  +0.0%     +48  -0.0%      -8    TOTAL

Updated: 2026-07-22T19:45:24

katzfey merged commit b727fe5 into release/1.18 Jul 23, 2026
77 checks passed
katzfey deleted the pr-backport-28013 branch July 23, 2026 03:37
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:bug Something is broken or behaving incorrectly. scope:simulation SITL, Gazebo, jmavsim, lockstep, or simulated sensors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL