R6034-runtime conflict Memorandum

Source: Internet
Author: User

RFID tunnel monitoring software, custom plug-in framework, QT interface, embedded python for secondary development interface (isolated from Beijing frog video and other peripheral communication ), when the system is started, "Microsoft runtime error r6034 may be caused by stack corruption... "Information, so while cursing Microsoft, while tracking various plug-ins, finally found:

1. When the custom XUL plug-in loads QT, QT loads "winsxs \... \ msvcr90.dll ";

2. Import the uuid module when loading the python interpreter (python3.2. in py 425th, when libname = 'C', ctypes. cdll (ctypes. util. find_library (libname) causes r6034 exceptions;

3. Locate the find_library function in ctypes/util. py and find that msvcrt *. dll is loaded directly when libname = 'C' or 'M', that is, msvcr90.dll is loaded.ProgramA copy of "msvcr90.dll" is copied under the directory, so the system loads a new "msvcr90.dll", and two copies of msvcr90.dll are loaded in the same process ", therefore, the error "r6034" occurs;

Solution: Remove "msvcr90.dll" under the current application directory.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.