Bugs item #912369, was opened at 2004-03-09 07:53 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428680&aid=912369&group_id=40696
Category: Behaviour Group: CVS Status: Open Resolution: None Priority: 5 Submitted By: Steven Wong (glutinous) Assigned to: Nobody/Anonymous (nobody) Summary: bbkeys causes failed assertion in libbt Initial Comment: Running bbkeys with blackbox. When ~/.bbkeysrc is modified or does not exist, bbkeys will exit due to a failed assertion. To reproduce, just run bbkeys without a config file, and wait around ten seconds. Or run bbkeys and add/or remove a few lines from your ~/.bbkeysrc. The assertion seems to be coming from a Font.cc, which exists in libbt, as far as I know. I'm running the current latest CVS versions of blackbox and bbkeys (2004-03-09). Here's the output from bug, produced by both the ways described above: $ bbkeys ScreenHandler: in findSupportingWM. ScreenHandler: first readSupportingWMCheck succeeded. ScreenHandler: second readSupportingWMCheck worked. ScreenHandler: Found compatible window manager: [Blackbox] for screen: [0]. ScreenHandler: Supported atoms: [45]. ScreenHandler: in findSupportingWM. ScreenHandler: first readSupportingWMCheck succeeded. ScreenHandler: second readSupportingWMCheck worked. ScreenHandler: Found compatible window manager: [Blackbox] for screen: [0]. ScreenHandler: Supported atoms: [45]. bbkeys: Font.cc:324: void bt::FontCache::release(const std::string&, unsigned int): Assertion `it != cache.end() && it->second.count > 0' failed. Aborted $ mv ~/.bbkeysrc ~/.bbkeysrc.old $ bbkeys KeyClient: ERROR: Couldn't load rc-file: [/home/steven/.bbkeysrc], falling back to default: [/home/steven/local/stow/bbkeys-cvs-2004-03-09/share/bbkeys/bbkeysrc] ScreenHandler: in findSupportingWM. ScreenHandler: first readSupportingWMCheck succeeded. ScreenHandler: second readSupportingWMCheck worked. ScreenHandler: Found compatible window manager: [Blackbox] for screen: [0]. ScreenHandler: Supported atoms: [45]. ScreenHandler: in findSupportingWM. ScreenHandler: first readSupportingWMCheck succeeded. ScreenHandler: second readSupportingWMCheck worked. ScreenHandler: Found compatible window manager: [Blackbox] for screen: [0]. ScreenHandler: Supported atoms: [45]. bbkeys: Font.cc:324: void bt::FontCache::release(const std::string&, unsigned int): Assertion `it != cache.end() && it->second.count > 0' failed. Aborted ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428680&aid=912369&group_id=40696 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
