GithubHelp home page GithubHelp logo

Comments (6)

dooglus avatar dooglus commented on May 8, 2024

I'm not able to reproduce this in ubuntu 11.04's development version, but I'm using an English locale.

Could you show me the output of running this in a terminal please, so I can better reproduce your environment?

env | grep -i -e 'c[sz]' -e lc

remove anything private from the output, should there be something you don't want to post.

Thanks.

Chris.

from bitcoin.

dooglus avatar dooglus commented on May 8, 2024

When I try to make a folder like you have, it becomes: /home/chris/Sta¾ené/bitcoin/ - the z hacek comes out like a 3/4 on my screen.

from bitcoin.

slush0 avatar slush0 commented on May 8, 2024

LANG=cs_CZ.utf8
GDM_LANG=cs_CZ.utf8

from bitcoin.

dooglus avatar dooglus commented on May 8, 2024

I still can't reproduce it, even with those settings.

Are you using the official build? 32 or 64 bit? When does it crash; before or after the GUI appears? What's the last few lines in ~/.bitcoin/debug.log when it crashes? Can you get a gdb backtrace?

from bitcoin.

zde avatar zde commented on May 8, 2024

I have confirmed the bug on Ubuntu 10.04.2 LTS. It's triggered when /proc/self/exe links to a UTF-8 path. Behavior differs depending on LANG setting.

  • LANG=C: bitcoin runs just fine
  • LANG=DE: assertion fails../src/common/intl.cpp(2554): assert "!m_strShort.empty()" failed in AddCatalog(): must initialize catalog first
  • LANG=cs_CZ.utf8: bitcoin silently segfaults, gdb shows corrupted stack trace.

strace suggests it happens during or right after this line, I think it's a wxLocale bug.

src/ui.cpp: g_locale.AddCatalog("wxstd"); // wxWidgets standard translations, if any

from bitcoin.

laanwj avatar laanwj commented on May 8, 2024

Was this a wx issue? Can anyone please re-test this with 0.5.0+?

from bitcoin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.