Skip to content

[arch] Handle partial writes for stackTrace.cpp#3926

Closed
nvidia-jomiller wants to merge 1 commit intoPixarAnimationStudios:devfrom
nvidia-jomiller:dev-fix-warnings-arch-stacktrace
Closed

[arch] Handle partial writes for stackTrace.cpp#3926
nvidia-jomiller wants to merge 1 commit intoPixarAnimationStudios:devfrom
nvidia-jomiller:dev-fix-warnings-arch-stacktrace

Conversation

@nvidia-jomiller
Copy link
Copy Markdown
Collaborator

Description of Change(s)

aswrite issues calls to write() which may perform a partial write depending on the size of the data. The change here checks the number of bytes written and writes any remaining data if needed.

Link to proposal (if applicable)

Fixes Issue(s)

Checklist

@nvidia-jomiller nvidia-jomiller force-pushed the dev-fix-warnings-arch-stacktrace branch from 6148bc7 to 28fcfb3 Compare December 12, 2025 22:51
@jesschimein
Copy link
Copy Markdown
Collaborator

Filed as internal issue #USD-11719

(This is an automated message. See here for more information.)

aswrite issues calls to write() which may perform a partial write.
The change here checks the number of bytes written and writes any remaining data
@nvidia-jomiller nvidia-jomiller force-pushed the dev-fix-warnings-arch-stacktrace branch from 28fcfb3 to adce2f2 Compare March 17, 2026 17:07
@pixar-oss pixar-oss closed this in 929cdab Mar 24, 2026
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.

2 participants