Any other simultaneous accesses result in undefined behavior.
任何其他并发访问的结果都是无定义的。
Attempting to unlock an unlocked mutex results in undefined behavior.
如果尝试解除锁定的互斥锁未锁定,则会产生不确定的行为。
Edit: you're also causing undefined behavior in several places in your program.
编辑:你也导致未定义的行为在你的程序中的几个地方。
This is undefined behavior and will depend on the calling convention being used.
这是未定义的行为取决于调用约定正在使用。
Thus, sequences of characters that resemble escape sequences cause undefined behavior.
譬如,转义序列一类的字符序列将导致未定义行动。
Attempting to unlock a mutex locked by a different thread results in undefined behavior.
尝试解除由其他线程锁定的互斥锁会产生不确定的行为。
Strip undefined behavior from your code, or use assertions to catch illegal USES of undefined behavior.
去除代码中的未定义的行为,或者使用断言来抓住未定义行为的非法使用。
Yes. It triggers "undefined behavior"; the compiler is entitled to crash your program the moment you do it, or worse.
是的。它触发“未定义行为”,编译器是有权使程序崩溃的时刻你做,或者更糟。
Undefined behavior means anything can happen — the code can work perfectly, it can crash, or it can work fine one day and crash the next.
未定义的行为意味着任何可能发生的事情-代码可以正常工作,它可能崩溃,工作罚款一天,崩溃下一个。
There are many common scenarios that lead to undefined behavior or outright browser crashes including having multiple plug-ins on the same page.
还有一些常见场景会导致未定义的行为或是浏览器崩溃,比如一个页面使用了多个插件就会导致这个问题。
You know all those times people have told you not to do something, because it's "undefined behavior", or that you don't really need to know the internals?
您肯定碰到过这种情形,有人叫您不要做某事,因为它是 “没有先例的行为”,或者您真的不需要了解内幕。
If it does, the behavior of these methods is undefined in the general case, although this specific implementation attempts to do something reasonable.
如果出现这种情形,通常这些方法的行为是未定义的,虽然这里的具体实现可能会尝试做某些合理的事情。
Failing to meet these requirements results in undefined run-time behavior.
若不能满足上述要求,将导致运行时未定义的行为。
The behavior of this operation is undefined if the specified collection is modified while the operation is in progress.
如果在操作过程中,指定的集合已被修改,则此操作的行为是未定义的。
Also, it is possible to produce circular dependencies, in which case the XAML processing behavior is undefined.
此外,在XAML处理行为未定义的情况下,也可能产生循环依赖关系。
If copying takes place between objects that overlap, the behavior is undefined.
注意下面的注释,对于地址重叠的情况,该函数的行为是未定义的。
If copying takes place between objects that overlap, the behavior is undefined.
注意下面的注释,对于地址重叠的情况,该函数的行为是未定义的。
应用推荐