From trac at haiku-os.org Thu Oct 1 04:00:00 2009 From: trac at haiku-os.org (mmadia) Date: Thu, 01 Oct 2009 02:00:00 -0000 Subject: [Haiku-bugs] [Haiku] #4680: A short-term solution for a package manager. In-Reply-To: <041.d8d66b47c4a57631bea6339fbfcf447c@haiku-os.org> References: <041.d8d66b47c4a57631bea6339fbfcf447c@haiku-os.org> Message-ID: <050.4bdea065177b0b3677ef61be8aae6dca@haiku-os.org> #4680: A short-term solution for a package manager. -------------------------+-------------------------------------------------- Reporter: mmadia | Owner: mmadia Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmadia): Attached the current work in progress. I'm considering importing more of build/jam and having this script to jump start jam. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 11:37:49 2009 From: trac at haiku-os.org (stippi) Date: Thu, 01 Oct 2009 09:37:49 -0000 Subject: [Haiku-bugs] [Haiku] #4685: [patch] Don't register mouse click when Wacom pen slightly touches tablet In-Reply-To: <041.82b479c18decadea802cf6054c9c55c2@haiku-os.org> References: <041.82b479c18decadea802cf6054c9c55c2@haiku-os.org> Message-ID: <050.4e582b6fd566e15f397a0dae18cd48d5@haiku-os.org> #4685: [patch] Don't register mouse click when Wacom pen slightly touches tablet -------------------------------+-------------------------------------------- Reporter: idefix | Owner: mmlr Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/Mouse/USB | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by stippi): Hm, maybe line 288 should be firstButton = (data[1] & 0x01) != 0; If that doesn't work, you can cut off the pressure, but do it like this: pressure = max_c(0.0, (pressure - 0.1)) / 0.9; which will make it range from 0.0 to 1.0 again. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 12:33:37 2009 From: trac at haiku-os.org (leszek) Date: Thu, 01 Oct 2009 10:33:37 -0000 Subject: [Haiku-bugs] [Haiku] #4687: Include pkill Message-ID: <041.a0953823f088e45fc76150051387ff37@haiku-os.org> #4687: Include pkill -------------------------+-------------------------------------------------- Reporter: leszek | Owner: nobody Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- I programmed a app that allows killing processes by their name instead of only their PID. Its written in python, maybe someone takes a look at it and may improve it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 13:55:14 2009 From: trac at haiku-os.org (kaliber) Date: Thu, 01 Oct 2009 11:55:14 -0000 Subject: [Haiku-bugs] [Haiku] #4687: Include pkill In-Reply-To: <041.a0953823f088e45fc76150051387ff37@haiku-os.org> References: <041.a0953823f088e45fc76150051387ff37@haiku-os.org> Message-ID: <050.bcb665262418f3fd96c3f2e953cc8faa@haiku-os.org> #4687: Include pkill -------------------------+-------------------------------------------------- Reporter: leszek | Owner: nobody Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by kaliber): It looks like a killall command. Is there a difference? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 14:16:05 2009 From: trac at haiku-os.org (peterm1561) Date: Thu, 01 Oct 2009 12:16:05 -0000 Subject: [Haiku-bugs] [Haiku] #4523: black screen on ATI Mobility Radeon X700 In-Reply-To: <042.4eef00fc4a432b0aac8d33eaac27dcbf@haiku-os.org> References: <042.4eef00fc4a432b0aac8d33eaac27dcbf@haiku-os.org> Message-ID: <051.e9f43ff32ce915f92b55210f430989bb@haiku-os.org> #4523: black screen on ATI Mobility Radeon X700 -------------------------------------+-------------------------------------- Reporter: makitka | Owner: euan Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/radeon | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by peterm1561): I have to correct my earlier comment. It seems to me that my compaq armada with ati rage mobility has another problem which is not based in the ati- driver. I checked it again it seems more acpi related. The laptop is not going into sleep mode, but in coma-mode and refuses to wake up. I re-checked my hp nc8000 with RV350 [Mobility Radeon 9600 M10] and in this case you can see the screen (a bit) but the backlight does not work. I'm not a developer but let me know if I can do anything to help solving this problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 15:53:52 2009 From: trac at haiku-os.org (leszek) Date: Thu, 01 Oct 2009 13:53:52 -0000 Subject: [Haiku-bugs] [Haiku] #4688: Deskbar Preflet too big to fit on netbook screens Message-ID: <041.ef35962e592b04193840953c66141d7c@haiku-os.org> #4688: Deskbar Preflet too big to fit on netbook screens -------------------------+-------------------------------------------------- Reporter: leszek | Owner: nobody Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences | Version: R1/Development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- The Deskbar Preflet is a little bit to big to fit on a netbook screen. (7 inch eeePC 701 here) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 15:58:59 2009 From: trac at haiku-os.org (leszek) Date: Thu, 01 Oct 2009 13:58:59 -0000 Subject: [Haiku-bugs] [Haiku] #4687: Include pkill In-Reply-To: <041.a0953823f088e45fc76150051387ff37@haiku-os.org> References: <041.a0953823f088e45fc76150051387ff37@haiku-os.org> Message-ID: <050.88513f77f22b197c19ab01ea3e175d8f@haiku-os.org> #4687: Include pkill -------------------------+-------------------------------------------------- Reporter: leszek | Owner: nobody Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by leszek): Killall will kill every instance of a application. This will only kill one. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 16:03:19 2009 From: trac at haiku-os.org (anevilyak) Date: Thu, 01 Oct 2009 14:03:19 -0000 Subject: [Haiku-bugs] [Haiku] #4688: Deskbar Preflet too big to fit on netbook screens In-Reply-To: <041.ef35962e592b04193840953c66141d7c@haiku-os.org> References: <041.ef35962e592b04193840953c66141d7c@haiku-os.org> Message-ID: <050.a0458029e9b68794557b8f675c9460d5@haiku-os.org> #4688: Deskbar Preflet too big to fit on netbook screens -------------------------+-------------------------------------------------- Reporter: leszek | Owner: jonas.kirilla Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences | Version: R1/Development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Changes (by anevilyak): * owner: nobody => jonas.kirilla -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 16:04:04 2009 From: trac at haiku-os.org (anevilyak) Date: Thu, 01 Oct 2009 14:04:04 -0000 Subject: [Haiku-bugs] [Haiku] #4687: Include pkill In-Reply-To: <041.a0953823f088e45fc76150051387ff37@haiku-os.org> References: <041.a0953823f088e45fc76150051387ff37@haiku-os.org> Message-ID: <050.ab50be10b812e183ad661d694ce1448b@haiku-os.org> #4687: Include pkill -------------------------+-------------------------------------------------- Reporter: leszek | Owner: nobody Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by anevilyak): Why make a new command for this? Why not enhance the existing kill to also be able to take a process name like BeOS's did? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 16:24:55 2009 From: trac at haiku-os.org (ilembitov) Date: Thu, 01 Oct 2009 14:24:55 -0000 Subject: [Haiku-bugs] [Haiku] #4689: Add shortcuts to StyledEdit Message-ID: <044.7199943fede8bbdc62c618071e720901@haiku-os.org> #4689: Add shortcuts to StyledEdit -------------------------------------+-------------------------------------- Reporter: ilembitov | Owner: korli Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/StyledEdit | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- I believe, StyledEdit could be much more useful if one could choose alignment (or beautifier) by using hotkeys and not by lurking through the menus: e.g., ctrl+b for bold, ctrl+j for justified alignment, etc. Of course, different fonts have different beautifiers, but there are three common ones: bold, italic and underline - those should be accessible through key combinations. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 16:30:39 2009 From: trac at haiku-os.org (leszek) Date: Thu, 01 Oct 2009 14:30:39 -0000 Subject: [Haiku-bugs] [Haiku] #4578: U3 USB Stick not mounting fat when inserting second time In-Reply-To: <041.94a5907365ab0960f94038e902fe7fa9@haiku-os.org> References: <041.94a5907365ab0960f94038e902fe7fa9@haiku-os.org> Message-ID: <050.c7ea7730150dec64365f12cb647b4ebd@haiku-os.org> #4578: U3 USB Stick not mounting fat when inserting second time -------------------------+-------------------------------------------------- Reporter: leszek | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1/alpha1 Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by leszek): Seems to be fixed. At least in r33396 everything is working fine no matter how often I put the stick in :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 17:00:49 2009 From: trac at haiku-os.org (leszek) Date: Thu, 01 Oct 2009 15:00:49 -0000 Subject: [Haiku-bugs] [Haiku] #4687: Include pkill In-Reply-To: <041.a0953823f088e45fc76150051387ff37@haiku-os.org> References: <041.a0953823f088e45fc76150051387ff37@haiku-os.org> Message-ID: <050.3dc7d4040cca9d1b4d2703cdf94d85c0@haiku-os.org> #4687: Include pkill -------------------------+-------------------------------------------------- Reporter: leszek | Owner: nobody Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by leszek): Didn't know that the kill command in BeOS could also kill something by entering its name. I think it should be seperated apps, as it is common in the unix world, and should no one confuse. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 19:20:00 2009 From: trac at haiku-os.org (kaliber) Date: Thu, 01 Oct 2009 17:20:00 -0000 Subject: [Haiku-bugs] [Haiku] #2044: Many sysconf definitions are missing. In-Reply-To: <041.bc1b38a070d8c1f8529512b6e366e7cc@haiku-os.org> References: <041.bc1b38a070d8c1f8529512b6e366e7cc@haiku-os.org> Message-ID: <050.27de90db80b0aef712abb7ac70b00cd7@haiku-os.org> #2044: Many sysconf definitions are missing. --------------------------+------------------------------------------------- Reporter: duaneb | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/POSIX | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by kaliber): * component: - General => System/POSIX -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 19:22:07 2009 From: trac at haiku-os.org (kaliber) Date: Thu, 01 Oct 2009 17:22:07 -0000 Subject: [Haiku-bugs] [Haiku] #2327: Please add langinfo.h as a public header In-Reply-To: <042.13ce36fe49dd2ce506a6744b61adb8c8@haiku-os.org> References: <042.13ce36fe49dd2ce506a6744b61adb8c8@haiku-os.org> Message-ID: <051.0d4b8c416149501beb81972e83e87a14@haiku-os.org> #2327: Please add langinfo.h as a public header --------------------------+------------------------------------------------- Reporter: kaliber | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System/POSIX | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by kaliber): * component: - General => System/POSIX -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 19:24:05 2009 From: trac at haiku-os.org (kaliber) Date: Thu, 01 Oct 2009 17:24:05 -0000 Subject: [Haiku-bugs] [Haiku] #2695: [XSI] Implement SA_SIGINFO for sigaction In-Reply-To: <043.2aada406c5c434c8914ba048254ebb99@haiku-os.org> References: <043.2aada406c5c434c8914ba048254ebb99@haiku-os.org> Message-ID: <052.75765170e2dd8bbf9f7c6c4aeb94a384@haiku-os.org> #2695: [XSI] Implement SA_SIGINFO for sigaction --------------------------+------------------------------------------------- Reporter: andreasf | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System/POSIX | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by kaliber): * component: System => System/POSIX -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 19:27:04 2009 From: trac at haiku-os.org (pulkomandy) Date: Thu, 01 Oct 2009 17:27:04 -0000 Subject: [Haiku-bugs] [Haiku] #4682: [patch] German localization for bluetooth preflet In-Reply-To: <040.689a200c48925238133d65ca1c504cb6@haiku-os.org> References: <040.689a200c48925238133d65ca1c504cb6@haiku-os.org> Message-ID: <049.be9886e2d5157a4c46b8ad60c7df7999@haiku-os.org> #4682: [patch] German localization for bluetooth preflet ------------------------------+--------------------------------------------- Reporter: svend | Owner: pulkomandy Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Kits/Locale Kit | Version: R1/alpha1 Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Changes (by pulkomandy): * status: assigned => closed * resolution: => fixed Comment: Applied in r33397 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 19:30:20 2009 From: trac at haiku-os.org (pulkomandy) Date: Thu, 01 Oct 2009 17:30:20 -0000 Subject: [Haiku-bugs] [Haiku] #4686: [German] Appearance preflet In-Reply-To: <040.1cd8e8083a608558c5892c13e7b751b2@haiku-os.org> References: <040.1cd8e8083a608558c5892c13e7b751b2@haiku-os.org> Message-ID: <049.b2a9ec7efc8153218b17c35899e6c81b@haiku-os.org> #4686: [German] Appearance preflet ------------------------------+--------------------------------------------- Reporter: colin | Owner: pulkomandy Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Kits/Locale Kit | Version: R1/Development Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Changes (by pulkomandy): * status: new => closed * resolution: => fixed Comment: Applied in r33398. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 19:56:32 2009 From: trac at haiku-os.org (augiedoggie) Date: Thu, 01 Oct 2009 17:56:32 -0000 Subject: [Haiku-bugs] [Haiku] #2877: [BeHappy] crashes on startup In-Reply-To: <042.7f10131feb7000b9ff9f7874207c747e@haiku-os.org> References: <042.7f10131feb7000b9ff9f7874207c747e@haiku-os.org> Message-ID: <051.7f4ea771a31fccfa5cde7f83adae6e13@haiku-os.org> #2877: [BeHappy] crashes on startup -----------------------+---------------------------------------------------- Reporter: scottmc | Owner: mmu_man Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - General | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by augiedoggie): I hope this can be fixed. BeHappy was working for me for a very long time and now this popped up just a few days ago. I get two different backtraces depending on if it's the first run(without a Preferences file) or the second run. On the first run I get a backtrace similar to the original one for this ticket. Second run: {{{ GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-pc-haiku"...(no debugging symbols found) [tcsetpgrp failed in terminal_inferior: Invalid Argument] Thread 940 caused an exception: Segment violation Reading symbols from /boot/system/runtime_loader...done. Loaded symbols for /boot/system/runtime_loader Reading symbols from /boot/system/lib/libbe.so...done. Loaded symbols for /boot/system/lib/libbe.so Reading symbols from /boot/system/lib/libtracker.so...done. Loaded symbols for /boot/system/lib/libtracker.so Reading symbols from /boot/system/lib/libroot.so...done. Loaded symbols for /boot/system/lib/libroot.so Reading symbols from /boot/system/lib/libstdc++.r4.so...done. Loaded symbols for /boot/system/lib/libstdc++.r4.so Reading symbols from /boot/system/lib/libtranslation.so...done. Loaded symbols for /boot/system/lib/libtranslation.so Reading symbols from /boot/system/lib/libtextencoding.so...done. Loaded symbols for /boot/system/lib/libtextencoding.so [tcsetpgrp failed in terminal_inferior: Invalid Argument] [Switching to team /boot/apps/BeHappy/BeHappy (932) thread w>BeHappy! (940)] 0x00408044 in BList::IndexOf () from /boot/system/lib/libbe.so (gdb) bt #0 0x00408044 in BList::IndexOf () from /boot/system/lib/libbe.so #1 0x002214d4 in Preferences::CloseWindow () #2 0x0021c08f in MainWindow::~MainWindow () #3 0x002ee5ce in BLooper::_task0_ () from /boot/system/lib/libbe.so #4 0x006c40c8 in thread_entry () from /boot/system/lib/libroot.so #5 0x70102fec in ?? () }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 20:00:18 2009 From: trac at haiku-os.org (colin) Date: Thu, 01 Oct 2009 18:00:18 -0000 Subject: [Haiku-bugs] [Haiku] #4686: [German] Appearance preflet In-Reply-To: <040.1cd8e8083a608558c5892c13e7b751b2@haiku-os.org> References: <040.1cd8e8083a608558c5892c13e7b751b2@haiku-os.org> Message-ID: <049.2f1c4c73b044d2b3ef94a2e9c9220d91@haiku-os.org> #4686: [German] Appearance preflet ------------------------------+--------------------------------------------- Reporter: colin | Owner: pulkomandy Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Locale Kit | Version: R1/Development Resolution: | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Changes (by colin): * status: closed => reopened * resolution: fixed => Comment: just a check for reopen permissions -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 20:04:57 2009 From: trac at haiku-os.org (augiedoggie) Date: Thu, 01 Oct 2009 18:04:57 -0000 Subject: [Haiku-bugs] [Haiku] #2877: [BeHappy] crashes on startup In-Reply-To: <042.7f10131feb7000b9ff9f7874207c747e@haiku-os.org> References: <042.7f10131feb7000b9ff9f7874207c747e@haiku-os.org> Message-ID: <051.5872025f2b944b957be0ae2a8574e3e3@haiku-os.org> #2877: [BeHappy] crashes on startup -----------------------+---------------------------------------------------- Reporter: scottmc | Owner: mmu_man Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - General | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by augiedoggie): Hmm, odd. I ran it using strace and noticed it was looking for libjpeg.so.62. I had previously removed libjpeg from /boot/common/lib so that I could use BeZilla. I still had netsurf working because I had moved libjpeg.so.62 into a new directory(/boot/apps/netsurf/lib). If I create the directory /boot/apps/BeHappy/lib and copy libjpeg.so.62 into this folder my problem goes away. So, maybe disregard my previous comment? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 20:11:04 2009 From: trac at haiku-os.org (pulkomandy) Date: Thu, 01 Oct 2009 18:11:04 -0000 Subject: [Haiku-bugs] [Haiku] #4686: [German] Appearance preflet In-Reply-To: <040.1cd8e8083a608558c5892c13e7b751b2@haiku-os.org> References: <040.1cd8e8083a608558c5892c13e7b751b2@haiku-os.org> Message-ID: <049.f89955e1d847e98916d911a95fa5c43c@haiku-os.org> #4686: [German] Appearance preflet ------------------------------+--------------------------------------------- Reporter: colin | Owner: pulkomandy Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Kits/Locale Kit | Version: R1/Development Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Changes (by pulkomandy): * status: reopened => closed * resolution: => fixed Comment: Works :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 20:26:52 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Thu, 01 Oct 2009 18:26:52 -0000 Subject: [Haiku-bugs] [Haiku] #4688: Deskbar Preflet too big to fit on netbook screens In-Reply-To: <041.ef35962e592b04193840953c66141d7c@haiku-os.org> References: <041.ef35962e592b04193840953c66141d7c@haiku-os.org> Message-ID: <050.4f851c179e7a0ac622cc897d768ea46f@haiku-os.org> #4688: Deskbar Preflet too big to fit on netbook screens -------------------------+-------------------------------------------------- Reporter: leszek | Owner: jonas.kirilla Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences | Version: R1/Development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by jonas.kirilla): I will replace the boxes with tabs. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 20:34:13 2009 From: trac at haiku-os.org (scottmc) Date: Thu, 01 Oct 2009 18:34:13 -0000 Subject: [Haiku-bugs] [Haiku] #2877: [BeHappy] crashes on startup In-Reply-To: <042.7f10131feb7000b9ff9f7874207c747e@haiku-os.org> References: <042.7f10131feb7000b9ff9f7874207c747e@haiku-os.org> Message-ID: <051.3615ed3a8eb416ce9bed5bf939cd469e@haiku-os.org> #2877: [BeHappy] crashes on startup -----------------------+---------------------------------------------------- Reporter: scottmc | Owner: mmu_man Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: - General | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by scottmc): I think libjpeg was updated to version 7 recently, so a fresh build of BeHappy would probably fix both of these issues. Maybe once mmu_man changes over to Haiku this will get fixed? ;) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 20:47:44 2009 From: trac at haiku-os.org (jackburton) Date: Thu, 01 Oct 2009 18:47:44 -0000 Subject: [Haiku-bugs] [Haiku] #4688: Deskbar Preflet too big to fit on netbook screens In-Reply-To: <041.ef35962e592b04193840953c66141d7c@haiku-os.org> References: <041.ef35962e592b04193840953c66141d7c@haiku-os.org> Message-ID: <050.44ea171bf227bf2cddcbb71df719ce22@haiku-os.org> #4688: Deskbar Preflet too big to fit on netbook screens -------------------------+-------------------------------------------------- Reporter: leszek | Owner: jonas.kirilla Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences | Version: R1/Development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by jackburton): Replying to [comment:2 jonas.kirilla]: > I will replace the boxes with tabs. Can't we just shrink the unused space a bit ? There aren't (yet) so many options to force the use of tabs. Moreover, we can still use more horizontal space, thus reducing the vertical used space. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 20:48:59 2009 From: trac at haiku-os.org (stippi) Date: Thu, 01 Oct 2009 18:48:59 -0000 Subject: [Haiku-bugs] [Haiku] #4682: [patch] German localization for bluetooth preflet In-Reply-To: <040.689a200c48925238133d65ca1c504cb6@haiku-os.org> References: <040.689a200c48925238133d65ca1c504cb6@haiku-os.org> Message-ID: <049.574f4d808025e797a83a3cd6414734b3@haiku-os.org> #4682: [patch] German localization for bluetooth preflet ------------------------------+--------------------------------------------- Reporter: svend | Owner: pulkomandy Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Kits/Locale Kit | Version: R1/alpha1 Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Comment(by stippi): Comment to svend: Bitte keinen Aktiv benutzen. Zum Beispiel statt "Empfange Daten..." sollte man "Daten werden empfangen..." benutzen. Ich finde aktiv klingt immer unprofessionell. Passiv klingt seri?s. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 22:01:36 2009 From: trac at haiku-os.org (leavengood) Date: Thu, 01 Oct 2009 20:01:36 -0000 Subject: [Haiku-bugs] [Haiku] #4252: [ScreenSaver] DebugNow background drawing in prevew mode In-Reply-To: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> References: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> Message-ID: <049.b547ae26b33daad071616971c6efa86e@haiku-os.org> #4252: [ScreenSaver] DebugNow background drawing in prevew mode -------------------------------------+-------------------------------------- Reporter: diver | Owner: leavengood Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/ScreenSaver | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Changes (by leavengood): * owner: stpere => leavengood * status: assigned => new Comment: While working on other things related to DebugNow I've figured out this issue. Basically it comes down to not setting the view's low color to the same blue as the background, so the default low color of black is used in the text rendering. This is related to the AA drawing so this probably didn't happen when I first wrote this screen saver. Taking ownership. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 22:18:56 2009 From: trac at haiku-os.org (pulkomandy) Date: Thu, 01 Oct 2009 20:18:56 -0000 Subject: [Haiku-bugs] [Haiku] #4619: Tracker for Haiku internationalization progress In-Reply-To: <045.5d9102ef4b020a5b0594e9226b7140b9@haiku-os.org> References: <045.5d9102ef4b020a5b0594e9226b7140b9@haiku-os.org> Message-ID: <054.d52604cc3e150f1e13cdb61e204eb9c3@haiku-os.org> #4619: Tracker for Haiku internationalization progress -----------------------------+---------------------------------------------- Reporter: pulkomandy | Owner: pulkomandy Type: enhancement | Status: assigned Priority: low | Milestone: R1 Component: Kits/Locale Kit | Version: R1/Development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Description changed by pulkomandy: Old description: > This is a general ticket to track progress on internationalization. It > only track the sourcecode and jamfiles part, not the availability of > languages (this probably belongs outside of tracker) > > == Done == > * Appearance preflet (uses BColorControl which features untranslated > "Red:", "Green:" and "Blue:") > * Bluetooth preflet > * CPU Frequency preflet > * Locale preflet > > == Skipped == > * Background preflet : needs to use layout kit > > == Not done == > * Everything else for now. New description: This is a general ticket to track progress on internationalization. It only track the sourcecode and jamfiles part, not the availability of languages (this probably belongs outside of tracker) == Done == * Appearance preflet (uses BColorControl which features untranslated "Red:", "Green:" and "Blue:") * Bluetooth preflet * CPU Frequency preflet * Fonts preflet * Locale preflet == Skipped == * Background preflet : needs to use layout kit * DataTranslation preflet : layout kit * Devices preflet : layout kit * Dial-up networking preflet : layout kit * FileTypes preflet : layout kit == Not done == * Everything else for now. -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 22:54:32 2009 From: trac at haiku-os.org (axeld) Date: Thu, 01 Oct 2009 20:54:32 -0000 Subject: [Haiku-bugs] [Haiku] #4688: Deskbar Preflet too big to fit on netbook screens In-Reply-To: <041.ef35962e592b04193840953c66141d7c@haiku-os.org> References: <041.ef35962e592b04193840953c66141d7c@haiku-os.org> Message-ID: <050.1dede215d9ba735402ac5af8f685b50f@haiku-os.org> #4688: Deskbar Preflet too big to fit on netbook screens -------------------------+-------------------------------------------------- Reporter: leszek | Owner: jonas.kirilla Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences | Version: R1/Development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by axeld): Does it fit if you choose a smaller font size? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 23:06:04 2009 From: trac at haiku-os.org (leavengood) Date: Thu, 01 Oct 2009 21:06:04 -0000 Subject: [Haiku-bugs] [Haiku] #4261: [DebugNow] text should be centered In-Reply-To: <040.3ad5e7587712ca777cd5c3ea74523db1@haiku-os.org> References: <040.3ad5e7587712ca777cd5c3ea74523db1@haiku-os.org> Message-ID: <049.a4604e1173509aadcb9a065a047b3e63@haiku-os.org> #4261: [DebugNow] text should be centered ------------------------------------+--------------------------------------- Reporter: diver | Owner: leavengood Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Add-Ons/Screen Savers | Version: R1/pre-alpha1 Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------------------+--------------------------------------- Changes (by leavengood): * status: new => closed * resolution: => fixed Comment: This should be fixed in r33404. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 23:05:13 2009 From: trac at haiku-os.org (leavengood) Date: Thu, 01 Oct 2009 21:05:13 -0000 Subject: [Haiku-bugs] [Haiku] #4252: [ScreenSaver] DebugNow background drawing in prevew mode In-Reply-To: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> References: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> Message-ID: <049.9c3745e2a4eaf18086dfcab9cf72ba8b@haiku-os.org> #4252: [ScreenSaver] DebugNow background drawing in prevew mode --------------------------------------+------------------------------------- Reporter: diver | Owner: leavengood Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences/ScreenSaver | Version: R1/pre-alpha1 Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------------+------------------------------------- Changes (by leavengood): * status: new => closed * resolution: => fixed Comment: This should be fixed in r33404. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 23:50:13 2009 From: trac at haiku-os.org (leavengood) Date: Thu, 01 Oct 2009 21:50:13 -0000 Subject: [Haiku-bugs] [Haiku] #4044: Module settings text is trimmed In-Reply-To: <039.58f73a59e07852cdc9fbd99a82889153@haiku-os.org> References: <039.58f73a59e07852cdc9fbd99a82889153@haiku-os.org> Message-ID: <048.6ac70833c956c372c22bb2cde7e91809@haiku-os.org> #4044: Module settings text is trimmed -------------------------------------+-------------------------------------- Reporter: togs | Owner: leavengood Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Preferences/ScreenSaver | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by leavengood): This should be fixed in r33405. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Oct 1 23:51:36 2009 From: trac at haiku-os.org (leavengood) Date: Thu, 01 Oct 2009 21:51:36 -0000 Subject: [Haiku-bugs] [Haiku] #4044: Module settings text is trimmed In-Reply-To: <039.58f73a59e07852cdc9fbd99a82889153@haiku-os.org> References: <039.58f73a59e07852cdc9fbd99a82889153@haiku-os.org> Message-ID: <048.616da7e19f58f43f32bf034386e6387e@haiku-os.org> #4044: Module settings text is trimmed --------------------------------------+------------------------------------- Reporter: togs | Owner: leavengood Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences/ScreenSaver | Version: R1/pre-alpha1 Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------------+------------------------------------- Changes (by leavengood): * status: assigned => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 08:30:31 2009 From: trac at haiku-os.org (koki) Date: Fri, 02 Oct 2009 06:30:31 -0000 Subject: [Haiku-bugs] [Haiku] #4690: Writing to USB extremely slow Message-ID: <039.f280dd69a1a697612dde8e83ebab6a95@haiku-os.org> #4690: Writing to USB extremely slow -------------------------+-------------------------------------------------- Reporter: koki | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Using revision 33211, copying files to a USB thumbdrive (0930:6545 "Kingston" "DataTraveler 2.0" ver. 0100) is extremely slow. The Tracker progress window shows completion of the copy operation very soon, but the thumbdrive LED keeps flashing for a long time, during which it is not possible to unmount the drive (I suppose indicating that copy operation is still taking place). Here are the approximate times that it took Haiku to actually finish copying: 65MB of video files: 3 minutes 350MB ZIP: 8 minutes Listdev output attached. Not sure of the component selection, so feel free to change. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 09:00:42 2009 From: trac at haiku-os.org (siarzhuk) Date: Fri, 02 Oct 2009 07:00:42 -0000 Subject: [Haiku-bugs] [Haiku] #4690: Writing to USB extremely slow In-Reply-To: <039.f280dd69a1a697612dde8e83ebab6a95@haiku-os.org> References: <039.f280dd69a1a697612dde8e83ebab6a95@haiku-os.org> Message-ID: <048.be1ab7af332ed651c845edf2ec8f5ecb@haiku-os.org> #4690: Writing to USB extremely slow -------------------------+-------------------------------------------------- Reporter: koki | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Changes (by siarzhuk): * cc: imker@? (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 09:15:44 2009 From: trac at haiku-os.org (colin) Date: Fri, 02 Oct 2009 07:15:44 -0000 Subject: [Haiku-bugs] [Haiku] #4682: [patch] German localization for bluetooth preflet In-Reply-To: <040.689a200c48925238133d65ca1c504cb6@haiku-os.org> References: <040.689a200c48925238133d65ca1c504cb6@haiku-os.org> Message-ID: <049.bf5cbaec8c1ee0238fa38a716b2bd72a@haiku-os.org> #4682: [patch] German localization for bluetooth preflet ------------------------------+--------------------------------------------- Reporter: svend | Owner: pulkomandy Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Locale Kit | Version: R1/alpha1 Resolution: | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Changes (by colin): * status: closed => reopened * resolution: fixed => Comment: Reopening ticket to indicate newly added patch. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 10:23:01 2009 From: trac at haiku-os.org (PieterPanman) Date: Fri, 02 Oct 2009 08:23:01 -0000 Subject: [Haiku-bugs] [Haiku] #4682: [patch] German localization for bluetooth preflet In-Reply-To: <040.689a200c48925238133d65ca1c504cb6@haiku-os.org> References: <040.689a200c48925238133d65ca1c504cb6@haiku-os.org> Message-ID: <049.f6226f35308041f7c5074ad1169d9f58@haiku-os.org> #4682: [patch] German localization for bluetooth preflet ------------------------------+--------------------------------------------- Reporter: svend | Owner: pulkomandy Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Locale Kit | Version: R1/alpha1 Resolution: | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Comment(by PieterPanman): Apparently I have nothing better to do. :) Spotted double spaces between two words: {{{ wenn Sie eine Verbindung herstellen m?chten }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 11:19:42 2009 From: trac at haiku-os.org (Boo) Date: Fri, 02 Oct 2009 09:19:42 -0000 Subject: [Haiku-bugs] [Haiku] #4690: Writing to USB extremely slow In-Reply-To: <039.f280dd69a1a697612dde8e83ebab6a95@haiku-os.org> References: <039.f280dd69a1a697612dde8e83ebab6a95@haiku-os.org> Message-ID: <048.b782ac2b1c557397129e932b57c41dc7@haiku-os.org> #4690: Writing to USB extremely slow -------------------------+-------------------------------------------------- Reporter: koki | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Changes (by Boo): * cc: boobsd@? (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 12:06:14 2009 From: trac at haiku-os.org (diver) Date: Fri, 02 Oct 2009 10:06:14 -0000 Subject: [Haiku-bugs] [Haiku] #4691: [Interface Kit] tooltips blocks hotkeys Message-ID: <040.6efa276b90227023cd23671ab1b69df1@haiku-os.org> #4691: [Interface Kit] tooltips blocks hotkeys --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Open Installer.[[BR]] Move mouse over "Set up partitions..." button and wait for tool tip to appear.[[BR]] Try to close current active window with alt+w.[[BR]][[BR]] Tested in VirtualBox 3.0.4 with r33407. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 16:13:54 2009 From: trac at haiku-os.org (skstinson2003) Date: Fri, 02 Oct 2009 14:13:54 -0000 Subject: [Haiku-bugs] [Haiku] #4692: Boot Issue with Alpha release Message-ID: <048.00c2130c3985d395e2ec07546fb69a49@haiku-os.org> #4692: Boot Issue with Alpha release ---------------------------+------------------------------------------------ Reporter: skstinson2003 | Owner: nobody Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1/alpha1 Blockedby: | Platform: x64 Blocking: | ---------------------------+------------------------------------------------ As of the last nightly build from September 24, I was able to boot and use Haiku. However the Alpha release will not boot on my system. All boot up logos light up, but will not procede after the Rocket lights. My systems is as follows: Intel DP43TF Mobo Intel E8400 Processor - Core 2 Duo 3.00 GHz 4 GB RAM 2 - SATA hard drives 1 - SATA DVD burner I tried two methods to install. Direct copy of image onto hard drive with makebootable from pre-release partition. Also ran install from cd burned from ISO. All proceded fine, but no desktop. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 16:51:23 2009 From: trac at haiku-os.org (colin) Date: Fri, 02 Oct 2009 14:51:23 -0000 Subject: [Haiku-bugs] [Haiku] #4682: [patch] German localization for bluetooth preflet In-Reply-To: <040.689a200c48925238133d65ca1c504cb6@haiku-os.org> References: <040.689a200c48925238133d65ca1c504cb6@haiku-os.org> Message-ID: <049.de6ab5721ac60e7acc67acd4c4f0a145@haiku-os.org> #4682: [patch] German localization for bluetooth preflet ------------------------------+--------------------------------------------- Reporter: svend | Owner: pulkomandy Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Locale Kit | Version: R1/alpha1 Resolution: | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Comment(by colin): Thanx PieterPanman for reporting! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 18:04:53 2009 From: trac at haiku-os.org (colin) Date: Fri, 02 Oct 2009 16:04:53 -0000 Subject: [Haiku-bugs] [Haiku] #4683: [patch] German localization for cpufrequenzy preflet In-Reply-To: <040.8f5d5a1c10f071fbdccd815907bd4204@haiku-os.org> References: <040.8f5d5a1c10f071fbdccd815907bd4204@haiku-os.org> Message-ID: <049.5aa69c11226042e06645cfb1be864a2b@haiku-os.org> #4683: [patch] German localization for cpufrequenzy preflet ------------------------------+--------------------------------------------- Reporter: svend | Owner: pulkomandy Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Locale Kit | Version: R1/alpha1 Resolution: | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Changes (by colin): * status: closed => reopened * resolution: fixed => Comment: Reopened to inform about new patch. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 18:07:10 2009 From: trac at haiku-os.org (StephaneCharette) Date: Fri, 02 Oct 2009 16:07:10 -0000 Subject: [Haiku-bugs] [Haiku] #4431: Panic: calling unlock_memory() on unmapped memory! In-Reply-To: <041.1f52cd9b9af9e63fa6224d6ba6c042f2@haiku-os.org> References: <041.1f52cd9b9af9e63fa6224d6ba6c042f2@haiku-os.org> Message-ID: <050.c8f20a8a9c6b0796179e0af4e061eb40@haiku-os.org> #4431: Panic: calling unlock_memory() on unmapped memory! ---------------------------+------------------------------------------------ Reporter: mmadia | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 alpha1 Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by StephaneCharette): I have almost the same happen to me this morning while doing a "jam clean;jam -j4 -q haiku-cd" on Haiku r33344. Some of the numbers are different. From the output on the screen, it looks like it was still doing the clean and hadn't started building yet. Thing is, I don't have SCSI on my system, and USB is disabled on this VM, so I don't know why a "scsi scheduler" thread is running. Will attach screen shot of my bt. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 18:08:23 2009 From: trac at haiku-os.org (colin) Date: Fri, 02 Oct 2009 16:08:23 -0000 Subject: [Haiku-bugs] [Haiku] #4673: German localization for Locale In-Reply-To: <041.e416c12052b8360597f41a60f22289fc@haiku-os.org> References: <041.e416c12052b8360597f41a60f22289fc@haiku-os.org> Message-ID: <050.bf97f1971af7bdf7809806f178c53902@haiku-os.org> #4673: German localization for Locale ------------------------------+--------------------------------------------- Reporter: leszek | Owner: pulkomandy Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Locale Kit | Version: R1/alpha1 Resolution: | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Changes (by colin): * status: closed => reopened * resolution: fixed => Comment: Reopened to inform about new patch -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 18:25:39 2009 From: trac at haiku-os.org (StephaneCharette) Date: Fri, 02 Oct 2009 16:25:39 -0000 Subject: [Haiku-bugs] [Haiku] #4693: when in kernel debug land, the CPUs spike up to 100% use Message-ID: <051.2dbbbbcb59dc05f3279c89b0adb7f44f@haiku-os.org> #4693: when in kernel debug land, the CPUs spike up to 100% use ------------------------------+--------------------------------------------- Reporter: StephaneCharette | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- I have Haiku running on a 4-CPU system within VirtualBox. When a problem happens that causes the Kernel Debug Land to display within Haiku, all 4 of my physical CPUs on my host spike up to 100% usage, and remain there until I exit or reboot from KDL. It would be nice if there were some yields or sleeps or ...? to ensure that host systems aren't pegged at 100% usage when Haiku has a failure. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 18:29:57 2009 From: trac at haiku-os.org (anevilyak) Date: Fri, 02 Oct 2009 16:29:57 -0000 Subject: [Haiku-bugs] [Haiku] #4693: when in kernel debug land, the CPUs spike up to 100% use In-Reply-To: <051.2dbbbbcb59dc05f3279c89b0adb7f44f@haiku-os.org> References: <051.2dbbbbcb59dc05f3279c89b0adb7f44f@haiku-os.org> Message-ID: <060.1c872c923916be8841d89b3ddd21294e@haiku-os.org> #4693: when in kernel debug land, the CPUs spike up to 100% use ------------------------------+--------------------------------------------- Reporter: StephaneCharette | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by anevilyak): That's not really possible, as KDL runs with interrupts disabled. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 18:41:37 2009 From: trac at haiku-os.org (anevilyak) Date: Fri, 02 Oct 2009 16:41:37 -0000 Subject: [Haiku-bugs] [Haiku] #4693: when in kernel debug land, the CPUs spike up to 100% use In-Reply-To: <051.2dbbbbcb59dc05f3279c89b0adb7f44f@haiku-os.org> References: <051.2dbbbbcb59dc05f3279c89b0adb7f44f@haiku-os.org> Message-ID: <060.094207ddafe5d1cfe0185983f742b283@haiku-os.org> #4693: when in kernel debug land, the CPUs spike up to 100% use -------------------------------+-------------------------------------------- Reporter: StephaneCharette | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1/alpha1 Resolution: invalid | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Changes (by anevilyak): * status: new => closed * resolution: => invalid Comment: If you don't have time/inclination to actually track down the backtrace, you can use the kernel settings file (config/settings/kernel/drivers/kernel) to disable KDL and have it reboot on panic instead, but the issue described is not fixable without essentially rendering the kernel debugger useless. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 18:43:39 2009 From: trac at haiku-os.org (colin) Date: Fri, 02 Oct 2009 16:43:39 -0000 Subject: [Haiku-bugs] [Haiku] #4673: German localization for Locale In-Reply-To: <041.e416c12052b8360597f41a60f22289fc@haiku-os.org> References: <041.e416c12052b8360597f41a60f22289fc@haiku-os.org> Message-ID: <050.f4cb58819dca976528b3cd91f6f05c51@haiku-os.org> #4673: German localization for Locale ------------------------------+--------------------------------------------- Reporter: leszek | Owner: pulkomandy Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Locale Kit | Version: R1/alpha1 Resolution: | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Comment(by colin): ''de.catkeys - locale preflet.4.patch'' is the same as ''de.catkeys - locale preflet.3.patch'' with some added enhancements -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 19:03:51 2009 From: trac at haiku-os.org (colin) Date: Fri, 02 Oct 2009 17:03:51 -0000 Subject: [Haiku-bugs] [Haiku] #4694: The word "Hour" cannot be localized Message-ID: <040.9e1df0e487e0a6646d4fb05efeeb6120@haiku-os.org> #4694: The word "Hour" cannot be localized -----------------------------+---------------------------------------------- Reporter: colin | Owner: pulkomandy Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Locale Kit | Version: R1/Development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Using any language besides English reveals this bug. See attached screenshot. It is impossible to translate this word, as it isn't published in the catkeys files. There is also a patch attached, that shows a possible way to fix that. Though a recreation of the associated catkeys will be needed after applying this patch. Revisions up to at least 33409 showing this behaviour. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 23:14:58 2009 From: trac at haiku-os.org (mpanasyuk) Date: Sat, 03 Oct 2009 21:14:58 -0000 Subject: [Haiku-bugs] [Haiku] #4709: [Kaleidoscope] makes system too slow to react on user's input In-Reply-To: <044.bfc259b75bd2d6b89289458334fe0c11@haiku-os.org> References: <044.bfc259b75bd2d6b89289458334fe0c11@haiku-os.org> Message-ID: <053.2181b711dd9e1c524149d6bd5e4fce58@haiku-os.org> #4709: [Kaleidoscope] makes system too slow to react on user's input -----------------------+---------------------------------------------------- Reporter: mpanasyuk | Owner: nobody Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by mpanasyuk): Forgot to mention - VESA mode. Can't test not in VESA because my graphics card is not supported (nVidia 8600GT) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 23:03:53 2009 From: trac at haiku-os.org (jan_64) Date: Sat, 03 Oct 2009 21:03:53 -0000 Subject: [Haiku-bugs] [Haiku] #4707: BTextView::OffsetAt(int32 offset) crashes when offset is <0 Message-ID: <041.3e694f0202672330a211b6ccf25f2c08@haiku-os.org> #4707: BTextView::OffsetAt(int32 offset) crashes when offset is <0 --------------------------------+------------------------------------------- Reporter: jan_64 | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- BTextView::OffsetAt(int32 offset) crashes when offset is negative. (It doesn't crash on BeOS R5.) To fix this bug, just add: if(offset<0) offset = 0; -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 23:48:41 2009 From: trac at haiku-os.org (mpanasyuk) Date: Sat, 03 Oct 2009 21:48:41 -0000 Subject: [Haiku-bugs] [Haiku] #4712: [Haiku3d] does not close when "Close All" is selected from Deskbar menu In-Reply-To: <044.e582a5f10eaa7b5ee7a7c1d07e30a93b@haiku-os.org> References: <044.e582a5f10eaa7b5ee7a7c1d07e30a93b@haiku-os.org> Message-ID: <053.24dad5da1c3d2da6184ffd24bdc64400@haiku-os.org> #4712: [Haiku3d] does not close when "Close All" is selected from Deskbar menu --------------------------+------------------------------------------------- Reporter: mpanasyuk | Owner: nobody Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by mpanasyuk): * component: - General => Applications -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Oct 4 02:58:24 2009 From: trac at haiku-os.org (v) Date: Sun, 04 Oct 2009 00:58:24 -0000 Subject: [Haiku-bugs] [Haiku] #3541: Core 2 Duo shows as Core 2 Extreme In-Reply-To: <044.a074bf1d5c961862f8a5ccdd44c7a2ac@haiku-os.org> References: <044.a074bf1d5c961862f8a5ccdd44c7a2ac@haiku-os.org> Message-ID: <053.8f24eee6dd4c737db3f627a101cc6c64@haiku-os.org> #3541: Core 2 Duo shows as Core 2 Extreme -----------------------+---------------------------------------------------- Reporter: j_freeman | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by v): re: new patch It still needs work, but shows approach I've chosen. Instead of using the stored model string from the kernel, cpuid is read again as this does not seem to warrant introducing a new syscall. I've tested the principle on my PC, but as its cpu doesn't identify as a Core 2 Extreme, I'd appreciate it if it's tested on one of the 45nm Core2-based cpu's. I haven't tested it on r33411 as that resulted in build failure. get_cpuid_model_string() was in part taken from src/bin/sysinfo.c Still left to do: -I will have to compare it to the coding style guide. -I'm not happy with introducing 3 free(cpu) calls in get_cpu_model_string(system_info *info). -It's quite bulky so I'll try to rework it into a reusable function or macro, but at least shows the principle of it and the direction I'm taking. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Oct 5 04:23:38 2009 From: trac at haiku-os.org (rogueeve) Date: Mon, 05 Oct 2009 02:23:38 -0000 Subject: [Haiku-bugs] [Haiku] #4721: app_server flag fixes (patch) Message-ID: <043.a900ff586cefeb67fb3a82a503e6e7f8@haiku-os.org> #4721: app_server flag fixes (patch) --------------------------------+------------------------------------------- Reporter: rogueeve | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Patch candidate for some app_server issues having to do with B_NO_SERVER_SIDE_WINDOW_MODIFIERS, as discussed on the haiku-dev mailing list. The second file is a program that can be used to test the changes. Changeset is: * Fixed B_NO_SERVER_SIDE_WINDOW_MODIFIERS and B_CLOSE_ON_ESCAPE window flags not working. * Added B_VALID_WINDOW_FLAGS constant to Window.h and modified app_server's ValidWindowFlags() function, to eliminate the need for a list of flags to be in two places, and possibly avoid the above problem in the future. * The same method unfortunately would not work for the WINDOW_FEEL and _LOOK constants, because they are not bitflags, so a warning was added to Window.h about the possible need to update app_server if they are changed (a bit of a todo, I guess) * CTRL+ALT-click "server side window modifiers" now require exactly the CTRL+ALT shortcut to be down; CTRL+ALT+SHIFT for example is not counted. * CTRL+ALT clicks are ignored and let through to the window if no special action would have been taken anyway; e.g. if the window is not movable. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 22:56:20 2009 From: trac at haiku-os.org (jan_64) Date: Sat, 03 Oct 2009 20:56:20 -0000 Subject: [Haiku-bugs] [Haiku] #4705: Horizontal Scrollbar Ignores Range in BTextView Message-ID: <041.db497070d6c41051bcb299afcd49a83e@haiku-os.org> #4705: Horizontal Scrollbar Ignores Range in BTextView --------------------------------+------------------------------------------- Reporter: jan_64 | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- The horizontal scrollbar ignores a range given to it by BTextView::SetTextRect(BRect) when the width of the TextRect is larger than the visible rectangle and word wrap is turned off. To reproduce, open StyledEdit, turn off word wrap and type a long sentence that goes beyond the visible frame. The horizontal scrollbar does not update as expected and any non-visible text cannot be reached. (I reproduced this bug in r32959 but I have heard that it still occurs in later revisions.) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 22:06:29 2009 From: trac at haiku-os.org (diver) Date: Fri, 02 Oct 2009 20:06:29 -0000 Subject: [Haiku-bugs] [Haiku] #4695: [Deskbar] "Recent folders" option is mixed with "Recent applications" Message-ID: <040.0679dfde90630be2fe8863551f756f1f@haiku-os.org> #4695: [Deskbar] "Recent folders" option is mixed with "Recent applications" ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Unchecking "Recent folders" disables "Recent applications" count and vise versa. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Oct 4 08:43:01 2009 From: trac at haiku-os.org (rogueeve) Date: Sun, 04 Oct 2009 06:43:01 -0000 Subject: [Haiku-bugs] [Haiku] #4717: Fix Tracker Replace behavior (patch) Message-ID: <043.129a0a1cd569a513aa8ba34ad53c82c0@haiku-os.org> #4717: Fix Tracker Replace behavior (patch) ----------------------------------+----------------------------------------- Reporter: rogueeve | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- The Tracker does not seem to properly handle when a single file is copied from one folder into another that has a file of the same name. The Replace All or Prompt box is popped up, even if only a single file was copied, despite the comment that says this was not the intent. This is a ridiculously simple patch that makes the code do what the comment says. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Oct 4 00:49:42 2009 From: trac at haiku-os.org (rogueeve) Date: Sat, 03 Oct 2009 22:49:42 -0000 Subject: [Haiku-bugs] [Haiku] #4697: "raw_char" keyboard problems in latest SVN In-Reply-To: <043.db345de9cd90ee2219d482592e95d9cc@haiku-os.org> References: <043.db345de9cd90ee2219d482592e95d9cc@haiku-os.org> Message-ID: <052.344511d07d77f4e5ce1e5a925e03e54e@haiku-os.org> #4697: "raw_char" keyboard problems in latest SVN ----------------------------------+----------------------------------------- Reporter: rogueeve | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/input_server | Version: R1/Development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by rogueeve): Well I can not easily just wipe everything and start over because I use Haiku as my main OS, and all my settings etc are on this partition. However you are absolutely right and it turned out that that is exactly what the problem was. I think it was one of the settings files that must have slightly changed it's format. I probably should have investigated it further before calling it a bug but I was distracted by another project yesterday and wasn't TOO concerned about upgrading and so didn't really finish looking into it. So in short: Nothing to see here! Just chalk it up to user error! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 11:30:02 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 03 Oct 2009 09:30:02 -0000 Subject: [Haiku-bugs] [Haiku] #4698: Prefs not saved when moving to next mail Message-ID: <044.49741be466e00d60af074dace8a3424f@haiku-os.org> #4698: Prefs not saved when moving to next mail -------------------------------+-------------------------------------------- Reporter: humdinger | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Mail | Version: R1/Development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- This is r33299. * Open an email in Mail * Edit preferences to set font size from 12 to 14 --> quote colouring disappears in the open email, otherwise it worked: font size really is 14. * Now, move to the next email with ALT+CursorUP/DOWN or the GUI button. --> the next mail is again displayed with font size 12, though when opening the preferences, it says font size 14. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 23:47:54 2009 From: trac at haiku-os.org (mpanasyuk) Date: Sat, 03 Oct 2009 21:47:54 -0000 Subject: [Haiku-bugs] [Haiku] #4701: [MediaPlayer] "Play background clips at" setting is always "Full volume". In-Reply-To: <044.22fd182676fa20d557a25ca1b6ae0afc@haiku-os.org> References: <044.22fd182676fa20d557a25ca1b6ae0afc@haiku-os.org> Message-ID: <053.a5a9fdd176c7adc3de98e1c7e427e8db@haiku-os.org> #4701: [MediaPlayer] "Play background clips at" setting is always "Full volume". --------------------------------------+------------------------------------- Reporter: mpanasyuk | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Changes (by mpanasyuk): * owner: nobody => marcusoverhagen * component: - General => Applications/MediaPlayer -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Oct 4 10:02:20 2009 From: trac at haiku-os.org (jedie) Date: Sun, 04 Oct 2009 08:02:20 -0000 Subject: [Haiku-bugs] [Haiku] #4718: Haiku won't boot on Asus M3A78-EMH HDMI: USB Problems In-Reply-To: <040.83d31f5522bdbb7e8ac86cfa18c0cfbe@haiku-os.org> References: <040.83d31f5522bdbb7e8ac86cfa18c0cfbe@haiku-os.org> Message-ID: <049.a4d960494abbebc74339463d028e3557@haiku-os.org> #4718: Haiku won't boot on Asus M3A78-EMH HDMI: USB Problems -------------------------+-------------------------------------------------- Reporter: jedie | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1/Development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Changes (by jedie): * cc: dev.haiku-os.org@? (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Oct 4 04:57:25 2009 From: trac at haiku-os.org (bonefish) Date: Sun, 04 Oct 2009 02:57:25 -0000 Subject: [Haiku-bugs] [Haiku] #4714: profile crashes with General Exception Fault 0x0 In-Reply-To: <043.f45ba0a2a6abe959abc05f98b4e90af0@haiku-os.org> References: <043.f45ba0a2a6abe959abc05f98b4e90af0@haiku-os.org> Message-ID: <052.2c07414d68d19264e7f44be6371966cf@haiku-os.org> #4714: profile crashes with General Exception Fault 0x0 ---------------------------------------------+------------------------------ Reporter: dlmcpaul | Owner: nobody Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1/alpha1 Blockedby: | Platform: x86 Blocking: | ---------------------------------------------+------------------------------ Comment(by bonefish): Couldn't reproduce with a small video under VMware and r33396. Please add a pointer to a file you can reproduce it with -- just to rule out that this is relevant. Also, a real stack trace -- like with all the numbers -- would be helpful (picture is fine, if readable). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 20:16:54 2009 From: trac at haiku-os.org (StephaneCharette) Date: Fri, 02 Oct 2009 18:16:54 -0000 Subject: [Haiku-bugs] [Haiku] #4693: when in kernel debug land, the CPUs spike up to 100% use In-Reply-To: <051.2dbbbbcb59dc05f3279c89b0adb7f44f@haiku-os.org> References: <051.2dbbbbcb59dc05f3279c89b0adb7f44f@haiku-os.org> Message-ID: <060.620d7d47a3e44f72d20e6020225976f6@haiku-os.org> #4693: when in kernel debug land, the CPUs spike up to 100% use -------------------------------+-------------------------------------------- Reporter: StephaneCharette | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1/alpha1 Resolution: | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Changes (by StephaneCharette): * status: closed => reopened * resolution: invalid => Comment: What I don't understand is why all 4 of my CPUs would spike to 100% usage. So if KDL spins somewhere waiting for user input before running a command, that would mean 1 of my CPUs would spike to 100% while the rest remain idle. But all CPUs spiking to 100% usage means we have at least 4 threads doing nothing but busy loops while it sits at the KDL prompt waiting for user input. I'm new to Haiku, so I have zero understanding on how the Haiku kernel works, and I apologize for this. But it seems to me like this bug ticket was closed somewhat quickly, with an explanation that -- as a software developer but not a Haiku kernel developer -- I unfortunately don't understand. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 04:12:46 2009 From: trac at haiku-os.org (mvfranz) Date: Sat, 03 Oct 2009 02:12:46 -0000 Subject: [Haiku-bugs] [Haiku] #4696: sched.h is missing struct sched_param Message-ID: <042.30e44d77d4c9780698b476d5e17de774@haiku-os.org> #4696: sched.h is missing struct sched_param ---------------------+------------------------------------------------------ Reporter: mvfranz | Owner: nobody Type: bug | Status: new Priority: normal | Milestone: R1 Component: System | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | ---------------------+------------------------------------------------------ To work with posix threads struct sched_param must be defined. /boot/develop/headers/posix/sched.h is missing this definition. adding : struct sched_param { int sched_priority; }; is all that is needed. It seems that the spec only defines one field. Any others are platform specific. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Oct 4 09:16:28 2009 From: trac at haiku-os.org (leavengood) Date: Sun, 04 Oct 2009 07:16:28 -0000 Subject: [Haiku-bugs] [Haiku] #4717: Fix Tracker Replace behavior (patch) In-Reply-To: <043.129a0a1cd569a513aa8ba34ad53c82c0@haiku-os.org> References: <043.129a0a1cd569a513aa8ba34ad53c82c0@haiku-os.org> Message-ID: <052.732c3c58edc1bfbad00a05c0a60ab8a5@haiku-os.org> #4717: Fix Tracker Replace behavior (patch) ----------------------------------+----------------------------------------- Reporter: rogueeve | Owner: leavengood Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1/alpha1 Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by leavengood): * owner: axeld => leavengood * status: new => assigned Comment: Funny that this wasn't caught before. Good catch! I've made this change on my side and tested it and it looks fine. I will commit when Berlios is back. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 20:07:15 2009 From: trac at haiku-os.org (aljen) Date: Sat, 03 Oct 2009 18:07:15 -0000 Subject: [Haiku-bugs] [Haiku] #4699: Haiku fails to boot on MSI GT627 notebook Message-ID: <040.4c3dc4c04f23612e4f1f3c22de5a3879@haiku-os.org> #4699: Haiku fails to boot on MSI GT627 notebook --------------------------+------------------------------------------------- Reporter: aljen | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1/Development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Attached photo from KDL and lspci output from linux: {{{ 00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07) 00:01.0 PCI bridge: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port (rev 07) 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03) 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03) 00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03) 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03) 00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03) 00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) 00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03) 00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03) 00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03) 00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03) 00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03) 00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03) 00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03) 00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93) 00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03) 00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03) 00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03) 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01) 06:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100 07:00.0 FireWire (IEEE 1394): JMicron Technology Corp. IEEE 1394 Host Controller 07:00.1 System peripheral: JMicron Technology Corp. SD/MMC Host Controller 07:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller 07:00.3 System peripheral: JMicron Technology Corp. MS Host Controller 07:00.4 System peripheral: JMicron Technology Corp. xD Host Controller 08:00.0 VGA compatible controller: nVidia Corporation G94 [GeForce 9800M GS] (rev a1) }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Oct 4 10:16:26 2009 From: trac at haiku-os.org (stippi) Date: Sun, 04 Oct 2009 08:16:26 -0000 Subject: [Haiku-bugs] [Haiku] #3541: Core 2 Duo shows as Core 2 Extreme In-Reply-To: <044.a074bf1d5c961862f8a5ccdd44c7a2ac@haiku-os.org> References: <044.a074bf1d5c961862f8a5ccdd44c7a2ac@haiku-os.org> Message-ID: <053.91bf895cbd6dfb624adbe9f0aafe473c@haiku-os.org> #3541: Core 2 Duo shows as Core 2 Extreme -----------------------+---------------------------------------------------- Reporter: j_freeman | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by stippi): Hi v, thanks for the new patch! I cannot really comment on whether this is the best approach (it looks to me like it gets the job done). Just thought I'd mention that it may be a better approach to pass the new function a pre-allocated string, that way you avoid a lot of potential errors (allocation failure, forgetting to free the string, ...). The code would become cleaner. Just document the expected maximum length of the string above the function and make sure it is honored where it is called. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 23:35:27 2009 From: trac at haiku-os.org (mpanasyuk) Date: Sat, 03 Oct 2009 21:35:27 -0000 Subject: [Haiku-bugs] [Haiku] #4711: [Icon-O-Matic] application window can't be resized to smaller dimention Message-ID: <044.f3d40e6bc53a2a6d0958f260e2a90852@haiku-os.org> #4711: [Icon-O-Matic] application window can't be resized to smaller dimention -----------------------+---------------------------------------------------- Reporter: mpanasyuk | Owner: nobody Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- When some style is selected application window can't be resized to dimention smaller than it was before style was selected. Haiku R1/alpha1 (Revision 32975) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 22:58:19 2009 From: trac at haiku-os.org (mpanasyuk) Date: Sat, 03 Oct 2009 20:58:19 -0000 Subject: [Haiku-bugs] [Haiku] #4706: [Mail] "Show Icons" mode dublicates "Show Icons & Labels" mode Message-ID: <044.0d1ab2981fce947a873ab115f546ea15@haiku-os.org> #4706: [Mail] "Show Icons" mode dublicates "Show Icons & Labels" mode -----------------------+---------------------------------------------------- Reporter: mpanasyuk | Owner: nobody Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Haiku R1/alpha1 (Revision 32975) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 14:27:14 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Sat, 03 Oct 2009 12:27:14 -0000 Subject: [Haiku-bugs] [Haiku] #4621: Stripping down "Configure Deskbar Menu" In-Reply-To: <041.d4621aca28eced4f380fa954067e5a9d@haiku-os.org> References: <041.d4621aca28eced4f380fa954067e5a9d@haiku-os.org> Message-ID: <050.375653be55f6e6277e5f3e9c8456a16e@haiku-os.org> #4621: Stripping down "Configure Deskbar Menu" -----------------------------------+---------------------------------------- Reporter: mmadia | Owner: jonas.kirilla Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1/alpha1 Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by jonas.kirilla): * status: new => closed * resolution: => fixed Comment: Done in r33363. Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Oct 4 15:34:41 2009 From: trac at haiku-os.org (pulkomandy) Date: Sun, 04 Oct 2009 13:34:41 -0000 Subject: [Haiku-bugs] [Haiku] #4683: [patch] German localization for cpufrequenzy preflet In-Reply-To: <040.8f5d5a1c10f071fbdccd815907bd4204@haiku-os.org> References: <040.8f5d5a1c10f071fbdccd815907bd4204@haiku-os.org> Message-ID: <049.4ed993ffd5726fb6cfecd34c7e1df7e8@haiku-os.org> #4683: [patch] German localization for cpufrequenzy preflet ------------------------------+--------------------------------------------- Reporter: svend | Owner: pulkomandy Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Kits/Locale Kit | Version: R1/alpha1 Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Changes (by pulkomandy): * status: reopened => closed * resolution: => fixed Comment: Applied in r33415. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 21:26:09 2009 From: trac at haiku-os.org (fano) Date: Sat, 03 Oct 2009 19:26:09 -0000 Subject: [Haiku-bugs] [Haiku] #1026: Black screen when Haiku switch to graphical mode after bootscreen GeForce 6150 In-Reply-To: <039.4bfb2d61bcd7320f493569858adbe572@haiku-os.org> References: <039.4bfb2d61bcd7320f493569858adbe572@haiku-os.org> Message-ID: <048.e77f695f07893635299d317d7baadde0@haiku-os.org> #1026: Black screen when Haiku switch to graphical mode after bootscreen GeForce 6150 -------------------------------------+-------------------------------------- Reporter: acca | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1/pre-alpha1 Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by fano): I've set "switchhead false" and tried with the VGA only... black screen! The monitor doesn't goes in standby but stays ON: I don't have resolution information... but it has oddly refresh numbers selected: 44.4 KHz/55 Hz. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 23:51:49 2009 From: trac at haiku-os.org (mpanasyuk) Date: Sat, 03 Oct 2009 21:51:49 -0000 Subject: [Haiku-bugs] [Haiku] #4703: [Tracker] Update file size and attributes of new files. In-Reply-To: <044.33d6c4b5efa7912f706cf992e20ad663@haiku-os.org> References: <044.33d6c4b5efa7912f706cf992e20ad663@haiku-os.org> Message-ID: <053.7f6166aa7928d1e01f5f81d1ff736daf@haiku-os.org> #4703: [Tracker] Update file size and attributes of new files. ----------------------------------+----------------------------------------- Reporter: mpanasyuk | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by mpanasyuk): * owner: nobody => axeld * component: - General => Applications/Tracker -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Oct 4 18:26:27 2009 From: trac at haiku-os.org (mmlr) Date: Sun, 04 Oct 2009 16:26:27 -0000 Subject: [Haiku-bugs] [Haiku] #4718: Haiku won't boot on Asus M3A78-EMH HDMI: USB Problems In-Reply-To: <040.83d31f5522bdbb7e8ac86cfa18c0cfbe@haiku-os.org> References: <040.83d31f5522bdbb7e8ac86cfa18c0cfbe@haiku-os.org> Message-ID: <049.9f6dff55095408b009256fddb67c00bc@haiku-os.org> #4718: Haiku won't boot on Asus M3A78-EMH HDMI: USB Problems -------------------------+-------------------------------------------------- Reporter: jedie | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1/Development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): Broken hardware... {{{ applying AMD SB600/SB700 USB freeze workaround }}} It's a quirk. Did you try disabling legacy support in the BIOS? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Oct 4 09:58:07 2009 From: trac at haiku-os.org (jedie) Date: Sun, 04 Oct 2009 07:58:07 -0000 Subject: [Haiku-bugs] [Haiku] #4718: Haiku won't boot on Asus M3A78-EMH HDMI: USB Problems Message-ID: <040.83d31f5522bdbb7e8ac86cfa18c0cfbe@haiku-os.org> #4718: Haiku won't boot on Asus M3A78-EMH HDMI: USB Problems -------------------------+-------------------------------------------------- Reporter: jedie | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1/Development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- I tried: haiku-nightly-r33411-x86gcc4-cd.zip Boot hangs with USB problems. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Oct 2 20:30:33 2009 From: trac at haiku-os.org (anevilyak) Date: Fri, 02 Oct 2009 18:30:33 -0000 Subject: [Haiku-bugs] [Haiku] #4693: when in kernel debug land, the CPUs spike up to 100% use In-Reply-To: <051.2dbbbbcb59dc05f3279c89b0adb7f44f@haiku-os.org> References: <051.2dbbbbcb59dc05f3279c89b0adb7f44f@haiku-os.org> Message-ID: <060.5f4924e0d886b6eb0382724358aa449e@haiku-os.org> #4693: when in kernel debug land, the CPUs spike up to 100% use -------------------------------+-------------------------------------------- Reporter: StephaneCharette | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1/alpha1 Resolution: invalid | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Changes (by anevilyak): * status: reopened => closed * resolution: => invalid Comment: The problem as I said is interrupts are disabled. This applies to all CPUs, not just the current one, as they must all enter KDL when a panic happens. However, since they're disabled, you cannot use any idling techniques, since those invariably involve sleeping until an interrupt. Trying to do that with ints disabled would permanently kill the session since you'd never be able to wake the CPU up again without completely resetting the system. As such this is simply an unavoidable consequence. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 22:34:14 2009 From: trac at haiku-os.org (luroh) Date: Sat, 03 Oct 2009 20:34:14 -0000 Subject: [Haiku-bugs] [Haiku] #4697: "raw_char" keyboard problems in latest SVN In-Reply-To: <043.db345de9cd90ee2219d482592e95d9cc@haiku-os.org> References: <043.db345de9cd90ee2219d482592e95d9cc@haiku-os.org> Message-ID: <052.503cceed2a3bdd54b8124177ee32bacc@haiku-os.org> #4697: "raw_char" keyboard problems in latest SVN ----------------------------------+----------------------------------------- Reporter: rogueeve | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/input_server | Version: R1/Development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by luroh): Oh, and I should probably add that I don't trust 'jam update-all' either, it didn't take long before it bit me in the behind. :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Oct 3 23:37:58 2009 From: trac at haiku-os.org (mpanasyuk) Date: Sat, 03 Oct 2009 21:37:58 -0000 Subject: [Haiku-bugs] [Haiku] #4712: [Haiku3d] does not close when "Close All" is selected from Deskbar menu Message-ID: <044.e582a5f10eaa7b5ee7a7c1d07e30a93b@haiku-os.org> #4712: [Haiku3d] does not close when "Close All" is selected from Deskbar menu -----------------------+---------------------------------------------------- Reporter: mpanasyuk | Owner: nobody Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1/pre-alpha1 Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Haiku R1/alpha1 (Revision 32975) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Oct 4 04:06:21 2009 From: trac at haiku-os.org (dlmcpaul) Date: Sun, 04 Oct 2009 02:06:21 -0000 Subject: [Haiku-bugs] [Haiku] #4714: profile crashes with General Exception Fault 0x0 Message-ID: <043.f45ba0a2a6abe959abc05f98b4e90af0@haiku-os.org> #4714: profile crashes with General Exception Fault 0x0 ---------------------------------------------+------------------------------ Reporter: dlmcpaul | Owner: nobody Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1/alpha1 Blockedby: | Platform: x86 Blocking: | ---------------------------------------------+------------------------------ When I try to profile a media add-on with profile I get a General Exception Fault 0x0 The stacktrace is like this: profiling_do_sample arch_debug_get_stack_trace get_next_frame_no_debugger arch_cpu_user_memcpy+01e <-- Fault here Looking at the parameters passed the src ptr either contains 0 or a value > 0xfffffff0 By placing a check in get_next_frame_no_debugger to return error for the values mentioned above I get profile data. The arch_cpu_user_memcpy adds a fault handler to trap these sorts of errors but it does not seem to be working for me. Tested on real hardware: Eee Box B202 Atom N270 To reproduce try profile /system/apps/MediaPlayer