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 9002137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:31:47+00:00 2026-06-16T00:31:47+00:00

I just cracked open Foundations of GTK Development and was trying to do something

  • 0

I just cracked open Foundations of GTK Development and was trying to do something creative that would be useful in the future of the application I’m developing at work.

Specifically,

int main(int argc, char *argv[])
{
    GtkWidget *window = NULL, *label = NULL;
    GdkScreen *screen = NULL;
    gint width = 0, height = 0;
    char *resolution = NULL;

    gtk_init(&argc, &argv);

    if((screen = gdk_screen_get_default()) != NULL)
    {
        width  = gdk_screen_get_width(screen);
        height = gdk_screen_get_height(screen);
    }

    sprintf(resolution, "%d x %d", width, height);

    ...

causes a segfault when executed. I am certain that I’m making a noob mistake and that eventually I’ll recognize the error for what it is, but at present I am unable to figure it out. The Google results I’ve been able to generate haven’t been too useful either.

Any help?

  • 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-06-16T00:31:48+00:00Added an answer on June 16, 2026 at 12:31 am

    One problem is that the variable resolution points to NULL, so the sprintf to that will definitely result in undefined behavior (likely a crash). The code should either allocate memory for that variable (e.g., resolution = malloc(somesize);) or declare it on the stack (e.g., char resolution[somesize];)

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

Sidebar

Related Questions

I just found out that even though I obfuscate my application it can still
Just want to mention that I am really a newbie in API development (concepts,
Just wanting to know how I would accomplish something like this as a 1
Just a knowledge question which I would like to ask: For example, I have
Just wondering: I'm trying to set up an adaptive image handler in Coldfusion8, which
I have an encryption/copy protection question. I'm writing an application for a company that
I am developing a web application and I am wondering if someone has a
Just to be sure, can experts confirm that java.util.concurrent.locks.Lock and Doug Lea's original Sync
Just wondering what code I would need to do this?
I've just cracked my install.log file(s) for the first time and I could use

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.