Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6980187
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:58:55+00:00 2026-05-27T17:58:55+00:00

When I was converting a char * to NSString in my App, I got

  • 0

When I was converting a char * to NSString in my App, I got this strage error:

Canceling call as the malloc lock is held so it isn’t safe to call the runtime

The GDB gave me the below information.

Canceling call as the malloc lock is held so it isn’t safe to call the runtime.
Issue the command:
set objc-non-blocking-mode off
to override this check if you are sure your call doesn’t use the malloc libraries or the ObjC runtime.

Why this happens?

The code I used here is:

objcResponse.desc = [NSString stringWithCString:info->desc encoding:NSUTF8StringEncoding];

objCResponse is an Objective C entity and info is an C++ entity (class).

Other information:

I am using NSOperationQueue in my App to make calls to SOAP Web service.
I also get the below error if I used this code:

 char *value = info->desc;
    objcResponse.desc = [NSString stringWithCString:value encoding:NSUTF8StringEncoding];

Attempting to create USE_BLOCK_IN_FRAME variable with block that isn’t in the frame.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T17:58:56+00:00Added an answer on May 27, 2026 at 5:58 pm

    I came to know that the problem occurred due to the contents of info->desc being NULL.

    I did a check for NULL and convert them directly to NSString only if info->desc is not equal to NULL.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When converting a NSString to a char* using UTF8String, how to retain it? According
I am converting double values to string like this: std::string conv(double x) { char
This is a follow on from: Python - Converting Hex to INT/CHAR I now
The difference between Chr and Char when used in converting types is that one
I'm converting an old app that records folder sizes on a daily basis. The
char character = 'c'; string str = null; str = character.ToString();//this is ok char[]
I`m having problems converting a char array read from file to an int array.
Is there a way of converting a char into a string in C? I'm
Do we have a standard way of converting a char* to int (or long)
Converting a C++ string to a char array is pretty straightorward using the c_str

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.