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

Wrong error message for failing Condition.broadcast #6074

Closed
vicuna opened this issue Jul 12, 2013 · 3 comments
Closed

Wrong error message for failing Condition.broadcast #6074

vicuna opened this issue Jul 12, 2013 · 3 comments
Milestone

Comments

@vicuna
Copy link

vicuna commented Jul 12, 2013

Original bug ID: 6074
Reporter: @mmottl
Status: closed (set by @damiendoligez on 2013-07-24T20:43:09Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 4.00.1
Target version: 4.01.0+dev
Fixed in version: 4.01.0+dev
Category: runtime system and C interface
Monitored by: @mmottl

Bug description

File otherlibs/systhreads/st_stubs.c contains the following:

st_check_error(st_condvar_broadcast(Condition_val(wrapper)),
"Condition.signal");

The error location should be "Condition.broadcast", not "Condition.signal".

@vicuna
Copy link
Author

vicuna commented Jul 12, 2013

Comment author: @damiendoligez

Let me first check with Xavier to confirm that this is not on purpose.

@vicuna
Copy link
Author

vicuna commented Jul 16, 2013

Comment author: @damiendoligez

Xavier gave the green light.

@vicuna
Copy link
Author

vicuna commented Jul 24, 2013

Comment author: @damiendoligez

Fixed in 4.01 branch (rev 13933).

@vicuna vicuna closed this as completed Jul 24, 2013
@vicuna vicuna added the stdlib label Mar 14, 2019
@vicuna vicuna added this to the 4.01.0 milestone Mar 14, 2019
@vicuna vicuna added the bug label Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant