From trac at haiku-os.org Sat Aug 1 00:16:28 2009 From: trac at haiku-os.org (axeld) Date: Fri, 31 Jul 2009 22:16:28 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.d06fb5b440a240002f78bbddc6a71deb@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by axeld): First of all, I would think that those are totally unrelated problems. Then, pinpointing to the release where this happened would help tremendously helpful, as would be syslogs. There have been no changes that I know of that could produce either problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 00:56:25 2009 From: trac at haiku-os.org (brecht) Date: Fri, 31 Jul 2009 22:56:25 -0000 Subject: [Haiku-bugs] [Haiku] #2872: Desktop Folder Missing in Tracker Window In-Reply-To: <040.b7a9b57dd769ed1a23fbf34a92067ead@haiku-os.org> References: <040.b7a9b57dd769ed1a23fbf34a92067ead@haiku-os.org> Message-ID: <049.67d37aa6ac9bfed6a3d054c55652d2c0@haiku-os.org> #2872: Desktop Folder Missing in Tracker Window ----------------------------------+----------------------------------------- Reporter: jrash | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by brecht): * cc: brecht@? (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 01:54:29 2009 From: trac at haiku-os.org (brecht) Date: Fri, 31 Jul 2009 23:54:29 -0000 Subject: [Haiku-bugs] [Haiku] #4167: FilePanel should mimic Tracker windows Message-ID: <041.e79e9b5a02f1f1a47aa0d7d756ec4063@haiku-os.org> #4167: FilePanel should mimic Tracker windows ------------------------------+--------------------------------------------- Reporter: brecht | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- FilePanel should also provide the popup menu that appears when " items" in the bottom left of a Tracker window is clicked. This makes the drop- down list that sits above the file list view obsolete. The latter is less versatile, afterall. I would personally also find it handy to have the Tracker navigator at the top of FilePanel, so that one could quickly navigate the file system with the help of the buttons or enter a path by keyboard. Adding Tracker's "Window" menu with some of its items might also be helpful. Especially when a thumbnails view mode might get added in the future. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 08:03:06 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Sat, 01 Aug 2009 06:03:06 -0000 Subject: [Haiku-bugs] [Haiku] #4167: FilePanel should mimic Tracker windows In-Reply-To: <041.e79e9b5a02f1f1a47aa0d7d756ec4063@haiku-os.org> References: <041.e79e9b5a02f1f1a47aa0d7d756ec4063@haiku-os.org> Message-ID: <050.ae36f248bde567ead014b796244b91d6@haiku-os.org> #4167: FilePanel should mimic Tracker windows ------------------------------+--------------------------------------------- Reporter: brecht | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by jonas.kirilla): This patch turns on submenus in the top menufield and turns on the popup menu of the CountView in the bottom-left of the listview. It needs more changes to work right, as testing will show. They get out of sync. It can be criticised from a logical and aesthetic point of view as well. The popups are in reverse order relative to one another. One includes the current directory and the other does not. All of these things can be changed, but I think it would still feel cluttered. A breadcrumb bar would seem better for the future. (Which could double as a path input box, by shortcut or a button press.) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 12:41:16 2009 From: trac at haiku-os.org (bga) Date: Sat, 01 Aug 2009 10:41:16 -0000 Subject: [Haiku-bugs] [Haiku] #4168: BDirectWindow exclusive fullscreen mode does not seem to work in VESA mode. Message-ID: <038.fca0b6d32e1681e97c5e6f035b0477f3@haiku-os.org> #4168: BDirectWindow exclusive fullscreen mode does not seem to work in VESA mode. ---------------------------+------------------------------------------------ Reporter: bga | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ The attached code demonstrates this. This is the Stars Be Sample Code. It creates its own window that derives from BDirectWindow and adds a shortcut so ALT+F was supposed to switch it to full screen mode. Funny enough, it starts in window mode and works without problems (according to Steffano it was not supposed to), but although pressing ALT+F does call SetFullScreen() and the BDirectWindow thinks that it is in fullscreen mode now (IsFullScreen() returns true), the Window does not visually change to fullscreen mode. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 12:47:30 2009 From: trac at haiku-os.org (bga) Date: Sat, 01 Aug 2009 10:47:30 -0000 Subject: [Haiku-bugs] [Haiku] #4168: BDirectWindow exclusive fullscreen mode does not seem to work in VESA mode. In-Reply-To: <038.fca0b6d32e1681e97c5e6f035b0477f3@haiku-os.org> References: <038.fca0b6d32e1681e97c5e6f035b0477f3@haiku-os.org> Message-ID: <047.12ecc8bfd02d65316201bc18b8ebdff0@haiku-os.org> #4168: BDirectWindow exclusive fullscreen mode does not seem to work in VESA mode. ---------------------------+------------------------------------------------ Reporter: bga | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Comment(by bga): BTW, although I mention VESA, that's just the driver in use here. I have no idea if it works with other drivers as expected or not. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 13:19:38 2009 From: trac at haiku-os.org (bga) Date: Sat, 01 Aug 2009 11:19:38 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.67100024dcf1662138bc745eada477ba@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by bga): Culprit is r32020. Reverting it got my 1400x1050 mode back. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 16:33:26 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 01 Aug 2009 14:33:26 -0000 Subject: [Haiku-bugs] [Haiku] #2830: Change item name "Get Info" In-Reply-To: <044.b4713d81442793bfcc23c7da4eb51285@haiku-os.org> References: <044.b4713d81442793bfcc23c7da4eb51285@haiku-os.org> Message-ID: <053.b5be7ec4e5e915218f38b6832b121c0e@haiku-os.org> #2830: Change item name "Get Info" ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: modeenf Type: enhancement | Status: assigned Priority: normal | Milestone: Unscheduled Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by modeenf): * milestone: R1 => Unscheduled Comment: This are the discussion we had and I belive that this can be done after R1. Unscheduled was things to do after R1 yes? http://www.freelists.org/post/haiku-development/Should-these-be- implemented -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 16:47:08 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 01 Aug 2009 14:47:08 -0000 Subject: [Haiku-bugs] [Haiku] #2985: ProcessController preselected button In-Reply-To: <041.34e9686bb951caad7a7568c15b698828@haiku-os.org> References: <041.34e9686bb951caad7a7568c15b698828@haiku-os.org> Message-ID: <050.acdb24f7d34595536e2a9ff3cb52e926@haiku-os.org> #2985: ProcessController preselected button ---------------------------+------------------------------------------------ Reporter: miqlas | Owner: modeenf Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Resolution: invalid | Blockedby: Platform: x86 | Blocking: ---------------------------+------------------------------------------------ Changes (by modeenf): * status: assigned => closed * resolution: => invalid Comment: Here's the discussion http://www.freelists.org/post/haiku-development/Should-these-be- implemented tested on r32055 esc works to close the dialog window. I believe that's it esc you think of hitting first if you don't want to kill the thread. Closing this. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 16:48:27 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 01 Aug 2009 14:48:27 -0000 Subject: [Haiku-bugs] [Haiku] #2937: In Icon-O-Matic at start the drawing zone is not centered. In-Reply-To: <041.9316e7c0fb100a4e8d8bf5c4938284f3@haiku-os.org> References: <041.9316e7c0fb100a4e8d8bf5c4938284f3@haiku-os.org> Message-ID: <050.8af698c05b24c66d0571382f82f4fc56@haiku-os.org> #2937: In Icon-O-Matic at start the drawing zone is not centered. ---------------------------------------+------------------------------------ Reporter: miqlas | Owner: modeenf Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Icon-O-Matic | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------------------+------------------------------------ Comment(by modeenf): Discussion can be found here. http://www.freelists.org/post/haiku-development/Should-these-be- implemented -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 16:51:29 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 01 Aug 2009 14:51:29 -0000 Subject: [Haiku-bugs] [Haiku] #3320: [CodyCam] display alert in a video view In-Reply-To: <040.5c3f491aaf76a33aaed4f0e9875b56d9@haiku-os.org> References: <040.5c3f491aaf76a33aaed4f0e9875b56d9@haiku-os.org> Message-ID: <049.6016dfc3c9cfc9ba92a97b1b466d26b3@haiku-os.org> #3320: [CodyCam] display alert in a video view -----------------------------------+---------------------------------------- Reporter: diver | Owner: modeenf Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications/CodyCam | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by modeenf): * status: new => closed * resolution: => invalid Comment: No rejections for 3 weeks. Closing this. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 17:06:03 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 01 Aug 2009 15:06:03 -0000 Subject: [Haiku-bugs] [Haiku] #3636: [apps/aboutSystem]the text can not be displayed, when the font is big In-Reply-To: <040.826610926020f69c925879315cdaee42@haiku-os.org> References: <040.826610926020f69c925879315cdaee42@haiku-os.org> Message-ID: <049.20d82fecc6170c9087e8217f0ed62d4b@haiku-os.org> #3636: [apps/aboutSystem]the text can not be displayed, when the font is big --------------------------------------+------------------------------------- Reporter: chico | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/AboutSystem | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Changes (by modeenf): * owner: axeld => bonefish * component: Applications => Applications/AboutSystem -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 17:11:32 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 01 Aug 2009 15:11:32 -0000 Subject: [Haiku-bugs] [Haiku] #1906: BeIDE crash In-Reply-To: <040.101ee775fff9b72592882d61daa31318@haiku-os.org> References: <040.101ee775fff9b72592882d61daa31318@haiku-os.org> Message-ID: <049.9614338dabec4a1af898615546c21459@haiku-os.org> #1906: BeIDE crash --------------------------+------------------------------------------------- Reporter: thorn | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by modeenf): Tested in r32055. Now the aboutbox don't appear. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 17:19:25 2009 From: trac at haiku-os.org (jackburton) Date: Sat, 01 Aug 2009 15:19:25 -0000 Subject: [Haiku-bugs] [Haiku] #4168: BDirectWindow exclusive fullscreen mode does not seem to work in VESA mode. In-Reply-To: <038.fca0b6d32e1681e97c5e6f035b0477f3@haiku-os.org> References: <038.fca0b6d32e1681e97c5e6f035b0477f3@haiku-os.org> Message-ID: <047.2ac03d6b29debd16a99a5072d0770c87@haiku-os.org> #4168: BDirectWindow exclusive fullscreen mode does not seem to work in VESA mode. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Changes (by jackburton): * owner: marcusoverhagen => jackburton -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 17:19:59 2009 From: trac at haiku-os.org (jackburton) Date: Sat, 01 Aug 2009 15:19:59 -0000 Subject: [Haiku-bugs] [Haiku] #4168: BDirectWindow exclusive fullscreen mode does not seem to work in VESA mode. In-Reply-To: <038.fca0b6d32e1681e97c5e6f035b0477f3@haiku-os.org> References: <038.fca0b6d32e1681e97c5e6f035b0477f3@haiku-os.org> Message-ID: <047.d065c111e28c7b7a328d7d3c0f2ca07c@haiku-os.org> #4168: BDirectWindow exclusive fullscreen mode does not seem to work in VESA mode. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Comment(by jackburton): We also have that code in the tree (although it's stripped down). I'll use it to find the problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 17:21:57 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 01 Aug 2009 15:21:57 -0000 Subject: [Haiku-bugs] [Haiku] #4131: [Workspaces] add Quit and About box to right click menu In-Reply-To: <040.851f8e747afb1a19a927514797eed1da@haiku-os.org> References: <040.851f8e747afb1a19a927514797eed1da@haiku-os.org> Message-ID: <049.daf7b7d642f2fcf636fb6c58136e84c8@haiku-os.org> #4131: [Workspaces] add Quit and About box to right click menu -------------------------------------+-------------------------------------- Reporter: diver | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by modeenf): If you click on the hand (or what it is) you get a about and remove replicant. was that what you was looking for? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 17:22:10 2009 From: trac at haiku-os.org (Hubert) Date: Sat, 01 Aug 2009 15:22:10 -0000 Subject: [Haiku-bugs] [Haiku] #4169: Little problem with lack libiconv.so in Haiku gcc4/gcc2 Message-ID: <041.b8d75decc3c3136a07bab7b03b0ded38@haiku-os.org> #4169: Little problem with lack libiconv.so in Haiku gcc4/gcc2 --------------------------+------------------------------------------------- Reporter: Hubert | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Why in gcc4 hybrid I don't have library libiconv.so (needed for Bezilla Browser) - in gcc2 hybrid I have this library. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 17:27:49 2009 From: trac at haiku-os.org (diver) Date: Sat, 01 Aug 2009 15:27:49 -0000 Subject: [Haiku-bugs] [Haiku] #4131: [Workspaces] add Quit and About box to right click menu In-Reply-To: <040.851f8e747afb1a19a927514797eed1da@haiku-os.org> References: <040.851f8e747afb1a19a927514797eed1da@haiku-os.org> Message-ID: <049.ec773a0181ace1cc8f5056306ae336b3@haiku-os.org> #4131: [Workspaces] add Quit and About box to right click menu -------------------------------------+-------------------------------------- Reporter: diver | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by diver): Yes, I know this is a generic way to remove replicants. But ordinary users will try to find it in context menu especially if "Show replicants" option is off. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 17:44:04 2009 From: trac at haiku-os.org (anevilyak) Date: Sat, 01 Aug 2009 15:44:04 -0000 Subject: [Haiku-bugs] [Haiku] #4169: Little problem with lack libiconv.so in Haiku gcc4/gcc2 In-Reply-To: <041.b8d75decc3c3136a07bab7b03b0ded38@haiku-os.org> References: <041.b8d75decc3c3136a07bab7b03b0ded38@haiku-os.org> Message-ID: <050.02ac7220b01ca8202245c63d1d70b8d9@haiku-os.org> #4169: Little problem with lack libiconv.so in Haiku gcc4/gcc2 ---------------------------+------------------------------------------------ Reporter: Hubert | Owner: bonefish Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: ---------------------------+------------------------------------------------ Changes (by anevilyak): * status: new => closed * resolution: => fixed Comment: Fixed in r32061. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 17:58:03 2009 From: trac at haiku-os.org (jackburton) Date: Sat, 01 Aug 2009 15:58:03 -0000 Subject: [Haiku-bugs] [Haiku] #4168: BDirectWindow exclusive fullscreen mode does not seem to work in VESA mode. In-Reply-To: <038.fca0b6d32e1681e97c5e6f035b0477f3@haiku-os.org> References: <038.fca0b6d32e1681e97c5e6f035b0477f3@haiku-os.org> Message-ID: <047.083eb6cdb043299a55e54717c9c08c3b@haiku-os.org> #4168: BDirectWindow exclusive fullscreen mode does not seem to work in VESA mode. ----------------------------+----------------------------------------------- Reporter: bga | Owner: jackburton Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: ----------------------------+----------------------------------------------- Changes (by jackburton): * status: new => closed * resolution: => fixed Comment: Should work since r32062. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 18:05:16 2009 From: trac at haiku-os.org (diver) Date: Sat, 01 Aug 2009 16:05:16 -0000 Subject: [Haiku-bugs] [Haiku] #4170: [Network] Intel pro 1000 driver freezes os after boot Message-ID: <040.aa4426554b38d4942db3e4b17f42d034@haiku-os.org> #4170: [Network] Intel pro 1000 driver freezes os after boot -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- If you select Intel PRO/1000 MT Server (82545EM) in VirtualBox 3.0.2 Haiku will freeze after boot (before Tracker start)[[BR]] If you check "Disable Audio" in VirtualBox preferences Haiku will boot just fine, but will fail to get ip by DHCP[[BR]] Manually configure an IP doesn't make it work. This is with r32060 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 18:07:29 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 01 Aug 2009 16:07:29 -0000 Subject: [Haiku-bugs] [Haiku] #918: intel_extreme: destroyed mouse pointer In-Reply-To: <038.dbb28b0735b32860b51d336e1c05d31c@haiku-os.org> References: <038.dbb28b0735b32860b51d336e1c05d31c@haiku-os.org> Message-ID: <047.128bece44938a036e0471e6e99783310@haiku-os.org> #918: intel_extreme: destroyed mouse pointer --------------------------------------------+------------------------------- Reporter: b3w | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------------------+------------------------------- Comment(by modeenf): I have a i855GM and I don't have this problem in r32055, I would like to close this ticket as resolved (don't now what revision) any rejections? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 18:07:32 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 01 Aug 2009 16:07:32 -0000 Subject: [Haiku-bugs] [Haiku] #3846: Intel_extreme driver problem on i855g In-Reply-To: <041.8e2da958b60be9625819b9679aa20321@haiku-os.org> References: <041.8e2da958b60be9625819b9679aa20321@haiku-os.org> Message-ID: <050.b9f12b5ec9e921a258efce17ef12e114@haiku-os.org> #3846: Intel_extreme driver problem on i855g --------------------------------------------+------------------------------- Reporter: walera | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------------------+------------------------------- Comment(by modeenf): I think that Ticket #1299 are related. When I try to change resolution on my i855gm I get weird effects. Print screen don't show but perhaps changing resolution are a miner problem right now :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 18:09:14 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 01 Aug 2009 16:09:14 -0000 Subject: [Haiku-bugs] [Haiku] #4131: [Workspaces] add Quit and About box to right click menu In-Reply-To: <040.851f8e747afb1a19a927514797eed1da@haiku-os.org> References: <040.851f8e747afb1a19a927514797eed1da@haiku-os.org> Message-ID: <049.1d3b4888cb5efcb27fda0118e22f0626@haiku-os.org> #4131: [Workspaces] add Quit and About box to right click menu -------------------------------------+-------------------------------------- Reporter: diver | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by modeenf): Ah didn't know this was a generic thing :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 18:16:55 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 01 Aug 2009 16:16:55 -0000 Subject: [Haiku-bugs] [Haiku] #35: Implement a TTY module layer In-Reply-To: <054.5cb3427685ba96caf060a0fa2dd85610@haiku-os.org> References: <054.5cb3427685ba96caf060a0fa2dd85610@haiku-os.org> Message-ID: <063.8e3c7e75a152afcb30cb1960fcfdcf5a@haiku-os.org> #35: Implement a TTY module layer ----------------------------------+----------------------------------------- Reporter: maxim@? | Owner: Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers/TTY | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ----------------------------------+----------------------------------------- Changes (by modeenf): * version: => R1 development * component: Drivers => Drivers/TTY Comment: Don't know what a TTY are but there are a component called TTY in tracker. Moving this to that one. This didn't answer my questions. http://en.wikipedia.org/wiki/Tty -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 18:33:45 2009 From: trac at haiku-os.org (jackburton) Date: Sat, 01 Aug 2009 16:33:45 -0000 Subject: [Haiku-bugs] [Haiku] #2715: terminal width char patch In-Reply-To: <038.dea8432167107810763fb564b3e9fed2@haiku-os.org> References: <038.dea8432167107810763fb564b3e9fed2@haiku-os.org> Message-ID: <047.bb34e24ea843515a304b3e2f2b78c170@haiku-os.org> #2715: terminal width char patch ------------------------------------+--------------------------------------- Reporter: h.z | Owner: jackburton Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------------------+--------------------------------------- Changes (by jackburton): * status: assigned => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 18:46:59 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 01 Aug 2009 16:46:59 -0000 Subject: [Haiku-bugs] [Haiku] #2934: Menu preferences have too big window In-Reply-To: <041.2a4a71a66e61ec532ee7fb8afb85a165@haiku-os.org> References: <041.2a4a71a66e61ec532ee7fb8afb85a165@haiku-os.org> Message-ID: <050.b60b49e1241c6ff85113f4e2dd09131e@haiku-os.org> #2934: Menu preferences have too big window ------------------------------+--------------------------------------------- Reporter: miqlas | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Preferences/Menu | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Changes (by modeenf): * component: Preferences => Preferences/Menu Comment: Menu preference don't exist anymore right?Should I close this? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 18:50:30 2009 From: trac at haiku-os.org (bga) Date: Sat, 01 Aug 2009 16:50:30 -0000 Subject: [Haiku-bugs] [Haiku] #4171: SoundPlay is crashing when unflattening a BMessage. Message-ID: <038.484764ed1f1d45f0e71b13cb90123409@haiku-os.org> #4171: SoundPlay is crashing when unflattening a BMessage. ----------------------------------+----------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Application Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Maybe this could be related to the recent change introduced by r32039? {{{ [Switching to team /boot/apps/SoundPlay/SoundPlay (458) thread SoundPlay (458)] 0xffff012c in ?? () (gdb) bt #0 0xffff012c in ?? () #1 0x00000000 in ?? () #2 0x00000004 in ?? () #3 0x004a45e3 in BMemoryIO::ReadAt () from /boot/system/lib/libbe.so #4 0x004a429a in BPositionIO::Read () from /boot/system/lib/libbe.so #5 0x003954f0 in BPrivate::MessageAdapter::_UnflattenR5Message () from /boot/system/lib/libbe.so #6 0x00394944 in BPrivate::MessageAdapter::Unflatten () from /boot/system/lib/libbe.so #7 0x0038fbea in BMessage::Unflatten () from /boot/system/lib/libbe.so #8 0x00393d38 in BMessage::FindMessage () from /boot/system/lib/libbe.so #9 0x00393cbe in BMessage::FindMessage () from /boot/system/lib/libbe.so #10 0x0024f133 in SoundPlayController::RetrievePreference () #11 0x00b54bdf in DeskbarView::Archive () from /boot/apps/SoundPlay/Plugins/DeskbarFFT #12 0x003c8ee4 in BDeskbar::AddItem () from /boot/system/lib/libbe.so #13 0x00b54163 in getplugin () from /boot/apps/SoundPlay/Plugins/DeskbarFFT #14 0x00258613 in aa3zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz () #15 0x00238a20 in aaez () #16 0x00236dd4 in aahzzz () #17 0x00105b1a in runtime_loader () from /boot/system/runtime_loader #18 0x7ffeefec in ?? () }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 19:11:04 2009 From: trac at haiku-os.org (anevilyak) Date: Sat, 01 Aug 2009 17:11:04 -0000 Subject: [Haiku-bugs] [Haiku] #4036: [patch] GCC2 packages added to GCC4 hybrid instead of available GCC4 packages In-Reply-To: <043.c721c1b69e61ec5007ccbb837ba08d3d@haiku-os.org> References: <043.c721c1b69e61ec5007ccbb837ba08d3d@haiku-os.org> Message-ID: <052.dbd2f5dee17752c50c1fc54e03c16b03@haiku-os.org> #4036: [patch] GCC2 packages added to GCC4 hybrid instead of available GCC4 packages --------------------------+------------------------------------------------- Reporter: jprostko | Owner: anevilyak Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by anevilyak): * owner: bonefish => anevilyak * status: new => assigned Comment: Applied with some other cleanups in r32063. Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 19:11:25 2009 From: trac at haiku-os.org (anevilyak) Date: Sat, 01 Aug 2009 17:11:25 -0000 Subject: [Haiku-bugs] [Haiku] #4036: [patch] GCC2 packages added to GCC4 hybrid instead of available GCC4 packages In-Reply-To: <043.c721c1b69e61ec5007ccbb837ba08d3d@haiku-os.org> References: <043.c721c1b69e61ec5007ccbb837ba08d3d@haiku-os.org> Message-ID: <052.1f80d49f24c824afd094792bafeb9dfb@haiku-os.org> #4036: [patch] GCC2 packages added to GCC4 hybrid instead of available GCC4 packages ---------------------------+------------------------------------------------ Reporter: jprostko | Owner: anevilyak Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by anevilyak): * status: assigned => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 19:24:55 2009 From: trac at haiku-os.org (diver) Date: Sat, 01 Aug 2009 17:24:55 -0000 Subject: [Haiku-bugs] [Haiku] #4170: [Network] Intel pro 1000 driver freezes os after boot In-Reply-To: <040.aa4426554b38d4942db3e4b17f42d034@haiku-os.org> References: <040.aa4426554b38d4942db3e4b17f42d034@haiku-os.org> Message-ID: <049.c401554ad5f5fef429258deaed0a98a2@haiku-os.org> #4170: [Network] Intel pro 1000 driver freezes os after boot -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by diver): VMWare-player 2.5.2 is emulating 82545EM and the same image don't freeze after boot and is able to get ip by DHCP. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 21:18:35 2009 From: trac at haiku-os.org (bga) Date: Sat, 01 Aug 2009 19:18:35 -0000 Subject: [Haiku-bugs] [Haiku] #4173: Audio problem with MPEG video file. Message-ID: <038.75a56d0fb2bfd8fc221b84c3d1642a19@haiku-os.org> #4173: Audio problem with MPEG video file. --------------------------------------+------------------------------------- Reporter: bga | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- I have this MPEG video file that VLC can play without problems but MediaPlayer has problems with the audio (it keeps stuttering). File can be obtained here: http://www.bug-br.org.br/JohnWestBear.mpg -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 03:25:50 2009 From: trac at haiku-os.org (anevilyak) Date: Sun, 02 Aug 2009 01:25:50 -0000 Subject: [Haiku-bugs] [Haiku] #4154: [Tracker]: Find result window won't update its title In-Reply-To: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> References: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> Message-ID: <051.04b9fc6d880f1bfd5819463e012e08ee@haiku-os.org> #4154: [Tracker]: Find result window won't update its title -----------------------------------+---------------------------------------- Reporter: emitrax | Owner: anevilyak Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by anevilyak): * status: new => closed * resolution: => invalid Comment: What tracker's in fact showing in the title window is the name of the saved query it's executing (when you first create a query, a corresponding query file is saved to disk in /boot/home/queries with a default name matching what you put in as search keywords). However, if you go back and edit the query, this file's query spec is updated, but not its name, since it's entirely possible the user may have updated it to give it their own special name in the meantime, and we don't want to override that. You'll notice if you go and rename the query file to something else, the query window will pick that change up on the fly. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 23:10:21 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Sat, 01 Aug 2009 21:10:21 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.025b68df6a2f455d3e72181d46865d71@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by jonas.kirilla): I must have been mistaken about having native support for my graphics card, and using Vesa all along. (My card, RV710, Radeon HD 4350, appears to be unsupported by the radeon driver.) I've attached my syslog, and wonder what the "Additional Video Mode" is. Is that just the monitor's stated preferred resolution, or an actual mode that could be used? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 01:15:49 2009 From: trac at haiku-os.org (brecht) Date: Sat, 01 Aug 2009 23:15:49 -0000 Subject: [Haiku-bugs] [Haiku] #4174: the default shell should be bash Message-ID: <041.b8ae8ec53da6e3ea10f4db533600c0fc@haiku-os.org> #4174: the default shell should be bash -----------------------------------+---------------------------------------- Reporter: brecht | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Terminal's default shell is /bin/sh (1). While sh links to bash, this causes bash to mimic the startup behavior of sh (2). For example, bash will try to source ~/.profile instead of ~/.bash_profile. Is it necessary for bash to run in this compatibility mode. (1) source:haiku/trunk/src/apps/terminal/Shell.cpp at 29533#L272). (2) http://www.gnu.org/software/bash/manual/html_node/Bash-Startup- Files.html ("Invoked with name sh") -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 1 21:16:23 2009 From: trac at haiku-os.org (oco) Date: Sat, 01 Aug 2009 19:16:23 -0000 Subject: [Haiku-bugs] [Haiku] #4172: svn stop while checking out ruby source tree Message-ID: <038.c5de6ea73578a4b63513dfbb0704fd16@haiku-os.org> #4172: svn stop while checking out ruby source tree -----------------------+---------------------------------------------------- Reporter: oco | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- This problem occurs while checking out ruby source tree using this command : svn co http://svn.ruby-lang.org/repos/ruby/trunk ruby I often have this problem with my old laptop, but only with this specific source tree. No problem with Haiku's or freepascal's one. I was able to reproduce it with latest haiku image (haiku-pre- alpha-r32040-vm.zip) in vmware. I have attached the serial output from the vmware session. Maybe there is a problem with this specific source tree, but there is a READ FAULT at 0xffffffff in the back trace (see serial output). So, it may be a problem in Haiku. After a long long wait (many minutes), the connection usually time out and SVN print this error : "Could not read response body: Socket is not connected" Any ideas ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 15:41:36 2009 From: trac at haiku-os.org (bga) Date: Sun, 02 Aug 2009 13:41:36 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.2fb9edd03eaadc172b1e37ec099a0ef6@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by bga): So, what would be the easiest way to dump information from an accelerant to syslog? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 15:49:09 2009 From: trac at haiku-os.org (axeld) Date: Sun, 02 Aug 2009 13:49:09 -0000 Subject: [Haiku-bugs] [Haiku] #4093: Stack and Tile group is not all grouped to same layer In-Reply-To: <042.418d5e6141115b1ffd91eda132213116@haiku-os.org> References: <042.418d5e6141115b1ffd91eda132213116@haiku-os.org> Message-ID: <051.dd84f34dafb78f6c6fd35f5ed249bab3@haiku-os.org> #4093: Stack and Tile group is not all grouped to same layer ---------------------------------+------------------------------------------ Reporter: scottmc | Owner: nobody Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => invalid -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 14:34:35 2009 From: trac at haiku-os.org (bga) Date: Sun, 02 Aug 2009 12:34:35 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.552b2de50de14b89e23178d13a1ed747@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by bga): Hi Axel. Will add the debug and let you know. But you seem to have misunderstood me. 1400x1050 does show up in the boot menu. With r32020 what happened is that even with it showing there, it had no effect as when VESA took over, this mode got disabled somehow. before that revision, the mode worked both during boot and showed up in Screen preferences (so it also worked with VESA). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 15:16:58 2009 From: trac at haiku-os.org (stippi) Date: Sun, 02 Aug 2009 13:16:58 -0000 Subject: [Haiku-bugs] [Haiku] #2405: MediaPlayer doesn't use overlay altough it is available In-Reply-To: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> References: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> Message-ID: <050.de72c7713222b56b942fe0e1607caf74@haiku-os.org> #2405: MediaPlayer doesn't use overlay altough it is available --------------------------------------+------------------------------------- Reporter: nutela | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------------+------------------------------------- Comment(by stippi): IIRC, when I wrote this code, I tested it on ZETA when I still had a graphis card with driver capable of doing overlays. So as far as MediaPlayer goes, this code is supposed to work. If you are watching videos in overlay mode in VLC, then your driver setup and app_server obviousy work on Haiku as far as that goes. It could be that the reporting in the information window is simply not fully implemented, and that overlays indeed work. If you turn off "smooth scaling" in the settings, and you get blocky scaling when you enlarge the video, then you do not run in overlay mode. If the scaling remains smooth, then it's an overlay, regardless of the info window. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 14:14:54 2009 From: trac at haiku-os.org (axeld) Date: Sun, 02 Aug 2009 12:14:54 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.d7a9b14a5924ad15c86a53bb0a417572@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by axeld): To Jonas: additional modes are modes the monitor specifically defines beyond what EDID has hard coded defines for. For flat panels it's usually the native resolution of that panel. This is just your monitor, though, and your graphics card may not even be able to deliver that mode (especially via VESA). To Bruno: if your monitor supports that mode, this shouldn't happen. Can you add some debug output to src/add- ons/accelerants/common/create_mode_list.cpp to the EDID version of ModeList::_AddModes()? The only interesting part would be the last, where compatible base modes are added - it would be interesting to know why a particular mode was rejected. Also, if that mode doesn't work in the boot loader, it shouldn't work with VESA either, as they use the very same mechanism to switch the mode. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 15:32:18 2009 From: trac at haiku-os.org (axeld) Date: Sun, 02 Aug 2009 13:32:18 -0000 Subject: [Haiku-bugs] [Haiku] #2934: Menu preferences have too big window In-Reply-To: <041.2a4a71a66e61ec532ee7fb8afb85a165@haiku-os.org> References: <041.2a4a71a66e61ec532ee7fb8afb85a165@haiku-os.org> Message-ID: <050.d2ee0014248e2948a608a674dff23307@haiku-os.org> #2934: Menu preferences have too big window -------------------------------+-------------------------------------------- Reporter: miqlas | Owner: axeld Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Preferences/Menu | Version: R1 development Resolution: invalid | Blockedby: Platform: x86 | Blocking: -------------------------------+-------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => invalid Comment: Indeed :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 13:59:39 2009 From: trac at haiku-os.org (axeld) Date: Sun, 02 Aug 2009 11:59:39 -0000 Subject: [Haiku-bugs] [Haiku] #4131: [Workspaces] add Quit and About box to right click menu In-Reply-To: <040.851f8e747afb1a19a927514797eed1da@haiku-os.org> References: <040.851f8e747afb1a19a927514797eed1da@haiku-os.org> Message-ID: <049.f4db86359d6e592b98ebe4d4b7544cd2@haiku-os.org> #4131: [Workspaces] add Quit and About box to right click menu -------------------------------------+-------------------------------------- Reporter: diver | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by axeld): "Ordinary users" should get educated about how to use replicants - at least there is no reason to duplicate functionality. But AFAICT the long-term plan is to show the hand always, but only if the mouse is close. So it's not that annoying anymore, but still serves its purpose. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 14:17:18 2009 From: trac at haiku-os.org (axeld) Date: Sun, 02 Aug 2009 12:17:18 -0000 Subject: [Haiku-bugs] [Haiku] #3636: [apps/aboutSystem]the text can not be displayed, when the font is big In-Reply-To: <040.826610926020f69c925879315cdaee42@haiku-os.org> References: <040.826610926020f69c925879315cdaee42@haiku-os.org> Message-ID: <049.fec74f2b6064b4fb67727bb3df2c02f8@haiku-os.org> #3636: [apps/aboutSystem]the text can not be displayed, when the font is big ---------------------------------------+------------------------------------ Reporter: chico | Owner: bonefish Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/AboutSystem | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------+------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: AboutSystem is using the layout engine now, so this has been fixed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 13:06:44 2009 From: trac at haiku-os.org (bga) Date: Sun, 02 Aug 2009 11:06:44 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.fa3a17949a442aea774d73bf0383b69e@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by bga): Your card is definitely not supported natively. In fact, it is in the same family as mine (which are two HD 3870). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 15:48:42 2009 From: trac at haiku-os.org (axeld) Date: Sun, 02 Aug 2009 13:48:42 -0000 Subject: [Haiku-bugs] [Haiku] #3690: KDL when copying data to a FAT USB flash drive In-Reply-To: <040.e5436f6579ffd970865d8dbe8fde3535@haiku-os.org> References: <040.e5436f6579ffd970865d8dbe8fde3535@haiku-os.org> Message-ID: <049.ea5546dc860302568f7f7b62274387d4@haiku-os.org> #3690: KDL when copying data to a FAT USB flash drive ------------------------------+--------------------------------------------- Reporter: haiqu | Owner: axeld Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: File Systems/FAT | Version: R1 development Blockedby: | Platform: x86 Blocking: 4066 | ------------------------------+--------------------------------------------- Comment(by axeld): AFAICT this bug hasn't been fixed, it might just happen less often now. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 14:22:56 2009 From: trac at haiku-os.org (herdemir) Date: Sun, 02 Aug 2009 12:22:56 -0000 Subject: [Haiku-bugs] [Haiku] #2405: MediaPlayer doesn't use overlay altough it is available In-Reply-To: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> References: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> Message-ID: <050.3fb2dcbab65ae76d217927ef700cb2a0@haiku-os.org> #2405: MediaPlayer doesn't use overlay altough it is available --------------------------------------+------------------------------------- Reporter: nutela | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------------+------------------------------------- Comment(by herdemir): I can watch videos in overlay mode with VLC, but not with MediaPlayer. Is it still not implemented in Media Player or is it a bug? I need ovelay mode in order to test the codecs with media player to report the results, especially with HD videos. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 13:07:24 2009 From: trac at haiku-os.org (bga) Date: Sun, 02 Aug 2009 11:07:24 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.4d8b5b96cbdff61c0531ce8d7739bc46@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Description changed by bga: Old description: > My desktop computer is connected to a Samsung Syncmaster 22" monitor with > a native resolution of 1680x1050. As I am using the VESA driver ad my > video card BIOS does not seem to export widescreen modes, I was using > 1440x1050 as my resolution. > > I just updated haiku to r32034 and, now, I can only set 1280x1024 as the > maximum resolution. > > Interesting enough, going to the boot menu and selecting a video mode to > use does show 1440x1050 but selecting it has no effect (it ends up in > 1280x1024 after boot). New description: My desktop computer is connected to a Samsung Syncmaster 22" monitor with a native resolution of 1680x1050. As I am using the VESA driver ad my video card BIOS does not seem to export widescreen modes, I was using 1400x1050 as my resolution. I just updated haiku to r32034 and, now, I can only set 1280x1024 as the maximum resolution. Interesting enough, going to the boot menu and selecting a video mode to use does show 1400x1050 but selecting it has no effect (it ends up in 1280x1024 after boot). -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 21:51:53 2009 From: trac at haiku-os.org (bga) Date: Sun, 02 Aug 2009 19:51:53 -0000 Subject: [Haiku-bugs] [Haiku] #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. In-Reply-To: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> References: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> Message-ID: <047.19e581fa9d593d3dcba0dd345e79d7cc@haiku-os.org> #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bga): http://www.bug-br.org.br/SoundPlay-4.7.3-x86.zip -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 21:46:28 2009 From: trac at haiku-os.org (jackburton) Date: Sun, 02 Aug 2009 19:46:28 -0000 Subject: [Haiku-bugs] [Haiku] #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. In-Reply-To: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> References: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> Message-ID: <047.eea128200092a32ae99cb117865034aa@haiku-os.org> #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jackburton): Is SoundPlay 4.7.3 available anywhere ? I searched around a bit, but can only find the latest version. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 11:04:28 2009 From: trac at haiku-os.org (axeld) Date: Mon, 03 Aug 2009 09:04:28 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.c35d75fdb6a091c01f02eb5304d55cb1@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by axeld): You can best use debug_printf() - that goes through the kernel, so it will show up in the syslog as well as the serial debug output. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 11:06:45 2009 From: trac at haiku-os.org (axeld) Date: Mon, 03 Aug 2009 09:06:45 -0000 Subject: [Haiku-bugs] [Haiku] #2405: MediaPlayer doesn't use overlay altough it is available In-Reply-To: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> References: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> Message-ID: <050.32e216ac3e75823cfe8cd4462a6b558a@haiku-os.org> #2405: MediaPlayer doesn't use overlay altough it is available --------------------------------------+------------------------------------- Reporter: nutela | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------------+------------------------------------- Comment(by axeld): Overlay never worked in MediaPlayer. IIRC when you implemented it, you couldn't enable it due to the internal structure of the media buffer handling. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 11:15:48 2009 From: trac at haiku-os.org (jahaiku) Date: Mon, 03 Aug 2009 09:15:48 -0000 Subject: [Haiku-bugs] [Haiku] #4180: SegFault in Deskbar Message-ID: <042.06e0f0624de01f03bf2d436ffb52aba2@haiku-os.org> #4180: SegFault in Deskbar ----------------------------------+----------------------------------------- Reporter: jahaiku | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- I have clicked into the icon-area in Deskbar where ProcessController lives to see the Processes but got this error.[[BR]] The problem is that I was unable to reproduce and the backtrace in the started gdb only showed "????????" for all the lines of the bt. [[BR]][[BR]] This is the syslog for this SegFault: {{{ vm_soft_fault: va 0x0 not covered by area in address space vm_page_fault: vm_soft_fault returned error 'Bad address' on fault at 0x0, ip 0x0, write 0, user 1, thread 0x113 vm_page_fault: thread "menu_tracking" (275) in team "Deskbar" (74) tried to read address 0x0, ip 0x0 ("???" +0x0) debug_server: Thread 275 entered the debugger: Segment violation stack trace, current PC (nil) : (0x700c1dec) 0x3483da _ZN5BMenu6_TrackEPil + 0x4da (0x700c1eac) 0x34bde8 _ZN8BMenuBar6_TrackEPllb + 0x1f0 (0x700c1f5c) 0x34c324 _ZN8BMenuBar10_TrackTaskEPv + 0x7a (0x700c1fbc) 0x64e08d thread_entry + 0x1a debug_server: Killing team 74 (/boot/system/Deskbar) debug_server: TeamDebugHandler::Init(): Failed to get info for team 74: Operation on invalid team debug_server: KillTeam(): Error getting info for team 74: Operation on invalid team debug_server: Killing team 74 () }}} [[BR]] This is Haiku from Friday afternoon compiled with gcc4. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 10:33:04 2009 From: trac at haiku-os.org (kaliber) Date: Sun, 02 Aug 2009 08:33:04 -0000 Subject: [Haiku-bugs] [Haiku] #4176: Remove workaround from libroot/posix/glob.c Message-ID: <042.6be2fbc631db95fc878aa7d3c9252180@haiku-os.org> #4176: Remove workaround from libroot/posix/glob.c -------------------------------+-------------------------------------------- Reporter: kaliber | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/libroot.so | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- In my opinion r28531 should be reverted since we have working mbrtowc. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 09:57:58 2009 From: trac at haiku-os.org (jackburton) Date: Sun, 02 Aug 2009 07:57:58 -0000 Subject: [Haiku-bugs] [Haiku] #4175: MediaPlayer crashes when seeking In-Reply-To: <045.7059c729d488c84e5ff3eff5d974c49a@haiku-os.org> References: <045.7059c729d488c84e5ff3eff5d974c49a@haiku-os.org> Message-ID: <054.dcb6ca3be0f84d3795ca2093c70e1f2d@haiku-os.org> #4175: MediaPlayer crashes when seeking --------------------------------------+------------------------------------- Reporter: jackburton | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Description changed by jackburton: Old description: > When seeking a video file which contains an audio track encoded with Mpeg > 1 Layer 3, mediaplayer crashes. > The correct way to reproduce is to click on the slider bar, keep the > mouse button pressed, and move the mouse. It crashes 100% of the times. > If just clicking on the slider once, it doesn't crash and seek correctly. > I'll provide a backtrace soon. > This is in r32060. New description: When seeking a video file which contains an audio track encoded with Mpeg 1 Layer 3, mediaplayer crashes. The correct way to reproduce is to click on the slider bar, keep the mouse button pressed, and move the mouse. It crashes 100% of the times. If just clicking on the slider once, it doesn't crash, and seeks correctly. I'll provide a backtrace soon. This is in r32060. -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 10:42:24 2009 From: trac at haiku-os.org (andreasf) Date: Sun, 02 Aug 2009 08:42:24 -0000 Subject: [Haiku-bugs] [Haiku] #4174: the default shell should be bash In-Reply-To: <041.b8ae8ec53da6e3ea10f4db533600c0fc@haiku-os.org> References: <041.b8ae8ec53da6e3ea10f4db533600c0fc@haiku-os.org> Message-ID: <050.e03da477874c503fe3bb987c189391ac@haiku-os.org> #4174: the default shell should be bash -----------------------------------+---------------------------------------- Reporter: brecht | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Changes (by andreasf): * cc: planche2k@? (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 09:57:34 2009 From: trac at haiku-os.org (jackburton) Date: Sun, 02 Aug 2009 07:57:34 -0000 Subject: [Haiku-bugs] [Haiku] #4175: MediaPlayer crashes when seeking Message-ID: <045.7059c729d488c84e5ff3eff5d974c49a@haiku-os.org> #4175: MediaPlayer crashes when seeking --------------------------------------+------------------------------------- Reporter: jackburton | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- When seeking a video file which contains an audio track encoded with Mpeg 1 Layer 3, mediaplayer crashes. The correct way to reproduce is to click on the slider bar, keep the mouse button pressed, and move the mouse. It crashes 100% of the times. If just clicking on the slider once, it doesn't crash and seek correctly. I'll provide a backtrace soon. This is in r32060. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 10:04:37 2009 From: trac at haiku-os.org (jackburton) Date: Sun, 02 Aug 2009 08:04:37 -0000 Subject: [Haiku-bugs] [Haiku] #1389: [FlattenPictureTest] Not all tests succeed In-Reply-To: <042.9bb806de82278e533f4a020f07fea2b0@haiku-os.org> References: <042.9bb806de82278e533f4a020f07fea2b0@haiku-os.org> Message-ID: <051.9eb276484131414af4bb1b21ad91a112@haiku-os.org> #1389: [FlattenPictureTest] Not all tests succeed --------------------------------+------------------------------------------- Reporter: laplace | Owner: jackburton Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by jackburton): I fixed this last problem (but since Berlios is down I can't commit). Now all tests passes, except SetDrawingMode(). Actually it looks like the test passes, but the last image (which is the result of the direct drawn bitmap 'minus' the BPicture drawn bitmap) looks weird. I have no idea why. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 11:24:42 2009 From: trac at haiku-os.org (stippi) Date: Mon, 03 Aug 2009 09:24:42 -0000 Subject: [Haiku-bugs] [Haiku] #2405: MediaPlayer doesn't use overlay altough it is available In-Reply-To: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> References: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> Message-ID: <050.5cbfe471f1ec32537c038b1778c22270@haiku-os.org> #2405: MediaPlayer doesn't use overlay altough it is available --------------------------------------+------------------------------------- Reporter: nutela | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------------+------------------------------------- Comment(by stippi): With so many past examples, I would never rule out me being totally senile. But the way I remember it, I couldn't turn on overlay support in the original framework from Marcus, since the video playback thread would change one video buffer at the time when switching videos, but needed to release and change them all at once. However, after I rewrote the whole framework to use media nodes, I believe the overlay code was working, especially since exactly that is working in Clockwerk. When you look at the MediaPlayer command line output, you can see it first tries to connect the nodes using B_YCbCr422 format and then retries using B_RGB32. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 17:51:37 2009 From: trac at haiku-os.org (bga) Date: Sun, 02 Aug 2009 15:51:37 -0000 Subject: [Haiku-bugs] [Haiku] #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. Message-ID: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ This can be checked by running Soundplay 4.7.3 (it works quite well under Haiku). Just start it, start playing a MP3 and enable the QING visual plugin. It starts in BDirectWindow windowed mode and works as expected. if you click the window zoom button, it goes full screen and switches to BWindowScreen. At this point the colors get all messed up. Note I am running haiku with the VESA driver. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 17:44:28 2009 From: trac at haiku-os.org (jackburton) Date: Sun, 02 Aug 2009 15:44:28 -0000 Subject: [Haiku-bugs] [Haiku] #4131: [Workspaces] add Quit and About box to right click menu In-Reply-To: <040.851f8e747afb1a19a927514797eed1da@haiku-os.org> References: <040.851f8e747afb1a19a927514797eed1da@haiku-os.org> Message-ID: <049.a64afd46da749d1bc61e492c0dcb27bf@haiku-os.org> #4131: [Workspaces] add Quit and About box to right click menu -------------------------------------+-------------------------------------- Reporter: diver | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by jackburton): BTW the hand should really be a bit bigger, since it's very hard to get at the correct point, with higher resolutions. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 15:28:55 2009 From: trac at haiku-os.org (axeld) Date: Sun, 02 Aug 2009 13:28:55 -0000 Subject: [Haiku-bugs] [Haiku] #918: intel_extreme: destroyed mouse pointer In-Reply-To: <038.dbb28b0735b32860b51d336e1c05d31c@haiku-os.org> References: <038.dbb28b0735b32860b51d336e1c05d31c@haiku-os.org> Message-ID: <047.efeb528f792b8caa44eba02605f16e51@haiku-os.org> #918: intel_extreme: destroyed mouse pointer ---------------------------------------------+------------------------------ Reporter: b3w | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Resolution: invalid | Blockedby: Platform: x86 | Blocking: ---------------------------------------------+------------------------------ Changes (by axeld): * status: new => closed * resolution: => invalid Comment: Since the hardware cursor is still unused in Haiku, I would rather fix this as invalid for now. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 12:13:52 2009 From: trac at haiku-os.org (mmu_man) Date: Mon, 03 Aug 2009 10:13:52 -0000 Subject: [Haiku-bugs] [Haiku] #4115: Failed to relocate error when attempting to boot PPC kernel. In-Reply-To: <044.55ee1d8c568130db70328cf0913ca02d@haiku-os.org> References: <044.55ee1d8c568130db70328cf0913ca02d@haiku-os.org> Message-ID: <053.b4126290daad4905bbdf75075f63bf23@haiku-os.org> #4115: Failed to relocate error when attempting to boot PPC kernel. ---------------------------+------------------------------------------------ Reporter: kallisti5 | Owner: mmu_man Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: System/Kernel | Version: Blockedby: | Platform: PowerPC Blocking: | ---------------------------+------------------------------------------------ Comment(by mmu_man): committed as r32067, minus the _BOOT_MODE part. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 10:02:50 2009 From: trac at haiku-os.org (brunobratwurst) Date: Mon, 03 Aug 2009 08:02:50 -0000 Subject: [Haiku-bugs] [Haiku] #4179: KDL when trying to copy data to 8GB USB 2.0 StickProduct : DT 101 II Message-ID: <049.f88b78b1f23e516df25b517734bf8334@haiku-os.org> #4179: KDL when trying to copy data to 8GB USB 2.0 StickProduct : DT 101 II ------------------------------+--------------------------------------------- Reporter: brunobratwurst | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/BFS | Version: R1 alpha1 Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- This USB-Device is crashing with Haiku when trying to write to it... always... gcc4 gcc2 senryu with installer with Drive Setup... when trying to initialize the USB-Drive I go to KDL... after typing cont a several times I come back to the desktop... The USB-Device is reported to have more than 43567600TB! and it will no more responding... had to format it in Windows and tried FAT and FAT32 and still same problem with this Device: Kingston Data Traveller: Product : DT 101 II Manufacturer : Kingston SerialNumber : 0019E02CCA0EF96015A408EE Class : 0 Subclass : 0 Protocol : 0 VendorID : 2385 ProductID : 5669 Version : 256 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 10:05:08 2009 From: trac at haiku-os.org (brunobratwurst) Date: Mon, 03 Aug 2009 08:05:08 -0000 Subject: [Haiku-bugs] [Haiku] #4179: KDL when trying to copy data to 8GB USB 2.0 StickProduct : DT 101 II In-Reply-To: <049.f88b78b1f23e516df25b517734bf8334@haiku-os.org> References: <049.f88b78b1f23e516df25b517734bf8334@haiku-os.org> Message-ID: <058.3c5bb85d0c9201e9379be5fcb0d8e8f3@haiku-os.org> #4179: KDL when trying to copy data to 8GB USB 2.0 StickProduct : DT 101 II ------------------------------+--------------------------------------------- Reporter: brunobratwurst | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/BFS | Version: R1 alpha1 Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by brunobratwurst): I tried the installer and the program haiku on a stick (I/out error) as well. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 18:47:24 2009 From: trac at haiku-os.org (Hubert) Date: Sun, 02 Aug 2009 16:47:24 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.9e21b2db5283cf03cb2c916f200b32bf@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Hubert): I threw in there empty text file nvidia.settings ( there is no another in system) but how I have to enable full logging in this file? btw, I upload syslog file -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 18:03:45 2009 From: trac at haiku-os.org (bga) Date: Sun, 02 Aug 2009 16:03:45 -0000 Subject: [Haiku-bugs] [Haiku] #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. In-Reply-To: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> References: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> Message-ID: <047.c1ae4dbb21b8520f59ff9370b2b131e0@haiku-os.org> #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bga): more specifically, it only invalidates an area that start at 0,0 and is as big as the resolution that was being used by the BWindowScreen. So, for example, even if you are running in a 1600x1200 resolution, in the case of QING onlt an area of 640x480 pixels is invalidated, starting at the top left corner of the screen. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 2 18:00:22 2009 From: trac at haiku-os.org (bga) Date: Sun, 02 Aug 2009 16:00:22 -0000 Subject: [Haiku-bugs] [Haiku] #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. In-Reply-To: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> References: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> Message-ID: <047.6f976fcc455f8cc07012409c91baa0d6@haiku-os.org> #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bga): On a related note. When you press ESC after you went to the fullscreen BWindowScreen mode of the QING plugin, it will revert back to its BDirectWindow windowed mode. When it does not, it seem that not the entire screen is invalidated and there is some white areas that you need to move a window over (for example) the get it to be correctly invalidated and draw. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 09:21:13 2009 From: trac at haiku-os.org (laplace) Date: Mon, 03 Aug 2009 07:21:13 -0000 Subject: [Haiku-bugs] [Haiku] #4178: Font size sensitive printing UI In-Reply-To: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> References: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> Message-ID: <051.c2e61ecaeb1c9bdc45d4980256a12830@haiku-os.org> #4178: Font size sensitive printing UI ----------------------+----------------------------------------------------- Reporter: laplace | Owner: laplace Type: bug | Status: new Priority: normal | Milestone: R1 Component: Printing | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Changes (by laplace): * owner: julun => laplace -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 09:22:01 2009 From: trac at haiku-os.org (laplace) Date: Mon, 03 Aug 2009 07:22:01 -0000 Subject: [Haiku-bugs] [Haiku] #4178: Font size sensitive printing UI In-Reply-To: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> References: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> Message-ID: <051.7af39697c19f8cb3980f653ce2317bfd@haiku-os.org> #4178: Font size sensitive printing UI ----------------------+----------------------------------------------------- Reporter: laplace | Owner: laplace Type: bug | Status: new Priority: normal | Milestone: R1 Component: Printing | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by laplace): I am going to update Print server/Printer selection dialog -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 09:19:09 2009 From: trac at haiku-os.org (laplace) Date: Mon, 03 Aug 2009 07:19:09 -0000 Subject: [Haiku-bugs] [Haiku] #4178: Font size sensitive printing UI Message-ID: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> #4178: Font size sensitive printing UI ----------------------+----------------------------------------------------- Reporter: laplace | Owner: julun Type: bug | Status: new Priority: normal | Milestone: R1 Component: Printing | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Using the layout managers from Haiku the printing related UI should be made font size sensitive. Last BeOS R5 compatible repository revision number TODO. The list of tasks: Print server [O] Printer selection dialog Printers preferences [ ] Main window [ ] Add printer dialog Printer drivers [ ] libprint [ ] Job setup dialog [ ] Page setup dialog [ ] Preview window [ ] PCL6 [ ] Add printer dialog [ ] PDF [ ] Add printer dialog [ ] Advanced settings dialog [ ] Document information dialog [ ] Fonts dialog [ ] Job setup dialog [ ] Page setup dialog [ ] Preview [ ] Job setup dialog [ ] Page setup dialog Transport Add-Ons [ ] TODO when access to repository is available Please use [O] to mark an item being worked on and [X] when it is completed. Also post in the comments what task you are working on. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 12:58:26 2009 From: trac at haiku-os.org (axeld) Date: Mon, 03 Aug 2009 10:58:26 -0000 Subject: [Haiku-bugs] [Haiku] #2405: MediaPlayer doesn't use overlay altough it is available In-Reply-To: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> References: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> Message-ID: <050.5f56a566904063f0987e8f4abedeca96@haiku-os.org> #2405: MediaPlayer doesn't use overlay altough it is available --------------------------------------+------------------------------------- Reporter: nutela | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------------+------------------------------------- Comment(by axeld): All I know is that overlay never worked for me in MediaPlayer, and that you always had an explanation when we talked about it in the past ;-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 13:00:32 2009 From: trac at haiku-os.org (axeld) Date: Mon, 03 Aug 2009 11:00:32 -0000 Subject: [Haiku-bugs] [Haiku] #2405: MediaPlayer doesn't use overlay altough it is available In-Reply-To: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> References: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> Message-ID: <050.ba81df8bb08e25f09f88581cb6396de4@haiku-os.org> #2405: MediaPlayer doesn't use overlay altough it is available --------------------------------------+------------------------------------- Reporter: nutela | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------------+------------------------------------- Comment(by axeld): In any case, if it's indeed supposed to work in general, I could have a look, since I have a machine where overlay is working fine. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 13:51:27 2009 From: trac at haiku-os.org (phoudoin) Date: Mon, 03 Aug 2009 11:51:27 -0000 Subject: [Haiku-bugs] [Haiku] #3690: KDL when copying data to a FAT USB flash drive In-Reply-To: <040.e5436f6579ffd970865d8dbe8fde3535@haiku-os.org> References: <040.e5436f6579ffd970865d8dbe8fde3535@haiku-os.org> Message-ID: <049.84f6a06ba14865bbe61cdd57adac904b@haiku-os.org> #3690: KDL when copying data to a FAT USB flash drive ------------------------------+--------------------------------------------- Reporter: haiqu | Owner: axeld Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: File Systems/FAT | Version: R1 development Blockedby: | Platform: x86 Blocking: 4066 | ------------------------------+--------------------------------------------- Comment(by phoudoin): Replying to [comment:16 axeld]: > AFAICT this bug hasn't been fixed, it might just happen less often now. Indeed. I still haven't saw it again since I've updated r31835 to r32040. While it's not a proof the bug is fixed, it's a proof his reproductibility has greatly improve, switching from always to never so far. Maybe the vfs or block cache changes were indirectly reponsible for this. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 14:09:20 2009 From: trac at haiku-os.org (sil2100) Date: Mon, 03 Aug 2009 12:09:20 -0000 Subject: [Haiku-bugs] [Haiku] #4059: PackageInstaller needs a "Yes to all" button in dialog box In-Reply-To: <042.0d8f9cb9958898159f9581acd47f2489@haiku-os.org> References: <042.0d8f9cb9958898159f9581acd47f2489@haiku-os.org> Message-ID: <051.0f2b408d10590162a5b45c5516f3efa6@haiku-os.org> #4059: PackageInstaller needs a "Yes to all" button in dialog box -------------------------------------------+-------------------------------- Reporter: scottmc | Owner: sil2100 Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/PackageInstaller | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------------+-------------------------------- Comment(by sil2100): Thanks for reviewing the patch, stippi. I do not have commit access, so it will be necessary for someone to apply the patch for me. I have fixed the issues you have highlighted and attached the patch here as well. Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 14:16:17 2009 From: trac at haiku-os.org (stippi) Date: Mon, 03 Aug 2009 12:16:17 -0000 Subject: [Haiku-bugs] [Haiku] #3690: KDL when copying data to a FAT USB flash drive In-Reply-To: <040.e5436f6579ffd970865d8dbe8fde3535@haiku-os.org> References: <040.e5436f6579ffd970865d8dbe8fde3535@haiku-os.org> Message-ID: <049.00b1ecbbf4e50368aa1ea568642dcb4f@haiku-os.org> #3690: KDL when copying data to a FAT USB flash drive ------------------------------+--------------------------------------------- Reporter: haiqu | Owner: axeld Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: File Systems/FAT | Version: R1 development Blockedby: | Platform: x86 Blocking: 4066 | ------------------------------+--------------------------------------------- Comment(by stippi): IIRC, Michael definitely saw it again on one of his devices after the last round of fixes. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 14:51:53 2009 From: trac at haiku-os.org (bonefish) Date: Mon, 03 Aug 2009 12:51:53 -0000 Subject: [Haiku-bugs] [Haiku] #3399: The system reboots while running jam -q on the haiku trunk. In-Reply-To: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> References: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> Message-ID: <051.10a2da19101cf4fdf67d7a12b5f55198@haiku-os.org> #3399: The system reboots while running jam -q on the haiku trunk. ---------------------------+------------------------------------------------ Reporter: bbjimmy | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bonefish): Please give r32073 a try. It doesn't fix the underlying issue, but it might prevent the triple fault (which such a reboot is) by better handling the double fault. Ideally you'll now be thrown into a functional KDL. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 15:04:12 2009 From: trac at haiku-os.org (mmlr) Date: Mon, 03 Aug 2009 13:04:12 -0000 Subject: [Haiku-bugs] [Haiku] #3399: The system reboots while running jam -q on the haiku trunk. In-Reply-To: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> References: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> Message-ID: <051.c5dd1e6576efa14aae94d20fc48a902f@haiku-os.org> #3399: The system reboots while running jam -q on the haiku trunk. ---------------------------+------------------------------------------------ Reporter: bbjimmy | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): I have yet to try with your recent changes, but I have narrowed it down on my side to a workaround that fully removes the double/triple faults for me. If I change "vm_translation_map_arch_info::Delete()" in [http://dev .haiku- os.org/browser/haiku/trunk/src/system/kernel/arch/x86/arch_vm_translation_map.cpp#L188 arch_vm_translation_map.cpp] to always use the deferred_delete instead of the direct delete, the faults do not occur anymore. Is it possible that the translation map that is being freed there can still be in use? In that case overwriting it with deadbeef would explain everything going toast. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 15:55:49 2009 From: trac at haiku-os.org (bonefish) Date: Mon, 03 Aug 2009 13:55:49 -0000 Subject: [Haiku-bugs] [Haiku] #3399: The system reboots while running jam -q on the haiku trunk. In-Reply-To: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> References: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> Message-ID: <051.d4c5ab364b93a0ca1a8ab959aa15bc0c@haiku-os.org> #3399: The system reboots while running jam -q on the haiku trunk. ---------------------------+------------------------------------------------ Reporter: bbjimmy | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bonefish): Replying to [comment:7 mmlr]: > I have yet to try with your recent changes, but I have narrowed it down on my side to a workaround that fully removes the double/triple faults for me. If I change "vm_translation_map_arch_info::Delete()" in [http://dev .haiku- os.org/browser/haiku/trunk/src/system/kernel/arch/x86/arch_vm_translation_map.cpp#L188 arch_vm_translation_map.cpp] to always use the deferred_delete instead of the direct delete, the faults do not occur anymore. Is it possible that the translation map that is being freed there can still be in use? I don't see how that could happen. The vm_translation_map_arch_info objects are ref-counted. And the ref-counting scheme is extremely simple (feel encouraged to review): - The translation map creating the arch info objects owns the initial reference and frees it in destroy_tmap(). - A CPU using an arch info has a reference to it. The CPUs' initial references to the kernel translation map arch info are acquired in arch_cpu_init_post_vm(). When the arch info changes (in arch_thread_context_switch()) the reference of the old arch info is released, and one acquired for the new arch info. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 17:07:36 2009 From: trac at haiku-os.org (umccullough) Date: Mon, 03 Aug 2009 15:07:36 -0000 Subject: [Haiku-bugs] [Haiku] #4179: KDL when trying to copy data to 8GB USB 2.0 StickProduct : DT 101 II In-Reply-To: <049.f88b78b1f23e516df25b517734bf8334@haiku-os.org> References: <049.f88b78b1f23e516df25b517734bf8334@haiku-os.org> Message-ID: <058.8364aa5d5c98baf59ecc49aad361b724@haiku-os.org> #4179: KDL when trying to copy data to 8GB USB 2.0 StickProduct : DT 101 II ------------------------------+--------------------------------------------- Reporter: brunobratwurst | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/BFS | Version: R1 alpha1 Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by umccullough): Possibly the same issue I ran into in #4135 (note: slightly different model, but same brand and line of sticks) I never did post the KDL when trying to mount/use the stick on a running Haiku, but it definitely had issues for me as well. I will post more crash info on #4135 soon, I simpy haven't had time. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 17:08:17 2009 From: trac at haiku-os.org (umccullough) Date: Mon, 03 Aug 2009 15:08:17 -0000 Subject: [Haiku-bugs] [Haiku] #4179: KDL when trying to copy data to 8GB USB 2.0 StickProduct : DT 101 II In-Reply-To: <049.f88b78b1f23e516df25b517734bf8334@haiku-os.org> References: <049.f88b78b1f23e516df25b517734bf8334@haiku-os.org> Message-ID: <058.7532cf9418c43a214a537556f72c0f3e@haiku-os.org> #4179: KDL when trying to copy data to 8GB USB 2.0 StickProduct : DT 101 II ------------------------------+--------------------------------------------- Reporter: brunobratwurst | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/BFS | Version: R1 alpha1 Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by umccullough): Note: you're missing the KDL output in this ticket. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 18:50:52 2009 From: trac at haiku-os.org (jackburton) Date: Mon, 03 Aug 2009 16:50:52 -0000 Subject: [Haiku-bugs] [Haiku] #1389: [FlattenPictureTest] Not all tests succeed In-Reply-To: <042.9bb806de82278e533f4a020f07fea2b0@haiku-os.org> References: <042.9bb806de82278e533f4a020f07fea2b0@haiku-os.org> Message-ID: <051.5d72b1e77c2dc58074ae2aaecb8b628b@haiku-os.org> #1389: [FlattenPictureTest] Not all tests succeed ---------------------------------+------------------------------------------ Reporter: laplace | Owner: jackburton Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by jackburton): * status: assigned => closed * resolution: => fixed Comment: The last problem is fixed in r32087. Closing. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 19:19:26 2009 From: trac at haiku-os.org (Hubert) Date: Mon, 03 Aug 2009 17:19:26 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.d21052490843391a68596624e2139203@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Hubert): I place the file nvidia.settings (with src) in my home/config/settings/kernel/drivers folder but where enabled full logging ( of course I have enabled logging in kernel.txt file)? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 19:28:48 2009 From: trac at haiku-os.org (mmlr) Date: Mon, 03 Aug 2009 17:28:48 -0000 Subject: [Haiku-bugs] [Haiku] #3399: The system reboots while running jam -q on the haiku trunk. In-Reply-To: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> References: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> Message-ID: <051.8e68eed99c9434787a5c35dde2518bc1@haiku-os.org> #3399: The system reboots while running jam -q on the haiku trunk. ---------------------------+------------------------------------------------ Reporter: bbjimmy | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): I'm sorry to tell, but even with an updated kernel including all your changes it still triplefaults :-(. Tracing output from just before the reboot clearly shows that the structures the scheduler uses are corrupted (as was to be expected). I will now try to review the translation map issue. Of course it's possible that something leading up to there messes up. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 21:11:00 2009 From: trac at haiku-os.org (GeneralMaximus) Date: Mon, 03 Aug 2009 19:11:00 -0000 Subject: [Haiku-bugs] [Haiku] #4181: 'query' Cannot Parse Dates Message-ID: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> #4181: 'query' Cannot Parse Dates ------------------------------+--------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- According to BeOS texts, 'query' should be able to parse dates and times in several different formats. This does not appear to be the case with Haiku's 'query' tool. Examples: 1. last_modified > 08/01/09 2. last_modified > August 1, 2009 3. last_modified > 08012009 None of the above queries work as intended, and return unpredictable results. NOTE: This page details several query formats: http://www.birdhouse.org/beos/bible/exc_query.html -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 22:21:43 2009 From: trac at haiku-os.org (pulkomandy) Date: Mon, 03 Aug 2009 20:21:43 -0000 Subject: [Haiku-bugs] [Haiku] #4181: 'query' Cannot Parse Dates In-Reply-To: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> References: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> Message-ID: <058.f7a3424b88bd4c645b76e9d556a69b9b@haiku-os.org> #4181: 'query' Cannot Parse Dates ------------------------------+--------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by pulkomandy): Note that ICU has some support for date formatting and probably also parsing. This may be put to use, if only to handle localized dates. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 22:31:34 2009 From: trac at haiku-os.org (bonefish) Date: Mon, 03 Aug 2009 20:31:34 -0000 Subject: [Haiku-bugs] [Haiku] #3399: The system reboots while running jam -q on the haiku trunk. In-Reply-To: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> References: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> Message-ID: <051.d6dbfaebcbe6ac8cd95b23ddfc0079a9@haiku-os.org> #3399: The system reboots while running jam -q on the haiku trunk. ---------------------------+------------------------------------------------ Reporter: bbjimmy | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bonefish): Replying to [comment:9 mmlr]: > I'm sorry to tell, but even with an updated kernel including all your changes it still triplefaults :-(. You could add a {{{while (true);}}} at the beginning of {{{x86_double_fault_exception()}}} (in arch_int.cpp) to verify that the double fault handler is taken at least. Unfortunately there has to be some trade-off between safely catching the double fault and still being able to get useful info in the kernel debugger (respectively being able to enter the kernel debugger at all). If the basic VM, CPU, ICI, or kernel debugger structures have been corrupted, the odds are that a double fault will end in a triple fault or an infinite exception loop. With some more work we could push the limit a bit further. Given how annoying triple faults are to debug that might even be worth it. > Tracing output from just before the reboot clearly shows that the structures the scheduler uses are corrupted (as was to be expected). I will now try to review the translation map issue. Of course it's possible that something leading up to there messes up. Yeah, e.g. corrupted/deleted thread or team structure could theoretically cause any kind of damage, though usually things just crash earlier and without double-faulting in such a case. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 23:02:27 2009 From: trac at haiku-os.org (anevilyak) Date: Mon, 03 Aug 2009 21:02:27 -0000 Subject: [Haiku-bugs] [Haiku] #3011: Filling Tracker windows with many files takes too long In-Reply-To: <041.ddf7fe0d31a5ec2b32f76540578ab16c@haiku-os.org> References: <041.ddf7fe0d31a5ec2b32f76540578ab16c@haiku-os.org> Message-ID: <050.3a0e005fbe4c339d9ac1553146abbb0a@haiku-os.org> #3011: Filling Tracker windows with many files takes too long ----------------------------------+----------------------------------------- Reporter: stippi | Owner: aldeck Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by anevilyak): * owner: anevilyak => aldeck Comment: Back to you since your spatial cache rewrites will probably impact this issue :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 23:30:10 2009 From: trac at haiku-os.org (axeld) Date: Mon, 03 Aug 2009 21:30:10 -0000 Subject: [Haiku-bugs] [Haiku] #4181: 'query' Cannot Parse Dates In-Reply-To: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> References: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> Message-ID: <058.7c3234fad6ebca3ee32f7dc04fa8c3d2@haiku-os.org> #4181: 'query' Cannot Parse Dates -------------------------------+-------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => invalid Comment: The third form is not supported, neither in BeOS, nor in Haiku; the book seems to be wrong (I just tested the former). The "query" application has no special support for times, so you actually have to pass the argument enclosed in '%'. The locale kit should indeed be used by the parsedate() functionality to support more time formats - the current time formats should continue to be supported, though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 3 23:31:15 2009 From: trac at haiku-os.org (axeld) Date: Mon, 03 Aug 2009 21:31:15 -0000 Subject: [Haiku-bugs] [Haiku] #4181: 'query' Cannot Parse Dates In-Reply-To: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> References: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> Message-ID: <058.0d683781f4cedbf8a7064135010a840d@haiku-os.org> #4181: 'query' Cannot Parse Dates -------------------------------+-------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Comment(by axeld): Oh, btw, the results are very predictable: since it will parse those values to something close to zero, it will probably return all files. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 00:15:48 2009 From: trac at haiku-os.org (bga) Date: Mon, 03 Aug 2009 22:15:48 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.6499c8c592626f3f871ad780e03bab4f@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by bga): Do I need to do anything other then calling debug_printf()? I am asking because I added some of those to the code but nothing was sent to syslog. Do i need a debug build for it to work? I tried to test this but libroot is not compiling in debug mode. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 03:18:40 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 01:18:40 -0000 Subject: [Haiku-bugs] [Haiku] #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! In-Reply-To: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> References: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> Message-ID: <049.7753f8a30d6657c80ce78cafd1a10f2f@haiku-os.org> #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! ----------------------------+----------------------------------------------- Reporter: thorn | Owner: axeld Type: bug | Status: reopened Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: ----------------------------+----------------------------------------------- Changes (by bga): * status: closed => reopened * resolution: fixed => Comment: Sorry but I just got this with r32106. i could not get a stack trace because I have a USB keyboard but I got it 3 times in a row while trying to retrieve emails. After the third time I ran checkfs and got this: {{{ [/boot/home]> checkfs /boot print_server_settings (inode = 2099835), some blocks weren't allocated TrackerSettings (inode = 2627462), some blocks weren't allocated tracker_shelf (inode = 2627460), some blocks weren't allocated multi_audio_settings (inode = 2627469), some blocks weren't allocated new_mail_daemon (inode = 2692663), some blocks weren't allocated checked 331188 nodes, 6 blocks not allocated, 0 blocks already set, 356 blocks could be freed files 292866 directories 36824 attributes 946 attr. dirs 505 indices 47 }}} Could be just luck but after this I was able to retrieve emails again without problems. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 06:58:47 2009 From: trac at haiku-os.org (koki) Date: Tue, 04 Aug 2009 04:58:47 -0000 Subject: [Haiku-bugs] [Haiku] #4182: Trying to play WMV files crashes MediaPlayer Message-ID: <039.44fc0929377768050f74f125d98bdbf8@haiku-os.org> #4182: Trying to play WMV files crashes MediaPlayer --------------------------------------+------------------------------------- Reporter: koki | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- I have several WMV vide files that MediaPlayer was capable of playing nicely until as recently as a couple of weeks ago that now crash MediaPlayer. This is on r32106. 100% reproducible. Backtrace attached. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 09:00:45 2009 From: trac at haiku-os.org (PieterPanman) Date: Tue, 04 Aug 2009 07:00:45 -0000 Subject: [Haiku-bugs] [Haiku] #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! In-Reply-To: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> References: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> Message-ID: <049.37be8a244369ce38b451c4359c61f62e@haiku-os.org> #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! ----------------------------+----------------------------------------------- Reporter: thorn | Owner: axeld Type: bug | Status: reopened Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: ----------------------------+----------------------------------------------- Comment(by PieterPanman): Wouldn't it be an idea to automatically execute a stack trace or a few other useful commands automatically after 30 seconds of inactivity in the kernel debugger? At least then usb people can report stack traces. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 09:03:04 2009 From: trac at haiku-os.org (stippi) Date: Tue, 04 Aug 2009 07:03:04 -0000 Subject: [Haiku-bugs] [Haiku] #4182: Trying to play WMV files crashes MediaPlayer In-Reply-To: <039.44fc0929377768050f74f125d98bdbf8@haiku-os.org> References: <039.44fc0929377768050f74f125d98bdbf8@haiku-os.org> Message-ID: <048.37e46edc09cec48eaf985e722b89720a@haiku-os.org> #4182: Trying to play WMV files crashes MediaPlayer --------------------------------------+------------------------------------- Reporter: koki | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Comment(by stippi): Can you make one of these files available to me somehow? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 09:10:24 2009 From: trac at haiku-os.org (stippi) Date: Tue, 04 Aug 2009 07:10:24 -0000 Subject: [Haiku-bugs] [Haiku] #4182: Trying to play WMV files crashes MediaPlayer In-Reply-To: <039.44fc0929377768050f74f125d98bdbf8@haiku-os.org> References: <039.44fc0929377768050f74f125d98bdbf8@haiku-os.org> Message-ID: <048.e166504c5565565d7c9de70b0c647382@haiku-os.org> #4182: Trying to play WMV files crashes MediaPlayer --------------------------------------+------------------------------------- Reporter: koki | Owner: stippi Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Changes (by stippi): * owner: marcusoverhagen => stippi * status: new => assigned Comment: Never mind, I found a file here myself. The debugger message also clearly says what's wrong, I just have to figure out where I messed up. Seems to be the refactoring of the AVCodecDecoder format negotiation... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 09:22:27 2009 From: trac at haiku-os.org (stippi) Date: Tue, 04 Aug 2009 07:22:27 -0000 Subject: [Haiku-bugs] [Haiku] #4182: Trying to play WMV files crashes MediaPlayer In-Reply-To: <039.44fc0929377768050f74f125d98bdbf8@haiku-os.org> References: <039.44fc0929377768050f74f125d98bdbf8@haiku-os.org> Message-ID: <048.ced34e5a393d15f438ac892e82e9eab6@haiku-os.org> #4182: Trying to play WMV files crashes MediaPlayer ---------------------------------------+------------------------------------ Reporter: koki | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------+------------------------------------ Changes (by stippi): * status: assigned => closed * resolution: => fixed Comment: Should be fixed in r32107. Sorry for the trouble, must have slipped in a line of code while I was already half asleep or something... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 09:43:00 2009 From: trac at haiku-os.org (axeld) Date: Tue, 04 Aug 2009 07:43:00 -0000 Subject: [Haiku-bugs] [Haiku] #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! In-Reply-To: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> References: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> Message-ID: <049.04c0bf623d98b300978245ca5dc900ed@haiku-os.org> #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! ----------------------------+----------------------------------------------- Reporter: thorn | Owner: axeld Type: bug | Status: closed Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: ----------------------------+----------------------------------------------- Changes (by axeld): * status: reopened => closed * resolution: => fixed Comment: Since any kind of corruption could lead to this particular error, I would prefer to track this in #3150 only. Also, if your block bitmap was messed up, it's no surprise that you ran into this error, and checkfs could fix it for you. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 10:13:36 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 08:13:36 -0000 Subject: [Haiku-bugs] [Haiku] #1116: Wrong default application for a preinstalled picture (-j2 build) In-Reply-To: <040.08a577fc807dbf08a27bd38b95a01058@haiku-os.org> References: <040.08a577fc807dbf08a27bd38b95a01058@haiku-os.org> Message-ID: <049.4a34430ad2bcd448683dd9db98673335@haiku-os.org> #1116: Wrong default application for a preinstalled picture (-j2 build) --------------------------+------------------------------------------------- Reporter: korli | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by jackburton): I think this can be closed, no ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 10:18:28 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 08:18:28 -0000 Subject: [Haiku-bugs] [Haiku] #1855: Glibc wide char functions are disabled In-Reply-To: <045.34bab0da7c7771105187bde6b57a07a9@haiku-os.org> References: <045.34bab0da7c7771105187bde6b57a07a9@haiku-os.org> Message-ID: <054.e22ae58fdba16e07b6fe81a2d308a463@haiku-os.org> #1855: Glibc wide char functions are disabled -------------------------------+-------------------------------------------- Reporter: jackburton | Owner: jackburton Type: bug | Status: assigned Priority: high | Milestone: R1 Component: System/libroot.so | Version: R1 development Blockedby: | Platform: All Blocking: 215 | -------------------------------+-------------------------------------------- Changes (by jackburton): * blockedby: 1881 => Comment: Fixed since r31443. Removing dependency to #1881 since it wasn't correct. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 10:18:32 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 08:18:32 -0000 Subject: [Haiku-bugs] [Haiku] #1881: libc locale functions not implemented In-Reply-To: <045.97ac8b64c17b4be5c49b3c334028da7b@haiku-os.org> References: <045.97ac8b64c17b4be5c49b3c334028da7b@haiku-os.org> Message-ID: <054.08839f131bafd7bf48e8e7461bd41699@haiku-os.org> #1881: libc locale functions not implemented ------------------------+--------------------------------------------------- Reporter: jackburton | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------+--------------------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 10:18:41 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 08:18:41 -0000 Subject: [Haiku-bugs] [Haiku] #1855: Glibc wide char functions are disabled In-Reply-To: <045.34bab0da7c7771105187bde6b57a07a9@haiku-os.org> References: <045.34bab0da7c7771105187bde6b57a07a9@haiku-os.org> Message-ID: <054.9bf19cd77ddbc73bd5263d65faecacd8@haiku-os.org> #1855: Glibc wide char functions are disabled --------------------------------+------------------------------------------- Reporter: jackburton | Owner: jackburton Type: bug | Status: closed Priority: high | Milestone: R1 Component: System/libroot.so | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: 215 --------------------------------+------------------------------------------- Changes (by jackburton): * status: assigned => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 10:27:37 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 08:27:37 -0000 Subject: [Haiku-bugs] [Haiku] #2114: App Server freezes after brief use. In-Reply-To: <041.0190b49b8bcc6b964d304c879f466a3a@haiku-os.org> References: <041.0190b49b8bcc6b964d304c879f466a3a@haiku-os.org> Message-ID: <050.ed62143ec61be8a19961e87fd6ccd229@haiku-os.org> #2114: App Server freezes after brief use. -----------------------+---------------------------------------------------- Reporter: duaneb | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by jackburton): Any update on this ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 10:28:49 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 08:28:49 -0000 Subject: [Haiku-bugs] [Haiku] #2305: [Preferences::Time] crashes on startup In-Reply-To: <043.24b09b8676e34dbb6cd8663ee29ed863@haiku-os.org> References: <043.24b09b8676e34dbb6cd8663ee29ed863@haiku-os.org> Message-ID: <052.2f7bcf75fd5c2751302e0c063e37b39d@haiku-os.org> #2305: [Preferences::Time] crashes on startup -------------------------------------+-------------------------------------- Reporter: kaoutsis | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Time & Date | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by jackburton): Can we close this ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 10:30:54 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 08:30:54 -0000 Subject: [Haiku-bugs] [Haiku] #4175: MediaPlayer crashes when seeking In-Reply-To: <045.7059c729d488c84e5ff3eff5d974c49a@haiku-os.org> References: <045.7059c729d488c84e5ff3eff5d974c49a@haiku-os.org> Message-ID: <054.a4dd152bac695795c32c22176eda8e45@haiku-os.org> #4175: MediaPlayer crashes when seeking --------------------------------------+------------------------------------- Reporter: jackburton | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Comment(by jackburton): I suspect this could be a dup of #2486. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 10:49:50 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 08:49:50 -0000 Subject: [Haiku-bugs] [Haiku] #2769: Radeon driver is Slower than VESA ... In-Reply-To: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> References: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> Message-ID: <052.7f04d23e6460b1c4ddadfa385427de39@haiku-os.org> #2769: Radeon driver is Slower than VESA ... -------------------------------------+-------------------------------------- Reporter: herdemir | Owner: euan Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/radeon | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by jackburton): Can we close this ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 10:51:57 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 08:51:57 -0000 Subject: [Haiku-bugs] [Haiku] #2826: StyledEdit crash In-Reply-To: <042.87239a73c5e9c009029df6a1651152f4@haiku-os.org> References: <042.87239a73c5e9c009029df6a1651152f4@haiku-os.org> Message-ID: <051.4af28c7772a488bb0816c52882a55663@haiku-os.org> #2826: StyledEdit crash ------------------------+--------------------------------------------------- Reporter: scottmc | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------+--------------------------------------------------- Changes (by jackburton): * status: new => closed * resolution: => fixed Comment: Let's close this. Reopen if needed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 11:04:39 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 09:04:39 -0000 Subject: [Haiku-bugs] [Haiku] #3200: Graphic games are showing a back border on left and top In-Reply-To: <042.46e756ccfe16a99552732084994143cd@haiku-os.org> References: <042.46e756ccfe16a99552732084994143cd@haiku-os.org> Message-ID: <051.7e53b292480ddeebb82bd2c89958f5e1@haiku-os.org> #3200: Graphic games are showing a back border on left and top -----------------------+---------------------------------------------------- Reporter: scottmc | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by jackburton): Replying to [comment:2 Adek336]: > Also note that even with the SDL_FULLSCREEN flag, the application doesn't open in fullscreen mode. This should be a different bug, and I think it's fixed now. What about the original problem ? Does it still show up ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 11:09:09 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 09:09:09 -0000 Subject: [Haiku-bugs] [Haiku] #3328: [MediaPlayer] it is possible to hide all interface In-Reply-To: <040.d7bfdfd8341e6a52922f12773a01d0d8@haiku-os.org> References: <040.d7bfdfd8341e6a52922f12773a01d0d8@haiku-os.org> Message-ID: <049.ea87581b9b14b600ab05ef3ecc027861@haiku-os.org> #3328: [MediaPlayer] it is possible to hide all interface ---------------------------------------+------------------------------------ Reporter: diver | Owner: marcusoverhagen Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------+------------------------------------ Changes (by jackburton): * status: new => closed * resolution: => fixed Comment: It's no longer possible to do that. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 11:12:38 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 09:12:38 -0000 Subject: [Haiku-bugs] [Haiku] #3418: media_server crashes at startup with rev291524 In-Reply-To: <049.bcc3d626f305bbc546d3875a25e2a69f@haiku-os.org> References: <049.bcc3d626f305bbc546d3875a25e2a69f@haiku-os.org> Message-ID: <058.fe6b849f3d6f4147c8d811dfaaa996ae@haiku-os.org> #3418: media_server crashes at startup with rev291524 ----------------------------------+----------------------------------------- Reporter: the ringmaster | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/media_server | Version: R1 development Blockedby: | Platform: x86 Blocking: | ----------------------------------+----------------------------------------- Comment(by jackburton): Can we close this ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 11:14:57 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 09:14:57 -0000 Subject: [Haiku-bugs] [Haiku] #3623: mediaplay setting no menu In-Reply-To: <040.33490e1cce6e8348461bbe333d1bedad@haiku-os.org> References: <040.33490e1cce6e8348461bbe333d1bedad@haiku-os.org> Message-ID: <049.6f7d628e940ac7f570b6d3938eb21fcd@haiku-os.org> #3623: mediaplay setting no menu --------------------------+------------------------------------------------- Reporter: chico | Owner: axeld Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------+------------------------------------------------- Changes (by jackburton): * status: new => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 11:19:23 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 09:19:23 -0000 Subject: [Haiku-bugs] [Haiku] #3751: Redrawing problems. In-Reply-To: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> References: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> Message-ID: <047.f706c8d7506ce7ecec9266680a20b191@haiku-os.org> #3751: Redrawing problems. ----------------------------+----------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by jackburton): So, can we close this one ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 11:57:27 2009 From: trac at haiku-os.org (aldeck) Date: Tue, 04 Aug 2009 09:57:27 -0000 Subject: [Haiku-bugs] [Haiku] #3828: Icon positioning/selection got screwed up. In-Reply-To: <038.25572c08b2bff5b5bc56843e7ea4daf8@haiku-os.org> References: <038.25572c08b2bff5b5bc56843e7ea4daf8@haiku-os.org> Message-ID: <047.b144a2ecdf4ed1c9161be10cdd6055bc@haiku-os.org> #3828: Icon positioning/selection got screwed up. ----------------------------------+----------------------------------------- Reporter: bga | Owner: aldeck Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by aldeck): Note that this one doesn't exist (ie: fixed) in the tracker_refactor branch since r31433. Bear with me until i merge this back. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 12:21:13 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 10:21:13 -0000 Subject: [Haiku-bugs] [Haiku] #3828: Icon positioning/selection got screwed up. In-Reply-To: <038.25572c08b2bff5b5bc56843e7ea4daf8@haiku-os.org> References: <038.25572c08b2bff5b5bc56843e7ea4daf8@haiku-os.org> Message-ID: <047.e98937d13ff9c1e0868d8a71f610edda@haiku-os.org> #3828: Icon positioning/selection got screwed up. ----------------------------------+----------------------------------------- Reporter: bga | Owner: aldeck Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by bga): Cool. Just out of curiosity, do you have an ETA? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 12:22:27 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 10:22:27 -0000 Subject: [Haiku-bugs] [Haiku] #3751: Redrawing problems. In-Reply-To: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> References: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> Message-ID: <047.a52577e9abe5e01e6f921417bcf9b7f0@haiku-os.org> #3751: Redrawing problems. ----------------------------+----------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by bga): I can not see the problems anymore but I have no idea about what seem to have fixed it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 12:23:12 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 10:23:12 -0000 Subject: [Haiku-bugs] [Haiku] #3200: Graphic games are showing a back border on left and top In-Reply-To: <042.46e756ccfe16a99552732084994143cd@haiku-os.org> References: <042.46e756ccfe16a99552732084994143cd@haiku-os.org> Message-ID: <051.06eee107b1e111aa8dda00dc481710c5@haiku-os.org> #3200: Graphic games are showing a back border on left and top -----------------------+---------------------------------------------------- Reporter: scottmc | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by bga): Yes, SDL is completely broken and I am looking into sorting it up. Give me some time. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 12:25:00 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 10:25:00 -0000 Subject: [Haiku-bugs] [Haiku] #2769: Radeon driver is Slower than VESA ... In-Reply-To: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> References: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> Message-ID: <052.8b8d14379b63dbf0f22177f7c54f4f70@haiku-os.org> #2769: Radeon driver is Slower than VESA ... -------------------------------------+-------------------------------------- Reporter: herdemir | Owner: euan Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/radeon | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by bga): I am just not sure disabling the hardware acceleration hooks was a good idea. For instance, I have this relatively old Athlon 64 notebook with a Radeon Mobility 9600 and I had to revert this change to get any kind of performance out of it. I think that this may need to revisited. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 12:28:02 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 10:28:02 -0000 Subject: [Haiku-bugs] [Haiku] #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! In-Reply-To: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> References: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> Message-ID: <049.3155a81a6487dd7d83bd614b406c593c@haiku-os.org> #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! ----------------------------+----------------------------------------------- Reporter: thorn | Owner: axeld Type: bug | Status: closed Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: ----------------------------+----------------------------------------------- Comment(by bga): I guess I am missing something. You mean that #3150 is the same problem as this? because it does not look like it is. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 12:30:57 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 10:30:57 -0000 Subject: [Haiku-bugs] [Haiku] #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. In-Reply-To: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> References: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> Message-ID: <047.3d77adb8abef2a39b9e3b6cc36732c84@haiku-os.org> #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bga): Hey jackburton. Did you manage to download the SoundPlay version above? Were you able to reproduce the problem I described? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 12:33:17 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 10:33:17 -0000 Subject: [Haiku-bugs] [Haiku] #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. In-Reply-To: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> References: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> Message-ID: <047.e2cf22d088fb649c36a27e0ad951f3e7@haiku-os.org> #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jackburton): I managed to download it, thank you, but didn't get around to test it yet. Although I think I managed to reproduce it earlier using the test app "ParticlesII" which we have in the tree. At least, the colors don't look nice. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 12:49:03 2009 From: trac at haiku-os.org (aldeck) Date: Tue, 04 Aug 2009 10:49:03 -0000 Subject: [Haiku-bugs] [Haiku] #3828: Icon positioning/selection got screwed up. In-Reply-To: <038.25572c08b2bff5b5bc56843e7ea4daf8@haiku-os.org> References: <038.25572c08b2bff5b5bc56843e7ea4daf8@haiku-os.org> Message-ID: <047.cd37cbc4bd318cc4b82d2cf403c41dce@haiku-os.org> #3828: Icon positioning/selection got screwed up. ----------------------------------+----------------------------------------- Reporter: bga | Owner: aldeck Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by aldeck): Well, it's hard to tell. There's still a lot of work planned. I'm currently modularizing the pose layouting. And the pose spatial cache needs an optimized implementation. I might merge back after that, although i'd like to do more (like making the list mode just a special case of icon mode). Note that in its current state it's totally usable (and as said earlier, even fixes bugs :)). The idea is to refactor/rewrite in place, and keep it in a usable/bug-free state at all times. I'm using it as i develop, since a few weeks. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 12:51:39 2009 From: trac at haiku-os.org (axeld) Date: Tue, 04 Aug 2009 10:51:39 -0000 Subject: [Haiku-bugs] [Haiku] #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! In-Reply-To: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> References: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> Message-ID: <049.827b752cb40695b5735d2fe398e05dde@haiku-os.org> #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! ----------------------------+----------------------------------------------- Reporter: thorn | Owner: axeld Type: bug | Status: closed Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: ----------------------------+----------------------------------------------- Comment(by axeld): As I said, any kind of corruption could lead to this panic. The outcome of any corruption can be very different. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 12:52:08 2009 From: trac at haiku-os.org (axeld) Date: Tue, 04 Aug 2009 10:52:08 -0000 Subject: [Haiku-bugs] [Haiku] #4131: [Workspaces] add Quit and About box to right click menu In-Reply-To: <040.851f8e747afb1a19a927514797eed1da@haiku-os.org> References: <040.851f8e747afb1a19a927514797eed1da@haiku-os.org> Message-ID: <049.6287f6a9a59844dd4f660c09814a4330@haiku-os.org> #4131: [Workspaces] add Quit and About box to right click menu -------------------------------------+-------------------------------------- Reporter: diver | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by axeld): Indeed, but then only if it's not always shown. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 12:53:43 2009 From: trac at haiku-os.org (axeld) Date: Tue, 04 Aug 2009 10:53:43 -0000 Subject: [Haiku-bugs] [Haiku] #2769: Radeon driver is Slower than VESA ... In-Reply-To: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> References: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> Message-ID: <052.a2a24afc738ac86de30d2160aa1520e8@haiku-os.org> #2769: Radeon driver is Slower than VESA ... -------------------------------------+-------------------------------------- Reporter: herdemir | Owner: euan Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/radeon | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by axeld): Indeed, Stephan doesn't really believe it, though. I think we should have some kind of automatic way to detect old PCI/AGP cards, and continue to use acceleration for them. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 13:52:49 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 11:52:49 -0000 Subject: [Haiku-bugs] [Haiku] #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. In-Reply-To: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> References: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> Message-ID: <047.c375313f54a9674fe870a60b211f732e@haiku-os.org> #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bga): Ah, great. I will also check Particles II but, yes, the colors are very wrong in QING so it is very likely the same problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 13:54:53 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 11:54:53 -0000 Subject: [Haiku-bugs] [Haiku] #3828: Icon positioning/selection got screwed up. In-Reply-To: <038.25572c08b2bff5b5bc56843e7ea4daf8@haiku-os.org> References: <038.25572c08b2bff5b5bc56843e7ea4daf8@haiku-os.org> Message-ID: <047.0c648933c8d063b71c4166fcc19a8684@haiku-os.org> #3828: Icon positioning/selection got screwed up. ----------------------------------+----------------------------------------- Reporter: bga | Owner: aldeck Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by bga): Considering you are fixing (annoying) bugs while you go, wouldn't it be a good idea if you merged back to trunk after completing one set of self- contained changes? This way there would be the benefit of the bug fixes and you would still be able to work on your branch. In any case, thanks for doing this! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 13:59:17 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 11:59:17 -0000 Subject: [Haiku-bugs] [Haiku] #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! In-Reply-To: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> References: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> Message-ID: <049.b46228e38b890e3c78df5c85cf345f4c@haiku-os.org> #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! ----------------------------+----------------------------------------------- Reporter: thorn | Owner: axeld Type: bug | Status: closed Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: ----------------------------+----------------------------------------------- Comment(by bga): So, what you are saying is that any error that could come from some kind of corruption should be posted on that bug instead of a new bug being opened? This will easily get confusing as people would not find that bug based on their own experience of a corruption unless what they see is a problem listing the contents of the directory. Note I do not mind at all where the bugs are posted, it is just that that bug is, to anyone reading it, specifically about the kind of corruption that results in problems listing the contents of directories (which, BTW, I never saw again so it may even be fixed by some other of the changes you did). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 14:04:35 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 12:04:35 -0000 Subject: [Haiku-bugs] [Haiku] #2769: Radeon driver is Slower than VESA ... In-Reply-To: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> References: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> Message-ID: <052.64f828cf3ad88aac95ddea9f961adb47@haiku-os.org> #2769: Radeon driver is Slower than VESA ... -------------------------------------+-------------------------------------- Reporter: herdemir | Owner: euan Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/radeon | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by bga): I am pretty sure that if, as reported, disabling acceleration in any configuration makes the system faster, then it is a driver bug or some other system bug. In my specific case, for example, moving windows around without acceleration is a pain and with it, it is very smooth. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 14:23:12 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 04 Aug 2009 12:23:12 -0000 Subject: [Haiku-bugs] [Haiku] #3828: Icon positioning/selection got screwed up. In-Reply-To: <038.25572c08b2bff5b5bc56843e7ea4daf8@haiku-os.org> References: <038.25572c08b2bff5b5bc56843e7ea4daf8@haiku-os.org> Message-ID: <047.9b698e8f53c502b6a616b065d301f45b@haiku-os.org> #3828: Icon positioning/selection got screwed up. ----------------------------------+----------------------------------------- Reporter: bga | Owner: aldeck Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by jackburton): Replying to [comment:15 bga]: > Considering you are fixing (annoying) bugs while you go, wouldn't it be a good idea if you merged back to trunk after completing one set of self- contained changes? This way there would be the benefit of the bug fixes and you would still be able to work on your branch. Yeah I'd like that too. If it doesn't introduce new bugs, and even fixes some, why not ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 14:35:16 2009 From: trac at haiku-os.org (stippi) Date: Tue, 04 Aug 2009 12:35:16 -0000 Subject: [Haiku-bugs] [Haiku] #3751: Redrawing problems. In-Reply-To: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> References: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> Message-ID: <047.26a5d35ad38d605308574e01e1735548@haiku-os.org> #3751: Redrawing problems. ----------------------------+----------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by stippi): I downloaded the SoundPlay package you linked the other day, and I certainly see this bug. But I am currently busy with other things. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 14:42:41 2009 From: trac at haiku-os.org (stippi) Date: Tue, 04 Aug 2009 12:42:41 -0000 Subject: [Haiku-bugs] [Haiku] #2769: Radeon driver is Slower than VESA ... In-Reply-To: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> References: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> Message-ID: <052.b313c60858451075939c6d89c9b2f829@haiku-os.org> #2769: Radeon driver is Slower than VESA ... -------------------------------------+-------------------------------------- Reporter: herdemir | Owner: euan Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/radeon | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by stippi): I just realized that I may have some uncommited changes. How does it work for you if you disable the acceleration, but pick a non-32-bit screen mode? Is it suddenly fast? In any case, I certainly didn't want to give the impression that I think the current solution is perfect, or that nobody should change it. But I do not feel like working on this at all. I know for a fact that enabling the acceleration on nVidea makes the system unstable, let alone being slower on my hardware. Since it works so well for me as it is (which may be due to my uncommited changes, I will check), I am simply turning my attention to other things, which do not work well for me. Anybody is free to work on anything, patches are always welcome. Something not working well for yourself is always a great motivation to do something about it. Whereas something working bad for somebody else, which works great for yourself, is simply not a great source of motivation. It sucks, certainly, but I have only so much time a day and I am already spending it pretty much all on Haiku. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 14:50:04 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 12:50:04 -0000 Subject: [Haiku-bugs] [Haiku] #3751: Redrawing problems. In-Reply-To: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> References: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> Message-ID: <047.d7ff2da1557de3fa47fd68a885269bbb@haiku-os.org> #3751: Redrawing problems. ----------------------------+----------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by bga): Hi Stippi. No worries. Stefano is looking into it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 14:51:29 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 12:51:29 -0000 Subject: [Haiku-bugs] [Haiku] #3751: Redrawing problems. In-Reply-To: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> References: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> Message-ID: <047.a4b40dcd7226a805f494851216b6dacd@haiku-os.org> #3751: Redrawing problems. ----------------------------+----------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by bga): Oh, forget it. I mixed up the bugs. :) In any case, as I said, SoundPlay is working again. I just don't know what fixed it. If you can guess it (as it was probably some change you did), this bug can be safelly closed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 14:58:20 2009 From: trac at haiku-os.org (axeld) Date: Tue, 04 Aug 2009 12:58:20 -0000 Subject: [Haiku-bugs] [Haiku] #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! In-Reply-To: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> References: <040.572daffe104be83e982ae20fb33b51e3@haiku-os.org> Message-ID: <049.3e96b27d84b937c02333af27db4ea855@haiku-os.org> #1914: PANIC: vnode 5:45465 already exists (node = 0x90c1b300, vnode->node = 0x91053d80)! ----------------------------+----------------------------------------------- Reporter: thorn | Owner: axeld Type: bug | Status: closed Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: ----------------------------+----------------------------------------------- Comment(by axeld): That's basically what I'm saying. The point is, that every corruption can manifest itself through many different problems. It doesn't make any sense to open 10 different tickets about this, as long as it isn't clear it has a different cause. While possible, I don't think all bugs leading to corruption have been fixed yet, and you cannot judge what the problems are from looking at the corruption, unfortunately. Feel free to alter the description of #3150 if you want to. I would just continue to happily close related tickets as a duplicate of this one. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 15:03:49 2009 From: trac at haiku-os.org (axeld) Date: Tue, 04 Aug 2009 13:03:49 -0000 Subject: [Haiku-bugs] [Haiku] #1116: Wrong default application for a preinstalled picture (-j2 build) In-Reply-To: <040.08a577fc807dbf08a27bd38b95a01058@haiku-os.org> References: <040.08a577fc807dbf08a27bd38b95a01058@haiku-os.org> Message-ID: <049.48262e0ca1439835ac52252a608a54e4@haiku-os.org> #1116: Wrong default application for a preinstalled picture (-j2 build) ---------------------------+------------------------------------------------ Reporter: korli | Owner: bonefish Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: I would guess so. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 15:05:24 2009 From: trac at haiku-os.org (koki) Date: Tue, 04 Aug 2009 13:05:24 -0000 Subject: [Haiku-bugs] [Haiku] #4182: Trying to play WMV files crashes MediaPlayer In-Reply-To: <039.44fc0929377768050f74f125d98bdbf8@haiku-os.org> References: <039.44fc0929377768050f74f125d98bdbf8@haiku-os.org> Message-ID: <048.272b7a90d09658a03ff660ffb88f321d@haiku-os.org> #4182: Trying to play WMV files crashes MediaPlayer ---------------------------------------+------------------------------------ Reporter: koki | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------+------------------------------------ Comment(by koki): Confirming that this is fixed as tested on r32110. Thank you Stippi (and no need to apologize)! :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 15:07:09 2009 From: trac at haiku-os.org (axeld) Date: Tue, 04 Aug 2009 13:07:09 -0000 Subject: [Haiku-bugs] [Haiku] #4172: svn stop while checking out ruby source tree In-Reply-To: <038.c5de6ea73578a4b63513dfbb0704fd16@haiku-os.org> References: <038.c5de6ea73578a4b63513dfbb0704fd16@haiku-os.org> Message-ID: <047.4ce68a6aed59ebaa21262f0a5d3fcd26@haiku-os.org> #4172: svn stop while checking out ruby source tree ------------------------------------+--------------------------------------- Reporter: oco | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Network & Internet/TCP | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Changes (by axeld): * component: - General => Network & Internet/TCP Comment: It shows an interesting Tracker bug, at least ;-) I could imagine that this is a TCP problem, or at least network related. Someone should look into it as long as it is reproducible. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 15:38:19 2009 From: trac at haiku-os.org (aldeck) Date: Tue, 04 Aug 2009 13:38:19 -0000 Subject: [Haiku-bugs] [Haiku] #3828: Icon positioning/selection got screwed up. In-Reply-To: <038.25572c08b2bff5b5bc56843e7ea4daf8@haiku-os.org> References: <038.25572c08b2bff5b5bc56843e7ea4daf8@haiku-os.org> Message-ID: <047.860a4adacf6cb7285c229a6ac1a4e1f3@haiku-os.org> #3828: Icon positioning/selection got screwed up. ----------------------------------+----------------------------------------- Reporter: bga | Owner: aldeck Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by aldeck): Will do when its ready :), well more seriously, the only issue is that while it is a lot more robust, PoseSpatialCache is currently slower than the code it replaced in trunk. So there might be some slowness in populated folders (affecting icon modes only). The problem is that i don't want to waste too much time in optimizations while i'm in a phase of generalizing, killing all the special cases code and thus "unoptimizing", and using OO design to prepare for specializations.[[BR]] Optimizing after that is just a matter of a new implementation of the abstract class, everything is contained, and anyone wanting to try another implementation is free to do so :) I almost started a HashedSpatialCache (see "spatial hashing" on the web) which should be O(1) for all spatial queries, but i'd better keep the fun for later and spend my current time doing the hard work, ie: modularizing other parts.[[BR]] In any case, a few testers of the branch wouldn't hurt :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 16:24:32 2009 From: trac at haiku-os.org (koki) Date: Tue, 04 Aug 2009 14:24:32 -0000 Subject: [Haiku-bugs] [Haiku] #3751: Redrawing problems. In-Reply-To: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> References: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> Message-ID: <047.baecca5d4c57bab56ffc5c5f6a577667@haiku-os.org> #3751: Redrawing problems. ----------------------------+----------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by koki): FWIW, I am running r32110, and I still see this problem with SoundPlay 4.7.3. The program works, but the controls are not displayed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 16:27:34 2009 From: trac at haiku-os.org (koki) Date: Tue, 04 Aug 2009 14:27:34 -0000 Subject: [Haiku-bugs] [Haiku] #3751: Redrawing problems. In-Reply-To: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> References: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> Message-ID: <047.e6becc851b242a95f34838374258de1d@haiku-os.org> #3751: Redrawing problems. ----------------------------+----------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by koki): Don't know if this may provide any hints, but if I drag the SoundPlay window out of the viewable area of the screen and then back, the missing app controls reappear. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 16:29:17 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 14:29:17 -0000 Subject: [Haiku-bugs] [Haiku] #3751: Redrawing problems. In-Reply-To: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> References: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> Message-ID: <047.b5a6bf8b978fb411433e5d7b7c499314@haiku-os.org> #3751: Redrawing problems. ----------------------------+----------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by bga): This is weird. This is exactly what I was seeing but now, somehow, this is not happening anymore. No idea why. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 16:42:57 2009 From: trac at haiku-os.org (stippi) Date: Tue, 04 Aug 2009 14:42:57 -0000 Subject: [Haiku-bugs] [Haiku] #3751: Redrawing problems. In-Reply-To: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> References: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> Message-ID: <047.e98fc8349aea54ff3d638d92d75e3f85@haiku-os.org> #3751: Redrawing problems. ----------------------------+----------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by stippi): I don't mean to sound harsh, but please stop spamming Trac with useless comments. It was already clear from 6 comments ago that this bug is not fixed, including the fact/additional information about the weirdness that it does not happen anymore for Bruno, but does happen to me, for example. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 16:53:13 2009 From: trac at haiku-os.org (axeld) Date: Tue, 04 Aug 2009 14:53:13 -0000 Subject: [Haiku-bugs] [Haiku] #4154: [Tracker]: Find result window won't update its title In-Reply-To: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> References: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> Message-ID: <051.0ad2b81f533393a74444a1d32148ef1f@haiku-os.org> #4154: [Tracker]: Find result window won't update its title -----------------------------------+---------------------------------------- Reporter: emitrax | Owner: anevilyak Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by axeld): * status: closed => reopened * type: bug => enhancement * resolution: invalid => Comment: It could rename the query, though. At least the current solution is indeed a bit confusing, and also inconvenient in case you actually want to store or find that query again. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 16:56:29 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 04 Aug 2009 14:56:29 -0000 Subject: [Haiku-bugs] [Haiku] #4154: [Tracker]: Find result window won't update its title In-Reply-To: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> References: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> Message-ID: <051.58ab2cdd10b6e7219c3af5243ed679a6@haiku-os.org> #4154: [Tracker]: Find result window won't update its title -----------------------------------+---------------------------------------- Reporter: emitrax | Owner: anevilyak Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by anevilyak): Except if the user has already renamed it then you don't want to rename it again. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 16:57:29 2009 From: trac at haiku-os.org (bga) Date: Tue, 04 Aug 2009 14:57:29 -0000 Subject: [Haiku-bugs] [Haiku] #3751: Redrawing problems. In-Reply-To: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> References: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> Message-ID: <047.954bd5d79a66777c32eeea0104380445@haiku-os.org> #3751: Redrawing problems. ----------------------------+----------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by bga): Oh, so just because I took the day to revisit bugs I am interested in I am spamming Track? And, better yet, with useless comments? Not to sound harsh either but, give me a break (yes, *THIS* one is a useless comment, but I felt the need to reply to your unfair observation). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 17:17:56 2009 From: trac at haiku-os.org (stippi) Date: Tue, 04 Aug 2009 15:17:56 -0000 Subject: [Haiku-bugs] [Haiku] #3751: Redrawing problems. In-Reply-To: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> References: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> Message-ID: <047.fc07507ca0bb7d42d8b1aad1fd80dc15@haiku-os.org> #3751: Redrawing problems. ----------------------------+----------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by stippi): Bruno, before you are all offended, would you please read all the comments here again? Maybe it becomes clear to you then. I am only talking about the comments from today. This will be my last reply here, because some people receive a notification for every single ticket change, twice for the once they ever made a comment on or to which they are assigned. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 17:24:03 2009 From: trac at haiku-os.org (aldeck) Date: Tue, 04 Aug 2009 15:24:03 -0000 Subject: [Haiku-bugs] [Haiku] #4154: [Tracker]: Find result window won't update its title In-Reply-To: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> References: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> Message-ID: <051.61bd6ca0333a6a3fac2a9db1f99fc548@haiku-os.org> #4154: [Tracker]: Find result window won't update its title -----------------------------------+---------------------------------------- Reporter: emitrax | Owner: anevilyak Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by aldeck): We could set an "autoname" attribute on the query, which would contains the generated name on creation. When editing an existing query, we can now detect if it's a manually renamed query, and thus not change its name when editing. There might be a simpler solution though :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 17:38:05 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 04 Aug 2009 15:38:05 -0000 Subject: [Haiku-bugs] [Haiku] #4154: [Tracker]: Find result window won't update its title In-Reply-To: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> References: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> Message-ID: <051.d45ee1dd97c8d27b9f5fd8574f438c43@haiku-os.org> #4154: [Tracker]: Find result window won't update its title -----------------------------------+---------------------------------------- Reporter: emitrax | Owner: anevilyak Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by humdinger): Maybe you're complicating things too much. :)[[BR]] When I start with a saved query, it's correct to display its name in the result window tab. But when I then edit the query string, it's not that saved query anymore, it became a new query. Therefore, you could just as well reflect that in the title tab. BTW, the title tab is too geeky IMO. We should get rid of the path (/boot/home/query/) and also the time stamp and just leave the search parameters, e.g. "MPEG audio - Artist 'Violent' - Album 'Best'". I see why very advanced usage of queries may appreciate the other info, but the "normal user" probably doesn't. Plus, being so long, the more important info is truncated ATM anyway... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 17:43:31 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 04 Aug 2009 15:43:31 -0000 Subject: [Haiku-bugs] [Haiku] #4154: [Tracker]: Find result window won't update its title In-Reply-To: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> References: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> Message-ID: <051.832ce81116363191c06e2e82532b754d@haiku-os.org> #4154: [Tracker]: Find result window won't update its title -----------------------------------+---------------------------------------- Reporter: emitrax | Owner: anevilyak Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by anevilyak): Replying to [comment:5 humdinger]: > When I start with a saved query, it's correct to display its name in the result window tab. But when I then edit the query string, it's not that saved query anymore, it became a new query. Therefore, you could just as well reflect that in the title tab. What if my intention is to update that saved query? I.e. if I have a saved custom query for mail and I want to modify it? > BTW, the title tab is too geeky IMO. We should get rid of the path (/boot/home/query/) and also the time stamp and just leave the search parameters, It would only be showing the full path if you have the "Show full path in title bar" option turned on in Tracker Settings. As for the time stamp, that's part of the query filename by default, though the naming scheme could certainly be changed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 17:51:22 2009 From: trac at haiku-os.org (axeld) Date: Tue, 04 Aug 2009 15:51:22 -0000 Subject: [Haiku-bugs] [Haiku] #4154: [Tracker]: Find result window won't update its title In-Reply-To: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> References: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> Message-ID: <051.c031b64a6c4adf59a9c51f6f80e481c8@haiku-os.org> #4154: [Tracker]: Find result window won't update its title -----------------------------------+---------------------------------------- Reporter: emitrax | Owner: anevilyak Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by axeld): It just needs to be verbose enough to differentiate different queries - that's what the timestamp is for, mostly. About the attribute: Tracker could just check whether the name matches the query when it opens them. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 18:14:40 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 04 Aug 2009 16:14:40 -0000 Subject: [Haiku-bugs] [Haiku] #4154: [Tracker]: Find result window won't update its title In-Reply-To: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> References: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> Message-ID: <051.aa8f0240a2c716e5195986cec6c232a4@haiku-os.org> #4154: [Tracker]: Find result window won't update its title -----------------------------------+---------------------------------------- Reporter: emitrax | Owner: anevilyak Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by humdinger): Replying to [comment:6 anevilyak]: > What if my intention is to update that saved query? I.e. if I have a saved custom > query for mail and I want to modify it? Well, as soon as you've re-saved the changed query, the tab will reflect the new query name. > It would only be showing the full path if you have the "Show full path in title > bar" option turned on in Tracker Settings. Ah, right. I like that feature in normal Tracker windows, but can't see too much gain for query results, esp. if it's a temporary query. > As for the time stamp, that's part of the query filename by default, though the > naming scheme could certainly be changed. How about just appending an upcounting number instead? If you need the exact time, there's still the Created or Modified attribute. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 18:16:11 2009 From: trac at haiku-os.org (Hubert) Date: Tue, 04 Aug 2009 16:16:11 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.876873a0f925912d37f3c2f412c571d7@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Hubert): OK. I enabled logging and upload logs. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 18:25:15 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 04 Aug 2009 16:25:15 -0000 Subject: [Haiku-bugs] [Haiku] #4183: Rotate Indices Left/Right shortcut Message-ID: <044.358daf06844d3e54100cb769ac659fca@haiku-os.org> #4183: Rotate Indices Left/Right shortcut ---------------------------------------+------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Icon-O-Matic | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------+------------------------------------ This is r32111. First off, shouldn't it be called "Vertices"? In the Path menu, there's the item "Rotate Vertices Left - ALT+R".[[BR]] It would make much more sense, if instead "Rotate Vertices ''Right''" was done with this shortcut. The "Rotating Vertices Left" should then get the shortcut SHIFT+ALT+R. Currently there's the incorrect ''OPT''+ALT+R as shortcut in the menu. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 18:30:07 2009 From: trac at haiku-os.org (stippi) Date: Tue, 04 Aug 2009 16:30:07 -0000 Subject: [Haiku-bugs] [Haiku] #4154: [Tracker]: Find result window won't update its title In-Reply-To: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> References: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> Message-ID: <051.7d45133920b4adf7afc1c65f810541ad@haiku-os.org> #4154: [Tracker]: Find result window won't update its title -----------------------------------+---------------------------------------- Reporter: emitrax | Owner: anevilyak Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by stippi): I would change the interface for Query windows. I would combine the Find panel and the Query result window. Make the window title "Unsaved Query" for as long as it's not saved, "Temporary Query". Make it possible to collapse the Find area where you specify the parameters. That way you show information about the query in the same window, while not resorting to the window title. And it would be much less awkward to refine the query. I always didn't like very much how that worked, way too clumsy. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 18:30:55 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 04 Aug 2009 16:30:55 -0000 Subject: [Haiku-bugs] [Haiku] #4184: Workspace switch shortcut collides with path/shape moving Message-ID: <044.eedd7514cc4e82a407b5fa2d3ecf76b8@haiku-os.org> #4184: Workspace switch shortcut collides with path/shape moving ---------------------------------------+------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Icon-O-Matic | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------+------------------------------------ This is r32111. When I-O-M is in "move-mode", the cursor keys are used for moving a path/vertice/shape. Unfortunately the CTRL+ALT+Cursor shortcut to switch workspaces doesn't work when I-O-M is in this mode. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 18:32:59 2009 From: trac at haiku-os.org (stippi) Date: Tue, 04 Aug 2009 16:32:59 -0000 Subject: [Haiku-bugs] [Haiku] #4183: Rotate Indices Left/Right shortcut In-Reply-To: <044.358daf06844d3e54100cb769ac659fca@haiku-os.org> References: <044.358daf06844d3e54100cb769ac659fca@haiku-os.org> Message-ID: <053.141c86ff6c0b5a67274b3416d2404bf1@haiku-os.org> #4183: Rotate Indices Left/Right shortcut ---------------------------------------+------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Icon-O-Matic | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------+------------------------------------ Changes (by stippi): * status: new => assigned Comment: By rotating vertices, I would expect something completely different, namely rotating the vertices graphically. No, what this feature does is rotate just the indices (the order of points) in the path. Not sure about the messed up shortcuts, leaving the ticket open for that. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 18:34:07 2009 From: trac at haiku-os.org (koki) Date: Tue, 04 Aug 2009 16:34:07 -0000 Subject: [Haiku-bugs] [Haiku] #3751: Redrawing problems. In-Reply-To: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> References: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> Message-ID: <047.656050067582007b5b2e2dea315a1448@haiku-os.org> #3751: Redrawing problems. ----------------------------+----------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by koki): Replying to [comment:13 stippi]: > I don't mean to sound harsh, but please stop spamming Trac with useless comments. It was already clear from 6 comments ago that this bug is not fixed, including the fact/additional information about the weirdness that it does not happen anymore for Bruno, but does happen to me, for example. I am sorry, but it wasn't obvious to me, and I did read all the previous comments. Anyway, I was just trying to help here, and I am sure that was the case for BGA too; I wish you could see through that before writing something with that tone. If you asked me, and I say this with all the due respect that you do reserve, this comment of yours was the most spammy and useless of all. ;) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 19:16:48 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 04 Aug 2009 17:16:48 -0000 Subject: [Haiku-bugs] [Haiku] #4185: Changing window properties with context menu Message-ID: <044.673140946bc07b44d8ff86af899ecb95@haiku-os.org> #4185: Changing window properties with context menu -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- This is r32111. Currently there are these two items in the context menu: "No title" and "No Border". If one is chosen, a checkmark appears in front of it. Launchbox has a similar setting: "Show Window Border". I find the positive term including a verb much more attractive. I propose to change Workspaces behaviour accordingly to "Show Window Title" and "Show Window Border". Personally, I'm not sure a "Show Window Title" is even really necessary... Maybe this is something to include in the HIG? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 19:39:45 2009 From: trac at haiku-os.org (axeld) Date: Tue, 04 Aug 2009 17:39:45 -0000 Subject: [Haiku-bugs] [Haiku] #4154: [Tracker]: Find result window won't update its title In-Reply-To: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> References: <042.7757840262d6dd663cb90d5254f13e48@haiku-os.org> Message-ID: <051.d4062537769852620b36d3785b428ddf@haiku-os.org> #4154: [Tracker]: Find result window won't update its title -----------------------------------+---------------------------------------- Reporter: emitrax | Owner: anevilyak Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by axeld): Even temporary or unsaved queries are actually stored on disk, and will stay there for a few days. I wouldn't mind educating the user about this fact, and keep the title as is. Anyway, something what stippi descibes sounds like the way to go. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 19:59:41 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Tue, 04 Aug 2009 17:59:41 -0000 Subject: [Haiku-bugs] [Haiku] #3909: Set urlwrapper to initially handle all URL types - this enables a better system-user dialog In-Reply-To: <048.4ad8da9e47cf87c35a2b274c79d1292a@haiku-os.org> References: <048.4ad8da9e47cf87c35a2b274c79d1292a@haiku-os.org> Message-ID: <057.3119cbb0e7b6379407d27fffa224f432@haiku-os.org> #3909: Set urlwrapper to initially handle all URL types - this enables a better system-user dialog ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: jonas.kirilla Type: enhancement | Status: closed Priority: normal | Milestone: Unscheduled Component: Applications | Version: Resolution: invalid | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by jonas.kirilla): * status: new => closed * version: R1 development => * resolution: => invalid * milestone: R1 => Unscheduled Comment: I've changed my mind. Urlwrapper should stay within the scope of its intended use, as implied by its name. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 4 20:38:06 2009 From: trac at haiku-os.org (axeld) Date: Tue, 04 Aug 2009 18:38:06 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.71a5f21e897e573c14e3a1eafcdfd336@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by axeld): That should be all. If _AddModes() is not even called, then you should find out why it isn't. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 00:35:03 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 04 Aug 2009 22:35:03 -0000 Subject: [Haiku-bugs] [Haiku] #4181: 'query' Cannot Parse Dates In-Reply-To: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> References: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> Message-ID: <058.4bb8c76a0caa561df7bdbf121960c4ca@haiku-os.org> #4181: 'query' Cannot Parse Dates -------------------------------+-------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Comment(by anevilyak): Just a note here, this seems to be quite picky as to what date formats it supports... last_modified >= '%08/03/2009%', last_modified >= '%today%', last_modified >= '%yesterday%' all yield the desired result, while for instance last_modified >= '%2009/08/03%' does not. Any documentation on what all formats are actually accepted by our parsedate()? At least the man page seems to indicate the latter should work as well. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 01:21:28 2009 From: trac at haiku-os.org (mmlr) Date: Tue, 04 Aug 2009 23:21:28 -0000 Subject: [Haiku-bugs] [Haiku] #3399: The system reboots while running jam -q on the haiku trunk. In-Reply-To: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> References: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> Message-ID: <051.b724a7f6b89c0e4901d0c0664c9439ac@haiku-os.org> #3399: The system reboots while running jam -q on the haiku trunk. ----------------------------+----------------------------------------------- Reporter: bbjimmy | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by mmlr): * status: new => closed * resolution: => fixed Comment: Fixed in r32118. I hope I described it well enough in the commit message. In any case it would be possible to fix this in different ways. For example it would be possible to cause it to explicitly set the kernel page dir in the currently unused arch_vm_aspace_swap() function. Or it would be possible to simply read out cr3 on deletion and reset it to the kernel page dir when the about to be deleted page dir is detected (that's how I debugged this issue in the end). Feel free to suggest/implement other solutions as you see fit. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 02:41:49 2009 From: trac at haiku-os.org (bga) Date: Wed, 05 Aug 2009 00:41:49 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.cd65bfb2967a3289f63de27c4517b415@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by bga): This is weird. I added a debug_printf() to the create_display_modes() function so it looked like this: {{{ extern "C" area_id create_display_modes(const char* name, edid1_info* edid, const display_mode* initialModes, uint32 initialModeCount, const color_space *spaces, uint32 spacesCount, check_display_mode_hook hook, display_mode** _modes, uint32* _count) { debug_printf("***** CREATE DISPLAY MODES *****\n"); if (_modes == NULL || _count == NULL) return B_BAD_VALUE; [...] }}} After this, I rebuild and installed the vesa.accelerant. This was never printed to syslog when I rebooted so either the function is not being called (which I guess is not really an option) or debug_printf() simply is not working. Just to confirm when you made your suggestion, you said to look into the file at src/add-ons/accelerants/common/create_mode_list.cpp, which does not exist. the file that exists and that I added the debug to is src/add- ons/accelerants/common/create_display_modes.cpp. This is the correct file, right? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 02:51:11 2009 From: trac at haiku-os.org (bga) Date: Wed, 05 Aug 2009 00:51:11 -0000 Subject: [Haiku-bugs] [Haiku] #2769: Radeon driver is Slower than VESA ... In-Reply-To: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> References: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> Message-ID: <052.ce4abe7a50e3a3e92192657c3632fc04@haiku-os.org> #2769: Radeon driver is Slower than VESA ... -------------------------------------+-------------------------------------- Reporter: herdemir | Owner: euan Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/radeon | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by bga): Could you try committing whatever you didn't commit yet? My experience is completely different from yours. In all color modes, moving a window uses 100% of the CPU almost all the time. If I have anything else running, it gets jumpy (with acceleration enabled, this does not happen and cpu usage is well below 20%). To make things a bit worse, some BWindowScreen programs will refuse to work if the acceleration hooks are not set as they try to get the hooks and will see they are not set. Based on all this, I would suggest the following if you guys are ok with that: 1 - Wrap the code around a define so stippi can still set it for his machine to be the way it is now.[[BR]] 2 - By default, revert to have acceleration enabled.[[BR]] 3 - mention the nVidia problems you, stippi, are seeing to Rudolf now that he is back developing the driver. This could result in the problems you are seeing being sorted up on the probable correct place. Are you guys ok with that? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 03:02:34 2009 From: trac at haiku-os.org (umccullough) Date: Wed, 05 Aug 2009 01:02:34 -0000 Subject: [Haiku-bugs] [Haiku] #2769: Radeon driver is Slower than VESA ... In-Reply-To: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> References: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> Message-ID: <052.4caeb3ac1f5f42bee4c567441879f099@haiku-os.org> #2769: Radeon driver is Slower than VESA ... -------------------------------------+-------------------------------------- Reporter: herdemir | Owner: euan Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/radeon | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by umccullough): Yes please, can we get an easy #ifdef switch for enabling/disabling these changes? I would like to test this on a couple of my older machines to see if it makes a significant difference one way or the other. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 08:39:27 2009 From: trac at haiku-os.org (axeld) Date: Wed, 05 Aug 2009 06:39:27 -0000 Subject: [Haiku-bugs] [Haiku] #4181: 'query' Cannot Parse Dates In-Reply-To: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> References: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> Message-ID: <058.a6d8f67659fcba52ba6e17ac7b5b283e@haiku-os.org> #4181: 'query' Cannot Parse Dates -------------------------------+-------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Comment(by axeld): There is a man page for parsedate()? IIRC all I could find back then was a Be Newsletter article about it when I implemented it. Anyway, the source is your friend, it contains a long list of what formats are supported. Looking at that, the last format should actually be supported, maybe it's a bug in there. It's even tested in the ParseDateTest.cpp app, but that somehow does not even check the resulting time - whatever I thought when I wrote that. I'll have a look at it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 08:42:51 2009 From: trac at haiku-os.org (axeld) Date: Wed, 05 Aug 2009 06:42:51 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.33dc22cc7cc42731a84c61f3c6062cf5@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by axeld): Yes it is. debug_printf() has not other option than to work, but its output is only visible in the syslog if that is enabled in the kernel. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 09:22:37 2009 From: trac at haiku-os.org (axeld) Date: Wed, 05 Aug 2009 07:22:37 -0000 Subject: [Haiku-bugs] [Haiku] #3399: The system reboots while running jam -q on the haiku trunk. In-Reply-To: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> References: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> Message-ID: <051.04f31bf4b1e8aeba6e7eb9a711f0e304@haiku-os.org> #3399: The system reboots while running jam -q on the haiku trunk. ----------------------------+----------------------------------------------- Reporter: bbjimmy | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Comment(by axeld): One could think to move the interrupt disabling/enabling into the assembly code as well - at least other architectures don't need to call this with interrupts disabled, and it would also be slightly faster, too (depending on the compiler, that is). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 11:49:06 2009 From: trac at haiku-os.org (axeld) Date: Wed, 05 Aug 2009 09:49:06 -0000 Subject: [Haiku-bugs] [Haiku] #4181: 'query' Cannot Parse Dates In-Reply-To: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> References: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> Message-ID: <058.0ecc369bb7706af8ba835d9cc674f0f2@haiku-os.org> #4181: 'query' Cannot Parse Dates -------------------------------+-------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Comment(by axeld): The parsedate() test app still runs fine, and also parses the above forms correctly. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 12:02:07 2009 From: trac at haiku-os.org (humdinger) Date: Wed, 05 Aug 2009 10:02:07 -0000 Subject: [Haiku-bugs] [Haiku] #4186: SHIFT shortcut bitmap shows OPT Message-ID: <044.c32ddf258f92d52d1b990894b1465acf@haiku-os.org> #4186: SHIFT shortcut bitmap shows OPT ----------------------------+----------------------------------------------- Reporter: humdinger | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- This is r32111. Shortcuts using SHIFT show the OPT bitmap instead, e.g. menu "Window | Select..." in Tracker windows. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 12:06:08 2009 From: trac at haiku-os.org (humdinger) Date: Wed, 05 Aug 2009 10:06:08 -0000 Subject: [Haiku-bugs] [Haiku] #4183: Rotate Indices Left/Right shortcut In-Reply-To: <044.358daf06844d3e54100cb769ac659fca@haiku-os.org> References: <044.358daf06844d3e54100cb769ac659fca@haiku-os.org> Message-ID: <053.af88c7167d6c20ed15b4a0497e956466@haiku-os.org> #4183: Rotate Indices Left/Right shortcut ---------------------------------------+------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Icon-O-Matic | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------+------------------------------------ Comment(by humdinger): I see, yep, it's difficult to describe.[[BR]] The issue of using ALT+R for rotating right instead of left is still valid IMO. The wrong "OPT" key is apparently another problem, though, see #4186. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 12:46:13 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 05 Aug 2009 10:46:13 -0000 Subject: [Haiku-bugs] [Haiku] #3399: The system reboots while running jam -q on the haiku trunk. In-Reply-To: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> References: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> Message-ID: <051.a0757c260b6526c9e13b4f7137a3c092@haiku-os.org> #3399: The system reboots while running jam -q on the haiku trunk. ----------------------------+----------------------------------------------- Reporter: bbjimmy | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Comment(by mmlr): Replying to [comment:12 axeld]: > One could think to move the interrupt disabling/enabling into the assembly code as well - at least other architectures don't need to call this with interrupts disabled, and it would also be slightly faster, too (depending on the compiler, that is). Well, both calls take place from architecture dependent code, so other archs aren't affected. I thought about disabling interrupts from the assembly code, but seeing that it is more than just a line and disable_interrupts()/restore_interrupts() being implemented as inlined inline assembly functions I thought it wasn't really necessary to duplicate it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 12:52:26 2009 From: trac at haiku-os.org (jackburton) Date: Wed, 05 Aug 2009 10:52:26 -0000 Subject: [Haiku-bugs] [Haiku] #4186: SHIFT shortcut bitmap shows OPT In-Reply-To: <044.c32ddf258f92d52d1b990894b1465acf@haiku-os.org> References: <044.c32ddf258f92d52d1b990894b1465acf@haiku-os.org> Message-ID: <053.5b5b8aea5c141e6c37702816708c5414@haiku-os.org> #4186: SHIFT shortcut bitmap shows OPT ----------------------------+----------------------------------------------- Reporter: humdinger | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Changes (by jackburton): * owner: stippi => jackburton -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 12:52:37 2009 From: trac at haiku-os.org (jackburton) Date: Wed, 05 Aug 2009 10:52:37 -0000 Subject: [Haiku-bugs] [Haiku] #4186: SHIFT shortcut bitmap shows OPT In-Reply-To: <044.c32ddf258f92d52d1b990894b1465acf@haiku-os.org> References: <044.c32ddf258f92d52d1b990894b1465acf@haiku-os.org> Message-ID: <053.cdf531ae67a7423cccba838e4b794baf@haiku-os.org> #4186: SHIFT shortcut bitmap shows OPT ----------------------------+----------------------------------------------- Reporter: humdinger | Owner: jackburton Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Changes (by jackburton): * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 13:00:55 2009 From: trac at haiku-os.org (jackburton) Date: Wed, 05 Aug 2009 11:00:55 -0000 Subject: [Haiku-bugs] [Haiku] #4186: SHIFT shortcut bitmap shows OPT In-Reply-To: <044.c32ddf258f92d52d1b990894b1465acf@haiku-os.org> References: <044.c32ddf258f92d52d1b990894b1465acf@haiku-os.org> Message-ID: <053.02ff6419a81996a5d7afdd05b7cd1aa8@haiku-os.org> #4186: SHIFT shortcut bitmap shows OPT -----------------------------+---------------------------------------------- Reporter: humdinger | Owner: jackburton Type: bug | Status: closed Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------+---------------------------------------------- Changes (by jackburton): * status: assigned => closed * resolution: => fixed Comment: Fixed in r32127. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 13:20:52 2009 From: trac at haiku-os.org (axeld) Date: Wed, 05 Aug 2009 11:20:52 -0000 Subject: [Haiku-bugs] [Haiku] #3399: The system reboots while running jam -q on the haiku trunk. In-Reply-To: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> References: <042.61a9b9d0d71ab520cf9ea8ba1a11e169@haiku-os.org> Message-ID: <051.08a041054bc84fb911f59340cf7d4c5a@haiku-os.org> #3399: The system reboots while running jam -q on the haiku trunk. ----------------------------+----------------------------------------------- Reporter: bbjimmy | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Comment(by axeld): Replying to [comment:13 mmlr]: > Well, both calls take place from architecture dependent code, so other archs aren't affected. Okay, I missed that, great then! :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 14:26:52 2009 From: trac at haiku-os.org (axeld) Date: Wed, 05 Aug 2009 12:26:52 -0000 Subject: [Haiku-bugs] [Haiku] #4187: big_buck_bunny_720p_surround.avi only shows a few seconds Message-ID: <040.661db91267df471416d8d5994454282f@haiku-os.org> #4187: big_buck_bunny_720p_surround.avi only shows a few seconds ----------------------------------+----------------------------------------- Reporter: axeld | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Audio & Video/Codecs | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- MediaPlayer only shows the very first few seconds of this movie, then everything gets black. The movie is available from http://www.bigbuckbunny.org/index.php/download/ (320 MB, MPEG4). This is with r32120. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 14:31:12 2009 From: trac at haiku-os.org (anevilyak) Date: Wed, 05 Aug 2009 12:31:12 -0000 Subject: [Haiku-bugs] [Haiku] #4181: 'query' Cannot Parse Dates In-Reply-To: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> References: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> Message-ID: <058.a109e8b952f61a51343caa02ab85b1ff@haiku-os.org> #4181: 'query' Cannot Parse Dates -------------------------------+-------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Comment(by anevilyak): Re: man page I was thinking of PHP's equivalent function and assumed it was something from POSIX, my mistake. Regardless though, please explain: {{{ ~> query "(last_modified >= '%08/05/2009%')" | wc -l 13 ~> query "(last_modified >= '%2009/08/05%')" | wc -l 10768 }}} parsedate() may be handling it correctly, but somewhere along the line something is going wrong here. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 14:31:43 2009 From: trac at haiku-os.org (anevilyak) Date: Wed, 05 Aug 2009 12:31:43 -0000 Subject: [Haiku-bugs] [Haiku] #4181: 'query' Cannot Parse Dates In-Reply-To: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> References: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> Message-ID: <058.f3496c03e0ef55badf994840c0c2cf82@haiku-os.org> #4181: 'query' Cannot Parse Dates -------------------------------+-------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Comment(by anevilyak): r32117 by the way. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 15:02:33 2009 From: trac at haiku-os.org (axeld) Date: Wed, 05 Aug 2009 13:02:33 -0000 Subject: [Haiku-bugs] [Haiku] #4181: 'query' Cannot Parse Dates In-Reply-To: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> References: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> Message-ID: <058.bbf815bc478cc1228a78a890a9a1a6ac@haiku-os.org> #4181: 'query' Cannot Parse Dates -------------------------------+-------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Comment(by axeld): How does an strace of the above calls differ (the call opening the query)? If parsedate() managed to parse both in the same way, they should also end up with the same query. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 15:02:59 2009 From: trac at haiku-os.org (stippi) Date: Wed, 05 Aug 2009 13:02:59 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 Message-ID: <041.ed79787eca30336975880367555054c1@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ With BFS and block cache tracing enabled, the kernel only survives a few seconds of file operations. In the first session after I updated r32128 from a revision before the heap changes, Haiku crashed shortly after invoking "svn up" in my tree within Haiku. I rebooted and installed a clean build over my partition. In the session after that, I tried svn cleanup, which showed me corrupted parts of my tree. The second rm -rf some/part/of/the/source dumped me back into the kernel debugger, and the kernel crashed again in the BFS tracing when allocating a tracing entry (like the first time). The panic talked about two NULL pointers, if that is helpful, but the crashing seems to be very easy to reproduce anyway (I hope for you, too). Reverting just the r32074 changeset seems to have made the system stable again. Running a r32128 GCC 4 based hybrid build. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 15:04:13 2009 From: trac at haiku-os.org (stippi) Date: Wed, 05 Aug 2009 13:04:13 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.0dc77a418c59e0f7275727a5ca3e61b2@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Description changed by stippi: Old description: > With BFS and block cache tracing enabled, the kernel only survives a few > seconds of file operations. In the first session after I updated r32128 > from a revision before the heap changes, Haiku crashed shortly after > invoking "svn up" in my tree within Haiku. I rebooted and installed a > clean build over my partition. In the session after that, I tried svn > cleanup, which showed me corrupted parts of my tree. The second rm -rf > some/part/of/the/source dumped me back into the kernel debugger, and the > kernel crashed again in the BFS tracing when allocating a tracing entry > (like the first time). The panic talked about two NULL pointers, if that > is helpful, but the crashing seems to be very easy to reproduce anyway (I > hope for you, too). Reverting just the r32074 changeset seems to have > made the system stable again. > > Running a r32128 GCC 4 based hybrid build. New description: With BFS and block cache tracing enabled, the kernel only survives a few seconds of file operations. In the first session after I updated to r32128 from a revision before the heap changes, Haiku crashed shortly after invoking "svn up" in my tree within Haiku. I rebooted and made sure I have a clean build on my partition. In the session after that, I tried svn cleanup, which showed me corrupted parts of my tree. The second rm -rf some/part/of/the/source dumped me back into the kernel debugger, and the kernel crashed again in the BFS tracing when allocating a tracing entry (like the first time). The panic talked about two NULL pointers, if that is helpful, but the crashing seems to be very easy to reproduce anyway (I hope for you, too). Reverting just the r32074 changeset seems to have made the system stable again. Running a r32128 GCC 4 based hybrid build. -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 15:12:16 2009 From: trac at haiku-os.org (anevilyak) Date: Wed, 05 Aug 2009 13:12:16 -0000 Subject: [Haiku-bugs] [Haiku] #4181: 'query' Cannot Parse Dates In-Reply-To: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> References: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> Message-ID: <058.f7c6e36e53355d297d9248e05aa0110c@haiku-os.org> #4181: 'query' Cannot Parse Dates -------------------------------+-------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Comment(by anevilyak): Replying to [comment:9 axeld]: > How does an strace of the above calls differ (the call opening the query)? > > If parsedate() managed to parse both in the same way, they should also end up with the same query. I'll check, but unfortunately won't be able to until after work (circa 8 hours from now). I take it the problem's not reproducible for you with the same queries? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 15:45:26 2009 From: trac at haiku-os.org (axeld) Date: Wed, 05 Aug 2009 13:45:26 -0000 Subject: [Haiku-bugs] [Haiku] #4181: 'query' Cannot Parse Dates In-Reply-To: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> References: <049.dc8160418fc099172061ec0b4a4bf9f4@haiku-os.org> Message-ID: <058.655adccf69912b78cf15c9b3ed615cf8@haiku-os.org> #4181: 'query' Cannot Parse Dates --------------------------------+------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: System/libroot.so | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Changes (by axeld): * status: closed => reopened * resolution: invalid => * component: Kits/Storage Kit => System/libroot.so Comment: No, I was looking into something else, and thought you had the time :-) Actually, I just tried, and it's reproducible here, too. parsedate() apparently returns -1 for the latter form. I have no idea why this works in the test app, but not in the real thing. While it doesn't fit the original ticket, I'm going to reopen this one, and continue to track the issue here. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 17:05:28 2009 From: trac at haiku-os.org (axeld) Date: Wed, 05 Aug 2009 15:05:28 -0000 Subject: [Haiku-bugs] [Haiku] #2405: MediaPlayer doesn't use overlay altough it is available In-Reply-To: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> References: <041.b30556be0b2481d573b99b7b4ff3d0a2@haiku-os.org> Message-ID: <050.c3727f974e637cd70a975bd6f540eb3a@haiku-os.org> #2405: MediaPlayer doesn't use overlay altough it is available ----------------------------+----------------------------------------------- Reporter: nutela | Owner: marcusoverhagen Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: ----------------------------+----------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed * component: Applications/MediaPlayer => System/Kernel Comment: Ah well, reading through the comments already explained everything (and brought the memories back, too ;-)): area_for() did not work on user accessible kernel areas. It now does since r32135, and overlay is now working fine. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 17:37:11 2009 From: trac at haiku-os.org (axeld) Date: Wed, 05 Aug 2009 15:37:11 -0000 Subject: [Haiku-bugs] [Haiku] #4189: MediaPlayer overlay only works once Message-ID: <040.8831c0e2b5ab519a92ae84c28f2e6f62@haiku-os.org> #4189: MediaPlayer overlay only works once ---------------------------+------------------------------------------------ Reporter: axeld | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Audio & Video | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ After that, it will fall back to RGB32. Restarting the media server will make it work again; the SERVER_REGISTER_BUFFER query in BBuffer::BBuffer() fails on the 2nd and later tries. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 18:37:53 2009 From: trac at haiku-os.org (axeld) Date: Wed, 05 Aug 2009 16:37:53 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.f65f11376f7b1cf62b57c2142c71d04e@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by axeld): FWIW, I cannot reproduce this, and I copied and compiled quite a few things today, running the latest revision. And besides the problem I fixed in file_map.cpp, it did not crash yet :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 19:34:39 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 05 Aug 2009 17:34:39 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.0e135ac429aaa27783b1e8505405468a@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): I have had (and still have) BFS and block-cache tracing on during the whole heap rework. I didn't experience anything in that direction so far. If at all that would be GCC4 related then as I am running GCC2 only. Can you provide a stack-trace in any case? Generally though allocation of tracing entries does not take place on the heap, but on the pre-allocated tracing buffer, so I don't really see how this could be failing. Of course if the tracing entry itself allocates stuff on the heap that would be something different. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 20:12:43 2009 From: trac at haiku-os.org (stippi) Date: Wed, 05 Aug 2009 18:12:43 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.53cdec3729a17ccecf7cc759cb3485e6@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by stippi): I am a bit reluctant to just turn it on again, since I just recovered from all the damage this caused. I had to make backups of all the changed folders and completely remove the entire Haiku svn and check it out again. Luckily, I committed all my changes before updating my system. Since I reverted the heap change, the system runs totally stable again. I can try to reproduce the problem in a VM, or maybe I can make a backup of my whole disk again, but it seems since the crashes happened in BFS tracing code for me, the effects are especially devastating. :-) Really sorry about not taking screenshots the first time around. The other day, svn crashed for me reproducible after updating my install, in one of the syscalls. I could fix that by making a clean installation. So when this bug happened the first time, I thought it was a problem of a non-clean build, and didn't look closer at the bug. When it happened the second time, I just guessed at the revision that could have caused it and reverted just that. Only then did I find out about all the file system damage. So that's why I am a bit hesitant, even though I think I could reproduce this. :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 20:34:56 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 05 Aug 2009 18:34:56 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.60827f96b130ef42aadf316cd4d2ba3e@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): I've just built a GCC4 Haiku with BFS and block-cache tracing on and tested it in a VM. It's already checked out quite a bit through SVN and I didn't see any problem so far. The only thing I could imagine would be that you've changed your tracing settings, but didn't rebuild BFS? Going to try on real hardware next. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 20:41:27 2009 From: trac at haiku-os.org (axeld) Date: Wed, 05 Aug 2009 18:41:27 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.4b9ba463253f3064ff0d5ddc4d3397f5@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by axeld): Just for the record: a tracing entry that allocates memory on the heap would be a pretty stupid bug (and a nice memory leak, too). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 21:00:56 2009 From: trac at haiku-os.org (brunobratwurst) Date: Wed, 05 Aug 2009 19:00:56 -0000 Subject: [Haiku-bugs] [Haiku] #4179: KDL when trying to copy data to 8GB USB 2.0 StickProduct : DT 101 II In-Reply-To: <049.f88b78b1f23e516df25b517734bf8334@haiku-os.org> References: <049.f88b78b1f23e516df25b517734bf8334@haiku-os.org> Message-ID: <058.5a2ad680aa1a24d23203102d80aab161@haiku-os.org> #4179: KDL when trying to copy data to 8GB USB 2.0 StickProduct : DT 101 II ------------------------------+--------------------------------------------- Reporter: brunobratwurst | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/BFS | Version: R1 alpha1 Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by brunobratwurst): Couldnt write back block 1 (Device media changed) Thread 581 w>DriveSetup -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 21:24:33 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 05 Aug 2009 19:24:33 -0000 Subject: [Haiku-bugs] [Haiku] #4179: KDL when trying to copy data to 8GB USB 2.0 StickProduct : DT 101 II In-Reply-To: <049.f88b78b1f23e516df25b517734bf8334@haiku-os.org> References: <049.f88b78b1f23e516df25b517734bf8334@haiku-os.org> Message-ID: <058.66ebc81c696596486fda83f9bc33b31f@haiku-os.org> #4179: KDL when trying to copy data to 8GB USB 2.0 StickProduct : DT 101 II -------------------------------+-------------------------------------------- Reporter: brunobratwurst | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems/BFS | Version: R1 alpha1 Resolution: duplicate | Blockedby: 4135 Platform: x86 | Blocking: -------------------------------+-------------------------------------------- Changes (by mmlr): * status: new => closed * resolution: => duplicate * blockedby: => 4135 Comment: That's a duplicate of #4135 then. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 22:48:16 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 05 Aug 2009 20:48:16 -0000 Subject: [Haiku-bugs] [Haiku] #4087: Building ZooLib ButtonMessage sample crashes Haiku when run under VirtualBox In-Reply-To: <050.98de9a40aa9516b96661197b36f3fc91@haiku-os.org> References: <050.98de9a40aa9516b96661197b36f3fc91@haiku-os.org> Message-ID: <059.5c61159359b4aa836d5d3659c2956869@haiku-os.org> #4087: Building ZooLib ButtonMessage sample crashes Haiku when run under VirtualBox -----------------------------+---------------------------------------------- Reporter: MichaelCrawford | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by mmlr): Can you please retry with a current revision, it's possible that it had the same cause as #3399 which would then be fixed by r32118. At least one test that would easily crash VirtualBox before is now not reproducible anymore on my end. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 23:03:12 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 05 Aug 2009 21:03:12 -0000 Subject: [Haiku-bugs] [Haiku] #4171: SoundPlay is crashing when unflattening a BMessage. In-Reply-To: <038.484764ed1f1d45f0e71b13cb90123409@haiku-os.org> References: <038.484764ed1f1d45f0e71b13cb90123409@haiku-os.org> Message-ID: <047.885a4add328769ff863e480f635a6080@haiku-os.org> #4171: SoundPlay is crashing when unflattening a BMessage. ----------------------------------+----------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Application Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by mmlr): I kinda doubt it is related to r32039 for two reasons: 1. the R5 unflattening done in the MessageAdapter has not been touched except for changing some loop variables from signed to unsigned in the flatten code (not hit in this case) and 2. it's not crashing in BMessage code but in BMemoryIO. It looks like either the BMemoryIO object is invalid (from glancing at the MessageAdapter code I wouldn't immediately see how this would happen) or it's reading outside accessible memory (likely). Could you provide me the settings file in question? Either that, or reverting r32039 and verifying if it is caused by it, would be the most helpful. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 5 23:44:17 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 05 Aug 2009 21:44:17 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.7ce98c7d05860951b84106292e1cf256@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): Ok, I've tested an installation of a current GCC4 build (with the mentioned tracing enabled) and it worked fine as far as I've tested it. I couldn't do too much due to it not being connected to the net though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 08:14:35 2009 From: trac at haiku-os.org (jahaiku) Date: Thu, 06 Aug 2009 06:14:35 -0000 Subject: [Haiku-bugs] [Haiku] #4189: MediaPlayer overlay only works once In-Reply-To: <040.8831c0e2b5ab519a92ae84c28f2e6f62@haiku-os.org> References: <040.8831c0e2b5ab519a92ae84c28f2e6f62@haiku-os.org> Message-ID: <049.971427122474465e8af89e062b50d5b5@haiku-os.org> #4189: MediaPlayer overlay only works once ---------------------------+------------------------------------------------ Reporter: axeld | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Audio & Video | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Changes (by jahaiku): * cc: Jens.Arm@? (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 08:47:14 2009 From: trac at haiku-os.org (jackburton) Date: Thu, 06 Aug 2009 06:47:14 -0000 Subject: [Haiku-bugs] [Haiku] #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. In-Reply-To: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> References: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> Message-ID: <047.5896790fec1678ac50e849ffa9c370c5@haiku-os.org> #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jackburton): BTW, that SoundPlay you posted the link to doesn't work for me: it starts, but doesnt' play any file I tried (so I can't see anything in QING). And I certainly see the redrawing problems tracked in #3751. About the BWindowScreen problem: I think there are various other issues in BWindowScreen, I'll try to fix them all. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 11:45:30 2009 From: trac at haiku-os.org (axeld) Date: Thu, 06 Aug 2009 09:45:30 -0000 Subject: [Haiku-bugs] [Haiku] #4189: MediaPlayer overlay only works once In-Reply-To: <040.8831c0e2b5ab519a92ae84c28f2e6f62@haiku-os.org> References: <040.8831c0e2b5ab519a92ae84c28f2e6f62@haiku-os.org> Message-ID: <049.bbe17447b32410b5abd44979a1a9e642@haiku-os.org> #4189: MediaPlayer overlay only works once -----------------------------------+---------------------------------------- Reporter: axeld | Owner: marcusoverhagen Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/media_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed * component: Audio & Video => Servers/media_server Comment: Fixed in r32155. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 12:26:14 2009 From: trac at haiku-os.org (rudolfc) Date: Thu, 06 Aug 2009 10:26:14 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.0bdfc037918a4b19c9766f70174b213f@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi there, The file you uploaded indeed contains some lines from a nvidia driver logfile. Unfortunately, it's far from complete. You should enable the line for 'full logging'(all F's) in nvidia.settings, then reboot, and then grab the logfile. It should be around 50-100kB in size.. Thanks! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 13:28:24 2009 From: trac at haiku-os.org (bga) Date: Thu, 06 Aug 2009 11:28:24 -0000 Subject: [Haiku-bugs] [Haiku] #4171: SoundPlay is crashing when unflattening a BMessage. In-Reply-To: <038.484764ed1f1d45f0e71b13cb90123409@haiku-os.org> References: <038.484764ed1f1d45f0e71b13cb90123409@haiku-os.org> Message-ID: <047.e53b295f4b0ea3cea0aae39e098263c5@haiku-os.org> #4171: SoundPlay is crashing when unflattening a BMessage. ----------------------------------+----------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Application Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by bga): Hmmmm... My reasoning was this: 1 - Before that change, it worked.[[BR]] 2 - After it, it crashed. [[BR]] 3 - Removing SoundPlay preferences made it work again.[[BR]] In any case, it could be a coincidence and the file with the flattened BMessage could simply be corrupt in some way. In any case, Unflatenning should not really crash, but only return an error. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 13:30:25 2009 From: trac at haiku-os.org (bga) Date: Thu, 06 Aug 2009 11:30:25 -0000 Subject: [Haiku-bugs] [Haiku] #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. In-Reply-To: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> References: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> Message-ID: <047.50ccb95173c12ab3fc30981cdf7244fa@haiku-os.org> #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bga): Cool. Thanks for looking into this. About SoundPlay, try to remove all references to it and to PrefServer. Unzip SoundPlay again and before running it, try to run the INSTALL script (it just copies some stuff to ~/config/lib. See if it helps in any way. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 14:44:16 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 06 Aug 2009 12:44:16 -0000 Subject: [Haiku-bugs] [Haiku] #4190: Several small usability enhancements (mostly easy) Message-ID: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> #4190: Several small usability enhancements (mostly easy) ------------------------------------+--------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/ShowImage | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- This is r32111. Quite a while back there was a [http://www.freelists.org/post/haiku- development/ShowImage-patch discussion] on enhancing ShowImage's usability. Here are the results, so they don't get lost: Mouse wheel: * zoom image; wheel up zooms in, down zooms out * +Shift: scroll vertical * +Alt or Ctrl: scroll horizontal Keyboard: * Cursor Down/Right: next image * Cursor Up/Left: previous image * Shift+Cursor: move image * Alt+Return: toggle fullscreen * Alt+R: rotate right (clockwise) * Alt+Shift+R: rotate left (counterclockwise) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 14:47:48 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 06 Aug 2009 12:47:48 -0000 Subject: [Haiku-bugs] [Haiku] #4191: "Ungrouping" several opened files Message-ID: <044.107e0e8b6be18f081d6c61a0747d00c3@haiku-os.org> #4191: "Ungrouping" several opened files ----------------------------+----------------------------------------------- Reporter: humdinger | Owner: stippi Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- This is r32111. A while back, Jonas had a nice [http://www.freelists.org/post/haiku- development/ShowImage-patch,20 idea] to deal with an annoyance when opening a selection of files: If you open a selection of files you often end up with one window for every file. There are a few cases, where it's preferrable to have all in one window and an option to "ungroup" those files into multiple windows. I suggest a menu item "Ungroup files - ALT+U". It may be prudent to have the operation abortable (with "ESC"?) in case of an accidental ungrouping (think of opening 50 RAW images...). Here are the apps I (or Jonas in his post) can think of: * Get Info panel: normally show one summary panel for all selected files. (while at it, have ALT+Q close all open info panels...) * FileType Add-On: already combines multiple files in one panel. ALT+U could seperate those into several panels by filetype if they are not all the same. * Showimage: normally put all selected files into a slideshow. * MediaPlayer: normally put all selected files into a playlist. * ...are there more? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 17:02:06 2009 From: trac at haiku-os.org (axeld) Date: Thu, 06 Aug 2009 15:02:06 -0000 Subject: [Haiku-bugs] [Haiku] #4059: PackageInstaller needs a "Yes to all" button in dialog box In-Reply-To: <042.0d8f9cb9958898159f9581acd47f2489@haiku-os.org> References: <042.0d8f9cb9958898159f9581acd47f2489@haiku-os.org> Message-ID: <051.d2fc23709149937fe86805141194b473@haiku-os.org> #4059: PackageInstaller needs a "Yes to all" button in dialog box --------------------------------------------+------------------------------- Reporter: scottmc | Owner: sil2100 Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications/PackageInstaller | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------------------+------------------------------- Changes (by axeld): * status: assigned => closed * resolution: => fixed Comment: Applied in r32161 with some minor style changes (most notably, removed some extraneous parenthesis in combination with the '&' operator). Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 18:16:00 2009 From: trac at haiku-os.org (stippi) Date: Thu, 06 Aug 2009 16:16:00 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.1a9058c453e727aa2f0abe7a930cafb5@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by stippi): I've checked that my user_config_headers don't contain bogus, but they look fine to me. This is the diff of the only header I have there: {{{ --- /ReiserFS Volume (18.6 GB)/home/stippi/haiku/haiku/build/config_headers/tracing_config.h 2008-10-26 21:48:18.000000000 +0100 +++ /ReiserFS Volume (18.6 GB)/home/stippi/haiku/haiku/build/user_config_headers/tracing_config.h 2009-06-23 15:50:08.000000000 +0200 @@ -5,12 +5,12 @@ // enable tracing (0/1) #ifndef ENABLE_TRACING -# define ENABLE_TRACING 0 +# define ENABLE_TRACING 1 #endif // tracing buffer size (in bytes) #ifndef MAX_TRACE_SIZE -# define MAX_TRACE_SIZE (20 * 1024 * 1024) +# define MAX_TRACE_SIZE (300 * 1024 * 1024) #endif @@ -19,11 +19,11 @@ // macros specifying the tracing level for individual components (0 is disabled) #define AHCI_PORT_TRACING 0 -#define ATA_TRACING 0 -#define ATAPI_TRACING 0 -#define BFS_TRACING 0 -#define BLOCK_CACHE_BLOCK_TRACING 0 -#define BLOCK_CACHE_TRANSACTION_TRACING 0 +#define ATA_TRACING 1 +#define ATAPI_TRACING 1 +#define BFS_TRACING 1 +#define BLOCK_CACHE_BLOCK_TRACING 2 +#define BLOCK_CACHE_TRANSACTION_TRACING 1 #define BMESSAGE_TRACING 0 #define KERNEL_HEAP_TRACING 0 #define KTRACE_PRINTF_STACK_TRACE 0 /* stack trace depth */ }}} I have not yet enabled the heap change and tried again. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 19:06:11 2009 From: trac at haiku-os.org (jackburton) Date: Thu, 06 Aug 2009 17:06:11 -0000 Subject: [Haiku-bugs] [Haiku] #4139: [Interface kit] Tab looks wrong in JPEG2000 translator In-Reply-To: <040.361c96f5b04fc81d9781b7f32e3b1b90@haiku-os.org> References: <040.361c96f5b04fc81d9781b7f32e3b1b90@haiku-os.org> Message-ID: <049.48bad710028cd5afb5288224c076d131@haiku-os.org> #4139: [Interface kit] Tab looks wrong in JPEG2000 translator ---------------------------------+------------------------------------------ Reporter: diver | Owner: jackburton Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by jackburton): * status: assigned => closed * resolution: => fixed Comment: fixed in r32166 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 19:27:42 2009 From: trac at haiku-os.org (bga) Date: Thu, 06 Aug 2009 17:27:42 -0000 Subject: [Haiku-bugs] [Haiku] #4192: UHCI error when connecting Wacom tablet. Message-ID: <038.bedbcefb4c8cd166a627f9a3ae3f1d2b@haiku-os.org> #4192: UHCI error when connecting Wacom tablet. -------------------------+-------------------------------------------------- Reporter: bga | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- I have this wacom tablet, identified as a Wacom MTE-450 (Bamboo). When I connet it to Haiku it seems thst it would almost work but then a UHCI error happens. Here is what I see on syslog: {{{ KERN: usb hub 2: KERN: port 0: new device connected KERN: wacom: add_device() - wacom detected KERN: wacom: ... success! KERN: usb error uhci 0: td (0x037c0d20) error: status: 0x004407ff; token: 0x00e0042d; KERN: wacom: add_device() - control transfer 2 failed: -2147483639 KERN: void AddOnManager::MessageReceived(BMessage *) what: NMP_ KERN: wacom: device_open() open: 2 }}} After this, the tablet does not work. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 20:12:31 2009 From: trac at haiku-os.org (Hubert) Date: Thu, 06 Aug 2009 18:12:31 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.d2bc3f2836637444a9772538bde57a51@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Hubert): OK. I uplod new and I think correctly logfile. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 21:55:16 2009 From: trac at haiku-os.org (Blub) Date: Thu, 06 Aug 2009 19:55:16 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area Message-ID: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area --------------------------+------------------------------------------------- Reporter: Blub | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- I'm currently trying to run sshfs on haiku, svn rev 32167 I was able to successfully run the "hello-world" fuse-filesystem using fuse, but when I try to mount using sshfs, just after I logged in and typed in my password, a page-fault happens when creating the file-cookie- locker I have prepared GDB and syslog output after building userlandfs+subdirectories with debug information and am trying to debug this, but I hardly know the code so it's hard for me to find the problem. It's a bit hard to reproduce since sshfs depends on glib2 (with thread support) and you need a fuse pkgconfig (.pc) file, but once you have that you can simply - without any changes to the source - do:[[BR]] ./configure[[BR]] make[[BR]] mkdir ~/config/add-ons/userlandfs #if not already done[[BR]] cp sshfs ~/config/add-ons/userlandfs/sshfs[[BR]] then:[[BR]] mount -t userlandfs -o 'sshfs user at host:' mountpoint/ You can download all the needed dependencies from:[[BR]] http://rear.endoftheinternet.org/~blub/haiku-files/ [[BR]] (scroll down to the package list)[[BR]] they can simply unzipped into /boot: unzip -d package....pkg.zip glib2 there is compield with the system-PCRE so you need to download:[[BR]] pcre[[BR]] glib2[[BR]] fuse-proto (if you don't already have a fuse.pc file)[[BR]] pkgconfig (so ./configure finds what it needs)[[BR]] and the current sshfs-fuse source from http://fuse.sourceforge.net/sshfs.html syslog and gdb output files follow... == The Problem == The problem happens within FUSE, so I doubt it is a problem with sshfs[[BR]] And even if it was a bug in sshfs, it shouldn't be allowed to crash userlandfs/fuse in such a way.[[BR]] After such an unsuccessful mount, any further attempt to mount something else results in a message[[BR]] mount: General system error -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 21:58:25 2009 From: trac at haiku-os.org (idefix) Date: Thu, 06 Aug 2009 19:58:25 -0000 Subject: [Haiku-bugs] [Haiku] #3635: [preferences/screen]MenuField text is clipped by MenuField size In-Reply-To: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> References: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> Message-ID: <049.059684ec79a557a66b8d895e0d997fe1@haiku-os.org> #3635: [preferences/screen]MenuField text is clipped by MenuField size --------------------------------+------------------------------------------- Reporter: chico | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by idefix): I can't reproduce this with Haiku r32063. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 21:59:04 2009 From: trac at haiku-os.org (anevilyak) Date: Thu, 06 Aug 2009 19:59:04 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.bd41b44047f639bf4c1eabf399d44279@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area --------------------------+------------------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by anevilyak): * owner: axeld => bonefish -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 22:03:42 2009 From: trac at haiku-os.org (idefix) Date: Thu, 06 Aug 2009 20:03:42 -0000 Subject: [Haiku-bugs] [Haiku] #2992: BMenuBar redraw issue (missing update the arrow when enlarging) In-Reply-To: <040.fe52dac8a686136b6a1c8fc9cf467c28@haiku-os.org> References: <040.fe52dac8a686136b6a1c8fc9cf467c28@haiku-os.org> Message-ID: <049.6a94a4097557dbf219957cfd90d2b14e@haiku-os.org> #2992: BMenuBar redraw issue (missing update the arrow when enlarging) --------------------------------+------------------------------------------- Reporter: julun | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: 2740, 2977, 2989 | --------------------------------+------------------------------------------- Comment(by idefix): I think this bug is fixed as I can't reproduce #2740, #2977 and #2989 with r32063. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 22:58:01 2009 From: trac at haiku-os.org (axeld) Date: Thu, 06 Aug 2009 20:58:01 -0000 Subject: [Haiku-bugs] [Haiku] #3635: [preferences/screen]MenuField text is clipped by MenuField size In-Reply-To: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> References: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> Message-ID: <049.0fc7a67d2dd237553a0a07408ac6a238@haiku-os.org> #3635: [preferences/screen]MenuField text is clipped by MenuField size ---------------------------------+------------------------------------------ Reporter: chico | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: I don't think I've ever seen this, but the Screen preferences are now using the layout engine, anyway, so this has indeed be fixed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 23:00:37 2009 From: trac at haiku-os.org (axeld) Date: Thu, 06 Aug 2009 21:00:37 -0000 Subject: [Haiku-bugs] [Haiku] #4193: 'Colors' pull-down menu resizes while label stays the same In-Reply-To: <041.9c3b669c5a39cb462b78a4a581dd172d@haiku-os.org> References: <041.9c3b669c5a39cb462b78a4a581dd172d@haiku-os.org> Message-ID: <050.54702b8523ef99a7628242f89ea62fd1@haiku-os.org> #4193: 'Colors' pull-down menu resizes while label stays the same --------------------------------+------------------------------------------- Reporter: idefix | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by axeld): * component: Preferences/Screen => Kits/Interface Kit Comment: That's obviously a problem of BMenuField (not the only one, I might add). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 23:01:46 2009 From: trac at haiku-os.org (axeld) Date: Thu, 06 Aug 2009 21:01:46 -0000 Subject: [Haiku-bugs] [Haiku] #3920: [Screen] cannot set workspace count for all resolutions In-Reply-To: <040.e7fb9d20fb925ddd709c1042598467e7@haiku-os.org> References: <040.e7fb9d20fb925ddd709c1042598467e7@haiku-os.org> Message-ID: <049.f60e58c15c5ca39119fb0bdfb1d9a08d@haiku-os.org> #3920: [Screen] cannot set workspace count for all resolutions ---------------------------------+------------------------------------------ Reporter: luroh | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: This must have been a BMenu bug, however, the workspace setter now works differently, so this one has been fixed by cheating. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 23:02:49 2009 From: trac at haiku-os.org (axeld) Date: Thu, 06 Aug 2009 21:02:49 -0000 Subject: [Haiku-bugs] [Haiku] #3746: Can't reset default background colour in Screen Preferences In-Reply-To: <040.b02509a7d8516f114ddcfba4692bb062@haiku-os.org> References: <040.b02509a7d8516f114ddcfba4692bb062@haiku-os.org> Message-ID: <049.5ed5b267f9d5838c7eccf2da01ff4771@haiku-os.org> #3746: Can't reset default background colour in Screen Preferences -------------------------------------+-------------------------------------- Reporter: haiqu | Owner: korli Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Preferences/Backgrounds | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Changes (by axeld): * owner: axeld => korli * component: Preferences/Screen => Preferences/Backgrounds Comment: That's obviously the Background preferences... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 23:04:28 2009 From: trac at haiku-os.org (axeld) Date: Thu, 06 Aug 2009 21:04:28 -0000 Subject: [Haiku-bugs] [Haiku] #3419: Fail-safe video mode not respecting /boot/home/config/settings/kernel/drivers/vesa or bootman's fail-safe video mode options In-Reply-To: <043.35ff0450625cc4e4b43f11219ff973a3@haiku-os.org> References: <043.35ff0450625cc4e4b43f11219ff973a3@haiku-os.org> Message-ID: <052.def20ef61cc81b35101fac2ce30c5f33@haiku-os.org> #3419: Fail-safe video mode not respecting /boot/home/config/settings/kernel/drivers/vesa or bootman's fail-safe video mode options ------------------------------+--------------------------------------------- Reporter: anarchos | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Changes (by axeld): * component: Preferences/Screen => Drivers/Graphics Comment: That's actually a problem of either the app_server of the VESA accelerant not respecting the safemode setting. The problem was introduced with the VESA mode setting code. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 23:29:29 2009 From: trac at haiku-os.org (diver) Date: Thu, 06 Aug 2009 21:29:29 -0000 Subject: [Haiku-bugs] [Haiku] #3635: [preferences/screen]MenuField text is clipped by MenuField size In-Reply-To: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> References: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> Message-ID: <049.7035b6985c998d14b05656259d816b12@haiku-os.org> #3635: [preferences/screen]MenuField text is clipped by MenuField size ---------------------------------+------------------------------------------ Reporter: chico | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by diver): * status: closed => reopened * resolution: fixed => Comment: I don't think this is already fixed[[BR]] [[Image(screen.png)]][[BR]] VirtualBox 3.0.2 r21169 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 6 23:30:57 2009 From: trac at haiku-os.org (diver) Date: Thu, 06 Aug 2009 21:30:57 -0000 Subject: [Haiku-bugs] [Haiku] #3635: [preferences/screen]MenuField text is clipped by MenuField size In-Reply-To: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> References: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> Message-ID: <049.b8c05fb2eec0d864ea1d47c19c1e6356@haiku-os.org> #3635: [preferences/screen]MenuField text is clipped by MenuField size ---------------------------------+------------------------------------------ Reporter: chico | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by diver): Oh, I mean r32169. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 00:54:11 2009 From: trac at haiku-os.org (stippi) Date: Thu, 06 Aug 2009 22:54:11 -0000 Subject: [Haiku-bugs] [Haiku] #2992: BMenuBar redraw issue (missing update the arrow when enlarging) In-Reply-To: <040.fe52dac8a686136b6a1c8fc9cf467c28@haiku-os.org> References: <040.fe52dac8a686136b6a1c8fc9cf467c28@haiku-os.org> Message-ID: <049.fbbca653e9346639daafb2f34f75c7f6@haiku-os.org> #2992: BMenuBar redraw issue (missing update the arrow when enlarging) ---------------------------------+------------------------------------------ Reporter: julun | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: 2740, 2977, 2989 ---------------------------------+------------------------------------------ Changes (by stippi): * status: new => closed * resolution: => fixed Comment: Yes, this one is fixed. Thanks for the update/reminder. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 00:55:14 2009 From: trac at haiku-os.org (stippi) Date: Thu, 06 Aug 2009 22:55:14 -0000 Subject: [Haiku-bugs] [Haiku] #2977: BePDF print window In-Reply-To: <041.4e432c4dd6a9429e088f77b6cbdefd11@haiku-os.org> References: <041.4e432c4dd6a9429e088f77b6cbdefd11@haiku-os.org> Message-ID: <050.2415c171f1ef3a2ed54b63c21a1f0aa4@haiku-os.org> #2977: BePDF print window ---------------------------+------------------------------------------------ Reporter: miqlas | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Resolution: fixed | Blockedby: 2992 Platform: x86 | Blocking: ---------------------------+------------------------------------------------ Changes (by stippi): * status: new => closed * resolution: => fixed Comment: This one should be fixed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 00:56:12 2009 From: trac at haiku-os.org (stippi) Date: Thu, 06 Aug 2009 22:56:12 -0000 Subject: [Haiku-bugs] [Haiku] #2740: Redraw bug in dropdown menu In-Reply-To: <044.4964b270e9463e0fc182b248d0d7ee47@haiku-os.org> References: <044.4964b270e9463e0fc182b248d0d7ee47@haiku-os.org> Message-ID: <053.0c8a2cc723bb46052a697e0349d4473a@haiku-os.org> #2740: Redraw bug in dropdown menu ----------------------------------------+----------------------------------- Reporter: humdinger | Owner: julun Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Icon-O-Matic | Version: R1 development Resolution: fixed | Blockedby: 2992 Platform: All | Blocking: ----------------------------------------+----------------------------------- Changes (by stippi): * status: new => closed * resolution: => fixed Comment: Thanks for the update! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 00:56:27 2009 From: trac at haiku-os.org (stippi) Date: Thu, 06 Aug 2009 22:56:27 -0000 Subject: [Haiku-bugs] [Haiku] #2989: Screenshot drop down menu redraw wrong In-Reply-To: <042.284412827765edfa7786bd0638be5945@haiku-os.org> References: <042.284412827765edfa7786bd0638be5945@haiku-os.org> Message-ID: <051.05732c7c9d3a4313a717b64b57dbae96@haiku-os.org> #2989: Screenshot drop down menu redraw wrong --------------------------------------+------------------------------------- Reporter: Adek336 | Owner: julun Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Screenshot | Version: R1 development Resolution: fixed | Blockedby: 2992 Platform: All | Blocking: --------------------------------------+------------------------------------- Changes (by stippi): * status: new => closed * resolution: => fixed Comment: This one was fixed meanwhile. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 01:25:03 2009 From: trac at haiku-os.org (anevilyak) Date: Thu, 06 Aug 2009 23:25:03 -0000 Subject: [Haiku-bugs] [Haiku] #3635: [preferences/screen]MenuField text is clipped by MenuField size In-Reply-To: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> References: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> Message-ID: <049.49f23a4ca2898a8fb8bb7d9c1db42911@haiku-os.org> #3635: [preferences/screen]MenuField text is clipped by MenuField size ---------------------------------+------------------------------------------ Reporter: chico | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by anevilyak): Fixed in r32171. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 01:25:11 2009 From: trac at haiku-os.org (anevilyak) Date: Thu, 06 Aug 2009 23:25:11 -0000 Subject: [Haiku-bugs] [Haiku] #3635: [preferences/screen]MenuField text is clipped by MenuField size In-Reply-To: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> References: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> Message-ID: <049.7025170e258cc828cfc24c13afadc6a1@haiku-os.org> #3635: [preferences/screen]MenuField text is clipped by MenuField size ---------------------------------+------------------------------------------ Reporter: chico | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by anevilyak): * status: reopened => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 03:34:56 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 07 Aug 2009 01:34:56 -0000 Subject: [Haiku-bugs] [Haiku] #4192: UHCI error when connecting Wacom tablet. In-Reply-To: <038.bedbcefb4c8cd166a627f9a3ae3f1d2b@haiku-os.org> References: <038.bedbcefb4c8cd166a627f9a3ae3f1d2b@haiku-os.org> Message-ID: <047.b580b6e4d36f39afca6d04c5c702c106@haiku-os.org> #4192: UHCI error when connecting Wacom tablet. -------------------------+-------------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Changes (by mmlr): * owner: mmlr => stippi Comment: The device does either not respond or doesn't handle the request and stalls it to indicate that. Since the error counter counted down to zero though it looks more like an actual device timeout. Anyway assigning to Stephan as it's his driver. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 03:44:49 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 07 Aug 2009 01:44:49 -0000 Subject: [Haiku-bugs] [Haiku] #4171: SoundPlay is crashing when unflattening a BMessage. In-Reply-To: <038.484764ed1f1d45f0e71b13cb90123409@haiku-os.org> References: <038.484764ed1f1d45f0e71b13cb90123409@haiku-os.org> Message-ID: <047.04e9647e626edfb582586d9671b4d24f@haiku-os.org> #4171: SoundPlay is crashing when unflattening a BMessage. ----------------------------------+----------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Application Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by mmlr): Well if you are sure that it is r32039 that introduced that problem then just say so, to avoid further guessing. The problem with BMessage unflattening is that the function doesn't get a length argument. It therefore doesn't have any clue how large the handed in buffer actually is. That makes returning an error in that case impossible, as you can't actually figure out that you're already reading behind the buffers end. As I haven't seen anything in that direction up to now it's hard for me to investigate. The settings file in question or another reproducible test case is really the least I'd need. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 03:53:55 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 07 Aug 2009 01:53:55 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.e8862b7d928f0d3c7306ae0a25542096@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): I see you have the extreme block cache tracing on, the one dumping the complete blocks into the tracing buffer. I'll build an image with that on as well and see if this changes anything. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 08:27:41 2009 From: trac at haiku-os.org (jackburton) Date: Fri, 07 Aug 2009 06:27:41 -0000 Subject: [Haiku-bugs] [Haiku] #4193: 'Colors' pull-down menu resizes while label stays the same In-Reply-To: <041.9c3b669c5a39cb462b78a4a581dd172d@haiku-os.org> References: <041.9c3b669c5a39cb462b78a4a581dd172d@haiku-os.org> Message-ID: <050.3d974f4d4b656ca1dad4c0f31c97ec40@haiku-os.org> #4193: 'Colors' pull-down menu resizes while label stays the same ---------------------------------+------------------------------------------ Reporter: idefix | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: duplicate | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by jackburton): * status: new => closed * resolution: => duplicate Comment: This problem is already tracked in ticket #2413 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 08:36:39 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Fri, 07 Aug 2009 06:36:39 -0000 Subject: [Haiku-bugs] [Haiku] #4191: "Ungrouping" several opened files In-Reply-To: <044.107e0e8b6be18f081d6c61a0747d00c3@haiku-os.org> References: <044.107e0e8b6be18f081d6c61a0747d00c3@haiku-os.org> Message-ID: <053.54ccdde42f903601d8e09ecc0c4cfad8@haiku-os.org> #4191: "Ungrouping" several opened files ----------------------------+----------------------------------------------- Reporter: humdinger | Owner: stippi Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by jonas.kirilla): I agree with the proposal in general, but I will focus on the MediaPlayer/ShowImage case in this comment since I found Tracker a bit curious here. Take a look at how Tracker opens a selection of multiple files: 1. Select 10 audio files that would normally open in MediaPlayer and open them by doing Command-A, Command-O. This will open 10 MediaPlayer windows. 2. Select the same 10 audio files and open them using "Open With > MediaPlayer". This will open a single MediaPlayer with a playlist of the 10 files. (I don't know if this applies to all view modes - I don't remember if it was the list view or the icon view I tried.) I'm guessing that Tracker send 10 messages with a single entry in case 1, but one message with 10 entries in the second case. Tracker's "Command-O" should take a hint from "Open with". That should make it easier for ShowImage or MediaPlayer to decide (for themselves) when to open a slideshow or playlist and when to open multiple window. If Tracker does not pass along the user's intent to open a set of files as an actual set, the receiving application can only guess the user's intent. I'm not saying always/blindly stuff all selection in a single BMessage - there can be different filetypes or files having a preferred application attribute set. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 08:51:44 2009 From: trac at haiku-os.org (axeld) Date: Fri, 07 Aug 2009 06:51:44 -0000 Subject: [Haiku-bugs] [Haiku] #3635: [preferences/screen]MenuField text is clipped by MenuField size In-Reply-To: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> References: <040.e7d3cea7ce3ffc79812a74184fd4cf3d@haiku-os.org> Message-ID: <049.16b1aff39c68620286e6ce5777a61e7e@haiku-os.org> #3635: [preferences/screen]MenuField text is clipped by MenuField size ---------------------------------+------------------------------------------ Reporter: chico | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by axeld): The screenshots looked different, don't they? :-) But as I wrote, "Screen" is now using the layout engine, where it didn't do that before - it can't be the same bug, it's a different one with a similar outcome. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 10:40:00 2009 From: trac at haiku-os.org (axeld) Date: Fri, 07 Aug 2009 08:40:00 -0000 Subject: [Haiku-bugs] [Haiku] #4193: 'Colors' pull-down menu resizes while label stays the same In-Reply-To: <041.9c3b669c5a39cb462b78a4a581dd172d@haiku-os.org> References: <041.9c3b669c5a39cb462b78a4a581dd172d@haiku-os.org> Message-ID: <050.b2dd4eaae849dca3735b8bfb106378f5@haiku-os.org> #4193: 'Colors' pull-down menu resizes while label stays the same ---------------------------------+------------------------------------------ Reporter: idefix | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: closed => reopened * resolution: duplicate => * component: Kits/Interface Kit => Preferences/Screen Comment: Actually, no, this is a bug in Screen itself. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 10:41:42 2009 From: trac at haiku-os.org (axeld) Date: Fri, 07 Aug 2009 08:41:42 -0000 Subject: [Haiku-bugs] [Haiku] #4193: 'Colors' pull-down menu resizes while label stays the same In-Reply-To: <041.9c3b669c5a39cb462b78a4a581dd172d@haiku-os.org> References: <041.9c3b669c5a39cb462b78a4a581dd172d@haiku-os.org> Message-ID: <050.866dc0439305ca826300310f943f091e@haiku-os.org> #4193: 'Colors' pull-down menu resizes while label stays the same ---------------------------------+------------------------------------------ Reporter: idefix | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: reopened => closed * resolution: => fixed Comment: Fixed in r32176. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 12:15:52 2009 From: trac at haiku-os.org (Blub) Date: Fri, 07 Aug 2009 10:15:52 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.87d5377835a14b493df37098ed9f8ba1@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area --------------------------+------------------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by Blub): (damnit, consider that 3rd file I added useless since my I messed something up when I added some debug output :( ) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 12:22:45 2009 From: trac at haiku-os.org (axeld) Date: Fri, 07 Aug 2009 10:22:45 -0000 Subject: [Haiku-bugs] [Haiku] #2995: Screen preflet: should reselect depth in drop-down menu In-Reply-To: <042.b03763109f7848751968ce30034ed707@haiku-os.org> References: <042.b03763109f7848751968ce30034ed707@haiku-os.org> Message-ID: <051.4f7ca43a957e38a9f0925dfb34b13279@haiku-os.org> #2995: Screen preflet: should reselect depth in drop-down menu ---------------------------------+------------------------------------------ Reporter: Adek336 | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Fixed in r32179. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 12:29:39 2009 From: trac at haiku-os.org (Blub) Date: Fri, 07 Aug 2009 10:29:39 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.1a392ac4dbe9999500d05db2d64acd64@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area --------------------------+------------------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by Blub): KERN: userlandfs [156373326: 136] userlandfs_open() done: (7ffffff1, 0x800b396d) KERN: userlandfs [156474719: 136] userlandfs_close(0x8105a72c, 0x810c5f60, 0x800b396d) So basically, it tries to open something, and even though it fails, it tries to close it later... Actually, it seems this goes out of the userlandfs part since it does send the correct error value back to the kernel in userlandfs/kernel_interface.cpp -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 12:33:25 2009 From: trac at haiku-os.org (Blub) Date: Fri, 07 Aug 2009 10:33:25 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.66d95e5b142b9666791bc11d90b64ce0@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area --------------------------+------------------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by Blub): Okay, even though on error it makes sense taht the filecookie doesn't need to be valid, it still helps debugging, and it's done in the other requests, (like OpenDir) I suggest this for consistency: http://stud4.tuwien.ac.at/~e0725517/patches/haiku_null_file_cookie.diff -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 12:50:40 2009 From: trac at haiku-os.org (Blub) Date: Fri, 07 Aug 2009 10:50:40 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.bfd3ba706d4c8fa3cc55d848dfc0135e@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area --------------------------+------------------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by Blub): PROGRESS!! :D Okay I got sshfs to work by making userlandfs_open return -1 on error. My motivation for this was because in vfs.cpp I saw that all the status- checks looked like:[[BR]] if(status < B_OK) And I noticed the status being a "high positive" number in the syslog. Now the question is, which part is now actually returning a wrong error- code? Is it fuse or userlandfs? When I read the fuse-hellofs I noticed: FUSE filesystems are supposed to return negated error values, like -EACCES. So my first thought would be that FUSE doesn't handle that correctly? I'll see if I can find out more :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 13:03:57 2009 From: trac at haiku-os.org (pulkomandy) Date: Fri, 07 Aug 2009 11:03:57 -0000 Subject: [Haiku-bugs] [Haiku] #3682: Smart BAlert knows when to Escape In-Reply-To: <048.2b4c0061d5e31d2f88d08f6a36e01913@haiku-os.org> References: <048.2b4c0061d5e31d2f88d08f6a36e01913@haiku-os.org> Message-ID: <057.f1fc24527820cf8c0025eaa90449c7e0@haiku-os.org> #3682: Smart BAlert knows when to Escape --------------------------------+------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by pulkomandy): This is one of the reason I wanted to centralize some strings in a common set and not let the dev choose them freely. In this system there would be a #define B_CANCEL_BUTTON "Cancel" (or something else) set by each locale. This way it is easy to identify which button is "ok", which one is "cancel" and so on. Allowing you to detect the right button every time, whatever the locale is, and without adding too much code. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 13:09:21 2009 From: trac at haiku-os.org (axeld) Date: Fri, 07 Aug 2009 11:09:21 -0000 Subject: [Haiku-bugs] [Haiku] #3419: Fail-safe video mode not respecting /boot/home/config/settings/kernel/drivers/vesa or bootman's fail-safe video mode options In-Reply-To: <043.35ff0450625cc4e4b43f11219ff973a3@haiku-os.org> References: <043.35ff0450625cc4e4b43f11219ff973a3@haiku-os.org> Message-ID: <052.09d155537b898de9ee8e68da544d9edf@haiku-os.org> #3419: Fail-safe video mode not respecting /boot/home/config/settings/kernel/drivers/vesa or bootman's fail-safe video mode options ---------------------------------+------------------------------------------ Reporter: anarchos | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed * component: Drivers/Graphics => Servers/app_server Comment: Fixed in r32182 (it's only an app_server thing now). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 13:19:09 2009 From: trac at haiku-os.org (axeld) Date: Fri, 07 Aug 2009 11:19:09 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.5a7f668aaa564cb1a5b610dc8c36b38d@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area --------------------------+------------------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by axeld): You have to compile POSIX sources with the B_USE_POSITIVE_POSIX_ERRORS macro set to 1. Error codes are negative in Haiku, but POSIX requires them to be positive (they changed that at some point, causing some trouble for BeOS/Haiku). In any case, the "< B_OK" checks can most of the time be replaced by a "!= B_OK". -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 13:20:43 2009 From: trac at haiku-os.org (axeld) Date: Fri, 07 Aug 2009 11:20:43 -0000 Subject: [Haiku-bugs] [Haiku] #3682: Smart BAlert knows when to Escape In-Reply-To: <048.2b4c0061d5e31d2f88d08f6a36e01913@haiku-os.org> References: <048.2b4c0061d5e31d2f88d08f6a36e01913@haiku-os.org> Message-ID: <057.d999f1142fc723d31c87a1bffc33406e@haiku-os.org> #3682: Smart BAlert knows when to Escape --------------------------------+------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by axeld): I think you should never use string comparison for this. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 13:25:51 2009 From: trac at haiku-os.org (Blub) Date: Fri, 07 Aug 2009 11:25:51 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.10c31005d5fc7822b1420be739cdde17@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area --------------------------+------------------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by Blub): So sshfs should work when I compile it with -DB_USE_POSITIVE_POSIX_ERRORS? Even then, the filesystem which *uses* fuse shouldn't be able to mess up Haiku in such a way that you cannot mount anything else after that happened, so I think the FUSE implementation should in any case negate positive error values. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 13:29:19 2009 From: trac at haiku-os.org (axeld) Date: Fri, 07 Aug 2009 11:29:19 -0000 Subject: [Haiku-bugs] [Haiku] #2769: Radeon driver is Slower than VESA ... In-Reply-To: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> References: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> Message-ID: <052.3beff380fd95b2e66adfcd14df3c4b4d@haiku-os.org> #2769: Radeon driver is Slower than VESA ... -------------------------------------+-------------------------------------- Reporter: herdemir | Owner: euan Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/radeon | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by axeld): I've added such a define in r32183 (USE_ACCELERATION). Once we collected some more data, I would like to have the app_server detect automatically, if the hardware would benefit from using acceleration; I'm just not sure about the criteria yet. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 13:46:54 2009 From: trac at haiku-os.org (bga) Date: Fri, 07 Aug 2009 11:46:54 -0000 Subject: [Haiku-bugs] [Haiku] #2769: Radeon driver is Slower than VESA ... In-Reply-To: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> References: <043.4ebc106a6a9c1b1e16f05b7194e17a36@haiku-os.org> Message-ID: <052.6694aef037ede30af56ea68fcba61aed@haiku-os.org> #2769: Radeon driver is Slower than VESA ... -------------------------------------+-------------------------------------- Reporter: herdemir | Owner: euan Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/radeon | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by bga): I replied through email but, just to dcument it here in the bug, wouldn't making acceleration enabled by default make more sense? Otherwise we will probably not gather much data. :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 14:31:07 2009 From: trac at haiku-os.org (axeld) Date: Fri, 07 Aug 2009 12:31:07 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.46ae26400f0c944ceaac31257dc8b585@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area --------------------------+------------------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by axeld): Replying to [comment:7 Blub]: > So sshfs should work when I compile it with -DB_USE_POSITIVE_POSIX_ERRORS? I haven't tried it, but that should have been more or less the point of the FUSE compatibility :-) Ingo would probably know more, but he's obviously short on time now. > Even then, the filesystem which *uses* fuse shouldn't be able to mess up Haiku in such a way that you cannot mount anything else after that happened, so I think the FUSE implementation should in any case negate positive error values. Right thought, wrong solution: in r32184 I've made the VFS more robust against broken file systems. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 14:57:13 2009 From: trac at haiku-os.org (stippi) Date: Fri, 07 Aug 2009 12:57:13 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.2f3f53a1d251dc780b7f5419a455d0d0@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by stippi): I have turned tracing off entirely (leaving the tracing header where it is, since the build system currently does not detected removed build config headers), and so far I could svn up just fine. I am now running r32184, and will keep running it for a while to be sure. Maybe the problem is indeed only with the extreme BFS tracing? In any case, since the alpha will probably not have tracing on by default (at least it won't unless someone changes the default tracing config), this ticket could certainly be moved out of the alpha milestone. I'll leave that up to you guys, and after some time, I will retry with my previous BFS tracing options and see how that goes. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 18:53:41 2009 From: trac at haiku-os.org (scottmc) Date: Fri, 07 Aug 2009 16:53:41 -0000 Subject: [Haiku-bugs] [Haiku] #3206: BePDF: Vector icon In-Reply-To: <044.13a08fad27a82bbb107035ce201de5d4@haiku-os.org> References: <044.13a08fad27a82bbb107035ce201de5d4@haiku-os.org> Message-ID: <053.0352ba87f044075684418ba4336530dd@haiku-os.org> #3206: BePDF: Vector icon -------------------------+-------------------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by scottmc): IIRC BePDF has the vector icon now, so this can be closed right? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 19:04:56 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Fri, 07 Aug 2009 17:04:56 -0000 Subject: [Haiku-bugs] [Haiku] #3682: Smart BAlert knows when to Escape In-Reply-To: <048.2b4c0061d5e31d2f88d08f6a36e01913@haiku-os.org> References: <048.2b4c0061d5e31d2f88d08f6a36e01913@haiku-os.org> Message-ID: <057.d452fb31ec018c6e43315e1b267e43be@haiku-os.org> #3682: Smart BAlert knows when to Escape --------------------------------+------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by jonas.kirilla): Feel free to close as invalid. (I wish there was a status called "rejected" or "denied". An idea could very well be rejected for good reasons without being invalid. The way I see it, if "denied" is at the beginning of a spectrum where an idea may be deemed difficult to implement well, or may have undesirable side-effects, etc, "invalid" would be for ideas and requests at the far end of the spectrum and reserved for misunderstandings and utter failure at thinking straight.) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 19:09:00 2009 From: trac at haiku-os.org (humdinger) Date: Fri, 07 Aug 2009 17:09:00 -0000 Subject: [Haiku-bugs] [Haiku] #3206: BePDF: Vector icon In-Reply-To: <044.13a08fad27a82bbb107035ce201de5d4@haiku-os.org> References: <044.13a08fad27a82bbb107035ce201de5d4@haiku-os.org> Message-ID: <053.5651607748f4f233f3f4db111fb709aa@haiku-os.org> #3206: BePDF: Vector icon --------------------------+------------------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------+------------------------------------------------- Changes (by humdinger): * status: new => closed * resolution: => fixed Comment: Right you are. Thanks, Scott! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 19:14:23 2009 From: trac at haiku-os.org (mmadia) Date: Fri, 07 Aug 2009 17:14:23 -0000 Subject: [Haiku-bugs] [Haiku] #3682: Smart BAlert knows when to Escape In-Reply-To: <048.2b4c0061d5e31d2f88d08f6a36e01913@haiku-os.org> References: <048.2b4c0061d5e31d2f88d08f6a36e01913@haiku-os.org> Message-ID: <057.4393640a054d02e04131bd768aec7bb3@haiku-os.org> #3682: Smart BAlert knows when to Escape --------------------------------+------------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by mmadia): If additional ticket resolutions, "rejected" or "denied" are desirable by other developers, it could be added while inside an ssh session. {{{ cd ~ trac-admin trac resolution add rejected }}} Trac may need to be restarted, see ~/admin-notes/howto-restart-trac.txt -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 19:24:23 2009 From: trac at haiku-os.org (phoudoin) Date: Fri, 07 Aug 2009 17:24:23 -0000 Subject: [Haiku-bugs] [Haiku] #4195: WonderBrush in fullscreen is a little too much wider Message-ID: <043.b1681ecaf617a593d3d1581a786f4b85@haiku-os.org> #4195: WonderBrush in fullscreen is a little too much wider --------------------------+------------------------------------------------- Reporter: phoudoin | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: Unscheduled Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Switch WonderBrush in fullscreen mode The vertical scrollbar at right and windowed-mode icon at upper right corner are only half visible, like eaten by screen edge. Should not be the case. Others applications supporting fullscreen works as expected, though, so maybe it's only a WonderBrush issue. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 19:36:50 2009 From: trac at haiku-os.org (stippi) Date: Fri, 07 Aug 2009 17:36:50 -0000 Subject: [Haiku-bugs] [Haiku] #4195: WonderBrush in fullscreen is a little too much wider In-Reply-To: <043.b1681ecaf617a593d3d1581a786f4b85@haiku-os.org> References: <043.b1681ecaf617a593d3d1581a786f4b85@haiku-os.org> Message-ID: <052.710eca90d70f750d4478b008639cc64f@haiku-os.org> #4195: WonderBrush in fullscreen is a little too much wider --------------------------+------------------------------------------------- Reporter: phoudoin | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: Unscheduled Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by stippi): I cannot reproduce this with r32184 and a 1920x1200 screen. Can you post a screen shot? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 7 20:07:09 2009 From: trac at haiku-os.org (phoudoin) Date: Fri, 07 Aug 2009 18:07:09 -0000 Subject: [Haiku-bugs] [Haiku] #4195: WonderBrush in fullscreen is a little too much wider In-Reply-To: <043.b1681ecaf617a593d3d1581a786f4b85@haiku-os.org> References: <043.b1681ecaf617a593d3d1581a786f4b85@haiku-os.org> Message-ID: <052.bd489309aa9aff12a14e3b5d70b3a3a5@haiku-os.org> #4195: WonderBrush in fullscreen is a little too much wider --------------------------+------------------------------------------------- Reporter: phoudoin | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: Unscheduled Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by phoudoin): Replying to [comment:1 stippi]: > I cannot reproduce this with r32184 and a 1920x1200 screen. Can you post a screen shot? Obviously. As soon as I'm back to home, had dined and successfully pushed kids to their beds. Aka in a couple of hours ;-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 01:07:31 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 07 Aug 2009 23:07:31 -0000 Subject: [Haiku-bugs] [Haiku] #4196: BFS crash when checkfs tries to remove an invalid inode Message-ID: <039.61efa7171bab1cb6738a7ee7dd0a0c04@haiku-os.org> #4196: BFS crash when checkfs tries to remove an invalid inode ------------------------------+--------------------------------------------- Reporter: mmlr | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/BFS | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Running checkfs on my rather corrupted source partition resulted in the crash pictured in the attached screenshot. Axel, chances are you'd be able to reproduce this with the image of that partition if you still have it. This is on r32170. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 01:19:05 2009 From: trac at haiku-os.org (phoudoin) Date: Fri, 07 Aug 2009 23:19:05 -0000 Subject: [Haiku-bugs] [Haiku] #4195: WonderBrush in fullscreen is a little too much wider In-Reply-To: <043.b1681ecaf617a593d3d1581a786f4b85@haiku-os.org> References: <043.b1681ecaf617a593d3d1581a786f4b85@haiku-os.org> Message-ID: <052.c1c464815e743d0b7d413ab461506ae4@haiku-os.org> #4195: WonderBrush in fullscreen is a little too much wider ---------------------------+------------------------------------------------ Reporter: phoudoin | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: Unscheduled Component: Applications | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by phoudoin): * status: new => closed * resolution: => invalid Comment: Okay, I'm sad to tell you getting old and, how you say already, yeah, senile, is no fun, because I can't reproduce this bug right now, and as I didn't had the reflex to take a screenshot once it did, I look stupid now :-) Anyway, *if* I could reproduce it again, next time I'll hit PrnScr key like a mad man! Meanwhile, I close it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 01:32:40 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Fri, 07 Aug 2009 23:32:40 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.4ce1cca565e2f28d74cde17b905a3b63@haiku-os.org> #4103: cddb not working -------------------------------+-------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by jonas.kirilla): Try r32194. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 03:22:48 2009 From: trac at haiku-os.org (mmlr) Date: Sat, 08 Aug 2009 01:22:48 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.838359e02cb1ec6d1ae9818108560dba@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): Ok, I've now built a clean image with the same block cache and bfs tracing levels. Tested it by doing a few minutes of svn checking out the Haiku tree and it worked just fine. This is all GCC2 though, as I can't test GCC4 builds right now. But from looking through the block cache tracing code I don't really see how it should be affected by heap changes. I'd suggest you try updating again and see if you can still reproduce the issue. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 06:15:01 2009 From: trac at haiku-os.org (leavengood) Date: Sat, 08 Aug 2009 04:15:01 -0000 Subject: [Haiku-bugs] [Haiku] #1429: Icons for some of the servers use old style. In-Reply-To: <042.1555660311752b958e3000bceb70de58@haiku-os.org> References: <042.1555660311752b958e3000bceb70de58@haiku-os.org> Message-ID: <051.617dbd9bf6284a8092627a868b8cb9ef@haiku-os.org> #1429: Icons for some of the servers use old style. ----------------------------+----------------------------------------------- Reporter: scottmc | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Changes (by leavengood): * owner: stippi => leavengood * status: new => assigned Comment: So far I have created new icons for: cddb_daemon midi_server CharacterMap (since that was using the same icon as the Font preferences) I think zuMi's icon for DiskUsage is fine and can add that soon. I am working on an icon for MediaConverter. I have plans for a print_server icon (just one of those big laser jet printers, though I had thoughts of a newspaper printing machine or a Gutenberg printing press.) I've had ideas for an app_server icon, but nothing really great. Any suggestions are appreciated, since I think this is an important one. I will also think about icons for the net_server, spamdbm and CortextAddOnHost. I suppose we also need one for the userlandfs_server and I'm sure there are more. Do we still need a light bulb icon? I will go ahead and take ownership of this since stippi is busy with other things. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 07:39:18 2009 From: trac at haiku-os.org (scottmc) Date: Sat, 08 Aug 2009 05:39:18 -0000 Subject: [Haiku-bugs] [Haiku] #4197: MediaConverter isn't font sensitive Message-ID: <042.282feb980ecf3d4799661d7547ab6116@haiku-os.org> #4197: MediaConverter isn't font sensitive --------------------------+------------------------------------------------- Reporter: scottmc | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changing the font to size 18 will make a mess of MediaConverter's window. Also even at the default size 12 font the file type button is clipped. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 08:36:55 2009 From: trac at haiku-os.org (scottmc) Date: Sat, 08 Aug 2009 06:36:55 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.72e02a138989c820c3ef37f6424ad4f2@haiku-os.org> #4103: cddb not working -------------------------------+-------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by scottmc): Still not working... this with r32198. {{{ /dev> cd .. /> ls Audio CD Audio CD2 Audio CD4 Haiku boot etc tmp Audio CD1 Audio CD3 Audio CD5 bin dev system var /> catattr "CD:do_lookup" /Audio\ CD5 /Audio CD5 : bool : 0 /> catattr "CD:toc" /Audio\ CD5 /Audio CD5 : raw_data : 0x000000: 00 6a 01 0c 00 10 01 00 00 00 02 21 00 10 02 00 '.j.........!....' 0x000010: 00 05 04 00 00 10 03 00 00 09 12 46 00 10 04 00 '...........F....' 0x000020: 00 0c 3a 00 00 10 05 00 00 10 01 3c 00 10 06 00 '..:........<....' 0x000030: 00 14 12 3a 00 10 07 00 00 17 0f 3c 00 10 08 00 '...:.......<....' 0x000040: 00 19 26 3f 00 10 09 00 00 1d 16 30 00 10 0a 00 '..&?.......0....' 0x000050: 00 1f 3b 28 00 10 0b 00 00 23 20 03 00 10 0c 00 '..;(.....#......' 0x000060: 00 26 30 1e 00 10 aa 00 00 3b 17 21 '.&0......;.! ' /> catattr "CD:cddbid" /Audio\ CD5 /Audio CD5 : uint32 : 2869815564 /> rm /boot/home/config/settings/cdda/2869815564 rm: cannot remove `/boot/home/config/settings/cdda/2869815564': No such file or directory /> ls /boot/home/config/settings/cdda 1e116112 6409b909 b609b10c shared 30117a16 ab0de90c dev_disk_atapi_1_master_raw /> rm /boot/home/config/settings/cdda/1* /> rm /boot/home/config/settings/cdda/3* /> rm /boot/home/config/settings/cdda/6* /> rm /boot/home/config/settings/cdda/a* /> rm /boot/home/config/settings/cdda/b* /> ls /boot/home/config/settings/cdda dev_disk_atapi_1_master_raw shared /> Skipping device with id 13. /> ls /dev audio console dvb keyboard net ptmx tty zero bluetooth disk graphics midi null random urandom bus dprintf input misc pt tt video /> ls /dev/disk ata atapi floppy usb virtual /> ls /dev/disk/ata 0 /> ls / Audio CD Audio CD2 Audio CD4 Audio CD6 bin dev system var Audio CD1 Audio CD3 Audio CD5 Haiku boot etc tmp /> }}} One thing to note is that every mount/unmount cycle created a new "/Audio CD#" I tried with several common Audio CDs and none worked. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 09:47:00 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 08 Aug 2009 07:47:00 -0000 Subject: [Haiku-bugs] [Haiku] #3209: [Terminal] Enhancements (mostly easy) In-Reply-To: <044.e2e4602da82c8cf223d4299070489edb@haiku-os.org> References: <044.e2e4602da82c8cf223d4299070489edb@haiku-os.org> Message-ID: <053.0ed220bfc2e4460972ab22a793c8a8f3@haiku-os.org> #3209: [Terminal] Enhancements (mostly easy) -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: jackburton Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by humdinger): Applied Urias' patch "terminalPrefColorNames.diff" with a few additions in r32205. No idea why it wasn't applied sooner... :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 09:54:30 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 08 Aug 2009 07:54:30 -0000 Subject: [Haiku-bugs] [Haiku] #4198: Preferences panel: font size menu doesn't update correctly Message-ID: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> #4198: Preferences panel: font size menu doesn't update correctly -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: jackburton Type: bug | Status: new Priority: low | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- This is r32189. In Terminal: * Open preferences * Set font size 10 * Close panel with OK * Increase size via "ALT +" (Settings|Text Size|Increase) a few times * Open preferences again -> font size says "size" instead of the actual point-size I guess this has something to do with the in/decrease text size feature. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 10:06:26 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Sat, 08 Aug 2009 08:06:26 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.196210427854b470d5aa916b018c15a8@haiku-os.org> #4103: cddb not working -------------------------------+-------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by jonas.kirilla): A CD:cddbid value of 2869815564 corresponds to ~/config/settings/cdda/ab0de90c. (Decimal/hexadecimal: http://www.easycalculation.com/decimal-converter.php ) Try ejecting the CD, remove the file "ab0de90c", or better yet remove the folder ~/config/settings/cdda, restart the cddb_daemon from Terminal, insert the CD again and check the syslog and whatever cddb_daemon might say on stdout. (A fresh install of Haiku would be without cdda entries, unless previous cdda entries get merged. This might depend on how one installs Haiku, now that Tracker merges folders, IIRC.) There is tracing one can turn here http://haiku.it.su.se:8180/source/xref/src/add- ons/kernel/file_systems/cdda/kernel_interface.cpp#29 to have a little more printed to the syslog. I can see two reasons why cddb_daemon would find the a negative CD:do_lookup attribute (placed there by the cdda fs as a hint to cddb_daemon): presence of cdtext on the CD, or that the CD is already known to the cdda fs. The rather empty track listing in the syslog you posted (up top) should not happen anymore unless there is valid cdtext data, which leaves the cddbid entries in the cdda folder. Unless I've missed something. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 10:52:03 2009 From: trac at haiku-os.org (richienyhus) Date: Sat, 08 Aug 2009 08:52:03 -0000 Subject: [Haiku-bugs] [Haiku] #1429: Icons for some of the servers use old style. In-Reply-To: <042.1555660311752b958e3000bceb70de58@haiku-os.org> References: <042.1555660311752b958e3000bceb70de58@haiku-os.org> Message-ID: <051.e7b2a16816670cf8a9a82c5b555c1924@haiku-os.org> #1429: Icons for some of the servers use old style. ----------------------------+----------------------------------------------- Reporter: scottmc | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by richienyhus): Does the files in ~/system/add-ons/print/ still need updating as well? (Not that they matter that much!) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 14:26:02 2009 From: trac at haiku-os.org (Blub) Date: Sat, 08 Aug 2009 12:26:02 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.8c25801d8d5fc21099a7de2b548494a0@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area --------------------------+------------------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by Blub): Okay, using !=B_OK in the VFS makes sense but I didn't know it's a valid solution, since I obviously don't know the rest of the system well enough. So I wouldn't know if maybe some other filesystem implementations relied on positive return codes not being an error. Maybe later when I know the code better I can actually provide suitable patches for the (hopefully very few ;) ) other problems/bugs/... I'll encounter :) Okay, so I can mount the filesystem now, even without modifications, and I can browse it, however, there are two problems left:[[BR]] 1) I cannot unmount it, it says "device/file/resource busy" even if I had just mounted it and not used the FS at all yet.[[BR]] 2) The userlandfs_server doesn't seem to be started automatically (or fails). So I have to call `/boot/system/servers/userlandfs_server sshfs` manually first. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 14:27:13 2009 From: trac at haiku-os.org (Blub) Date: Sat, 08 Aug 2009 12:27:13 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.7767acf7aa87136eba556e72284ea289@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area --------------------------+------------------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by Blub): (oh, maybe I should note that `unmount -f ` just hangs) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 14:50:37 2009 From: trac at haiku-os.org (Blub) Date: Sat, 08 Aug 2009 12:50:37 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.3d6abb4b5ce9f624aaf3d707d4ad8a25@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area --------------------------+------------------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by Blub): Okay, seems like without B_USE_POSITIVE_POSIX_ERRORS browsing doesn't work as well as I thought. I can use ls mnt/blah/... copy, read, remove etc. but when I actually 'cd' into the filesystem and use 'ls' from within, the KDL pops up. I'm not getting these problems with B_USE_POSITIVE_POSIX_ERRORS, so I guess there's still some point in the code which isn't as robust yet.[[BR]] KDL bt output: http://git.rear.endoftheinternet.org/~blub/images/haiku- sshfs-evil.png[[BR]] tail of KDL syslog output: http://git.rear.endoftheinternet.org/~blub/images/haiku-sshfs-evil- syslog.png -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 14:58:09 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 08 Aug 2009 12:58:09 -0000 Subject: [Haiku-bugs] [Haiku] #2305: [Preferences::Time] crashes on startup In-Reply-To: <043.24b09b8676e34dbb6cd8663ee29ed863@haiku-os.org> References: <043.24b09b8676e34dbb6cd8663ee29ed863@haiku-os.org> Message-ID: <052.72e7ca878f03a8c329e94387ec594f33@haiku-os.org> #2305: [Preferences::Time] crashes on startup -------------------------------------+-------------------------------------- Reporter: kaoutsis | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Time & Date | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by humdinger): +1 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 15:01:51 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Sat, 08 Aug 2009 13:01:51 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.3d1dad4bcddaaa5878e977fcf968efed@haiku-os.org> #4103: cddb not working -------------------------------+-------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by jonas.kirilla): I'm preparing a patch for cddb. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 15:02:24 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 08 Aug 2009 13:02:24 -0000 Subject: [Haiku-bugs] [Haiku] #4199: Doesn't respect 24 hour setting Message-ID: <044.e01ab2635bfb7a3e08b0bd5a2db19665@haiku-os.org> #4199: Doesn't respect 24 hour setting -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Preferences/Time & Date | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- This is r32189. The Time preferences should respect the 12/24 hour setting. The Deskbar setting could be used for that, but ultimately that's of course a LocaleKit thing. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 16:24:13 2009 From: trac at haiku-os.org (umccullough) Date: Sat, 08 Aug 2009 14:24:13 -0000 Subject: [Haiku-bugs] [Haiku] #3209: [Terminal] Enhancements (mostly easy) In-Reply-To: <044.e2e4602da82c8cf223d4299070489edb@haiku-os.org> References: <044.e2e4602da82c8cf223d4299070489edb@haiku-os.org> Message-ID: <053.32ad24bf25a1fc631105c7084621b7ff@haiku-os.org> #3209: [Terminal] Enhancements (mostly easy) -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: jackburton Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by umccullough): Replying to [comment:13 humdinger]: > Applied Urias' patch "terminalPrefColorNames.diff" with a few additions in r32205. No idea why it wasn't applied sooner... :) Thanks :) Just to clarify, it was Matt's patch, but he was having upload troubles so he pasted it in IRC for me to upload instead ;) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 16:38:31 2009 From: trac at haiku-os.org (Blub) Date: Sat, 08 Aug 2009 14:38:31 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.a8ce651618ae253148ca085452dcb97e@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area --------------------------+------------------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by Blub): Somehow I missed that the unmount problem also only exists without B_USE_POSITIVE_POSIX_ERRORS. However this still makes userlandfs unusable once it's in this state, which I think shouldn't be possible for the userspace fuse part -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 16:47:02 2009 From: trac at haiku-os.org (pulkomandy) Date: Sat, 08 Aug 2009 14:47:02 -0000 Subject: [Haiku-bugs] [Haiku] #4199: Doesn't respect 24 hour setting In-Reply-To: <044.e01ab2635bfb7a3e08b0bd5a2db19665@haiku-os.org> References: <044.e01ab2635bfb7a3e08b0bd5a2db19665@haiku-os.org> Message-ID: <053.1acdf09b3cf697a8ad341c9fe1fff932@haiku-os.org> #4199: Doesn't respect 24 hour setting -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Preferences/Time & Date | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by pulkomandy): The locale kit will eventually handle all the date&time formatting, you just send it the unix time and you get a BString back. It seems a good idea to wait for that instead of adding more hacks I'll need to remove when integrating the locale kit in the system :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 17:14:24 2009 From: trac at haiku-os.org (leavengood) Date: Sat, 08 Aug 2009 15:14:24 -0000 Subject: [Haiku-bugs] [Haiku] #4197: MediaConverter isn't font sensitive In-Reply-To: <042.282feb980ecf3d4799661d7547ab6116@haiku-os.org> References: <042.282feb980ecf3d4799661d7547ab6116@haiku-os.org> Message-ID: <051.0c0a03de4a3c978e6e12e07404262a95@haiku-os.org> #4197: MediaConverter isn't font sensitive --------------------------+------------------------------------------------- Reporter: scottmc | Owner: leavengood Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by leavengood): * owner: axeld => leavengood * status: new => assigned Comment: I will take a look at this. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 17:17:02 2009 From: trac at haiku-os.org (leavengood) Date: Sat, 08 Aug 2009 15:17:02 -0000 Subject: [Haiku-bugs] [Haiku] #4185: Changing window properties with context menu In-Reply-To: <044.673140946bc07b44d8ff86af899ecb95@haiku-os.org> References: <044.673140946bc07b44d8ff86af899ecb95@haiku-os.org> Message-ID: <053.2638388eb1dd31aa15439381e7fe479c@haiku-os.org> #4185: Changing window properties with context menu -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Changes (by leavengood): * owner: axeld => leavengood * status: new => assigned Comment: I'll take a look at this. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 17:21:20 2009 From: trac at haiku-os.org (bonefish) Date: Sat, 08 Aug 2009 15:21:20 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.6df9db643c174fea7f4724bb4938e2ee@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area ---------------------------+------------------------------------------------ Reporter: Blub | Owner: bonefish Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by bonefish): * status: new => closed * resolution: => invalid Comment: {{{B_USE_POSITIVE_POSIX_ERRORS}}} has to be used together with the POSIX error mapper library. My configure line (from a few month ago -- packages might have changed) looks like this: {{{ SSHFS_CFLAGS="-DB_USE_POSITIVE_POSIX_ERRORS -I/boot/develop/headers/userlandfs/fuse -I/boot common/include/glib-2.0 -I/boot/common/lib/glib-2.0/include -D_FILE_OFFSET_BITS=64" SSHFS_LIBS="-lposix_error_mapper -lnetwork -luserlandfs_fuse -lglib-2.0 -lgthread-2.0" ./configure --prefix=/boot/common }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 18:04:21 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 08 Aug 2009 16:04:21 -0000 Subject: [Haiku-bugs] [Haiku] #4185: Changing window properties with context menu In-Reply-To: <044.673140946bc07b44d8ff86af899ecb95@haiku-os.org> References: <044.673140946bc07b44d8ff86af899ecb95@haiku-os.org> Message-ID: <053.6c089ecfd1db0ce1081f7b5edfaf5535@haiku-os.org> #4185: Changing window properties with context menu -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by humdinger): Thanks! I almost solved that, but the toggling and the logic of toggling the border together with the title but only when activating... I have a whole new respect for you coders. :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 18:06:20 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 08 Aug 2009 16:06:20 -0000 Subject: [Haiku-bugs] [Haiku] #4199: Doesn't respect 24 hour setting In-Reply-To: <044.e01ab2635bfb7a3e08b0bd5a2db19665@haiku-os.org> References: <044.e01ab2635bfb7a3e08b0bd5a2db19665@haiku-os.org> Message-ID: <053.6e3c07e40f82b3c256dedb6d00d2efa2@haiku-os.org> #4199: Doesn't respect 24 hour setting -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Preferences/Time & Date | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by humdinger): Then take this ticket as a little reminder when the time has come. :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 18:15:16 2009 From: trac at haiku-os.org (HaikuBot) Date: Sat, 08 Aug 2009 16:15:16 -0000 Subject: [Haiku-bugs] [Haiku] #2692: Missing POSIX header fenv.h In-Reply-To: <042.cfc8ff7bc5121b37df840a965a583acd@haiku-os.org> References: <042.cfc8ff7bc5121b37df840a965a583acd@haiku-os.org> Message-ID: <051.00798dbfa2262e177f5e95818f3cf79d@haiku-os.org> #2692: Missing POSIX header fenv.h -------------------------------+-------------------------------------------- Reporter: emitrax | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: Unscheduled Component: System/libroot.so | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Changes (by HaikuBot): * cc: service.exchange@? (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 18:25:05 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 08 Aug 2009 16:25:05 -0000 Subject: [Haiku-bugs] [Haiku] #3813: Screenshot enhancements In-Reply-To: <044.bb77090d7306f096714ba0b968b30809@haiku-os.org> References: <044.bb77090d7306f096714ba0b968b30809@haiku-os.org> Message-ID: <053.c87f35a758fc294f598f329de277bea1@haiku-os.org> #3813: Screenshot enhancements -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: julun Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Screenshot | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by humdinger): I'm currently taking a lot of screenshots. Every time I have to set the background in WonderBrush to transparent. So: * When taking a shot of the active window, set the background (due to the title tab) to transparent. Only when using an alpha-channel aware image format? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 18:27:55 2009 From: trac at haiku-os.org (pulkomandy) Date: Sat, 08 Aug 2009 16:27:55 -0000 Subject: [Haiku-bugs] [Haiku] #4199: Doesn't respect 24 hour setting In-Reply-To: <044.e01ab2635bfb7a3e08b0bd5a2db19665@haiku-os.org> References: <044.e01ab2635bfb7a3e08b0bd5a2db19665@haiku-os.org> Message-ID: <053.e1abe6249a06de56666874abc540dc33@haiku-os.org> #4199: Doesn't respect 24 hour setting -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: pulkomandy Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Preferences/Time & Date | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Changes (by pulkomandy): * owner: axeld => pulkomandy * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 19:22:52 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 08 Aug 2009 17:22:52 -0000 Subject: [Haiku-bugs] [Haiku] #4200: Crash when dragging a file over Open With... panel Message-ID: <044.b4f4106325f23f5e8bf430635956c701@haiku-os.org> #4200: Crash when dragging a file over Open With... panel ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: aldeck Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- This is r32189. * Open the "Open With..." panel of any file. * Grab any file and drag it over the panel (no drop needed). * Tracker crashes, see attached backtrace. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 19:51:05 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 08 Aug 2009 17:51:05 -0000 Subject: [Haiku-bugs] [Haiku] #1429: Icons for some of the servers use old style. In-Reply-To: <042.1555660311752b958e3000bceb70de58@haiku-os.org> References: <042.1555660311752b958e3000bceb70de58@haiku-os.org> Message-ID: <051.fe499dee9515771d6c9abcc886e1b11c@haiku-os.org> #1429: Icons for some of the servers use old style. ----------------------------+----------------------------------------------- Reporter: scottmc | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by humdinger): > Does the files in ~/system/add-ons/print/ still need updating as well? Looks like it. All old-style bitmap icons.[[BR]] As well as the copy-icon in the transaction progress window, see attached screenshot. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 19:54:25 2009 From: trac at haiku-os.org (anevilyak) Date: Sat, 08 Aug 2009 17:54:25 -0000 Subject: [Haiku-bugs] [Haiku] #4200: Crash when dragging a file over Open With... panel In-Reply-To: <044.b4f4106325f23f5e8bf430635956c701@haiku-os.org> References: <044.b4f4106325f23f5e8bf430635956c701@haiku-os.org> Message-ID: <053.4ba097167c908c19944f1562255606fd@haiku-os.org> #4200: Crash when dragging a file over Open With... panel ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: anevilyak Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by anevilyak): * owner: aldeck => anevilyak * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 20:08:26 2009 From: trac at haiku-os.org (anevilyak) Date: Sat, 08 Aug 2009 18:08:26 -0000 Subject: [Haiku-bugs] [Haiku] #4200: Crash when dragging a file over Open With... panel In-Reply-To: <044.b4f4106325f23f5e8bf430635956c701@haiku-os.org> References: <044.b4f4106325f23f5e8bf430635956c701@haiku-os.org> Message-ID: <053.44db0aac4d9d87e40d2d9cd927566442@haiku-os.org> #4200: Crash when dragging a file over Open With... panel -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: anevilyak Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by anevilyak): * status: assigned => closed * resolution: => fixed Comment: Fixed in r32209. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 20:09:30 2009 From: trac at haiku-os.org (Blub) Date: Sat, 08 Aug 2009 18:09:30 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.66855cd574019a1c304e52307468339d@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area ---------------------------+------------------------------------------------ Reporter: Blub | Owner: bonefish Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Comment(by Blub): Yes, with B_USE_POSITIVE_POSIX_ERRORS most things work, however:[[BR]] With this the userlandfs_server still isn't automatically started.[[BR]] Fuse still only allows one volume to be mounted so you cannot have multiple ssh filesystems mounted at the same time.[[BR]] And personally I don't think it is acceptable that without these flags you can end up in the KDL, although this would only happen to developers. Should I file tickets for the first 2 problems? (what about the 3rd?) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 20:12:02 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 08 Aug 2009 18:12:02 -0000 Subject: [Haiku-bugs] [Haiku] #2807: editing icons in the Leaf menu In-Reply-To: <049.91076a5a4b4c64022d6dd2ce2d798726@haiku-os.org> References: <049.91076a5a4b4c64022d6dd2ce2d798726@haiku-os.org> Message-ID: <058.3ed86579dc6642a00e7293a2c8f625e8@haiku-os.org> #2807: editing icons in the Leaf menu ----------------------------+----------------------------------------------- Reporter: the ringmaster | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by humdinger): I don't see the necessity, frankly.[[BR]] Why should the links under ~/config/be, i.e. the apps etc. in the Deskbar menus, have another icon in the Deskbar than anywhere else? From your example, I see that you got the idea because previously it was necessary to start BeZilla via script, but you wanted the real Zilla-icon instead. You could have assigned the BeZilla icon to the script file... I'd say this ticket is invalid. Oh. You may have meant to have this feature as part of the "Configure Deskbar Menu" panel. My bad.[[BR]] OTOH, I'm all for doing away with the whole panel and only put the "Recent Docs/Folders/Apps" into a proper Deskbar Preferences. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 20:13:28 2009 From: trac at haiku-os.org (mmlr) Date: Sat, 08 Aug 2009 18:13:28 -0000 Subject: [Haiku-bugs] [Haiku] #4201: Transaction getting too big for log when checkfs corrects too many errors Message-ID: <039.757716486dea144d2938d89f64d3ec00@haiku-os.org> #4201: Transaction getting too big for log when checkfs corrects too many errors ------------------------------+--------------------------------------------- Reporter: mmlr | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/BFS | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- On my source partition that is riddled with name mismatches, correcting them with checkfs causes a too large transaction to be generated. Just after checkfs has run through a corresponding message is printed to the syslog. When rebooting, many more such messages get printed with increasing block counts. If I don't reboot after running checkfs but use the system for a little while longer, there are sometimes panics that indicate "transaction aborted, inode xy still around!". Note that due to #4196 I don't get that far unless I disable removing invalid nodes from the BFS disk_system add-on. {{{ KERN: transaction too large (14836 blocks, log size 2048)! KERN: transaction too large (14837 blocks, log size 2048)! KERN: transaction too large (14838 blocks, log size 2048)! KERN: transaction too large (14839 blocks, log size 2048)! KERN: transaction too large (14840 blocks, log size 2048)! KERN: transaction too large (14841 blocks, log size 2048)! }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 20:29:13 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 08 Aug 2009 18:29:13 -0000 Subject: [Haiku-bugs] [Haiku] #4202: Using pop-up navigation always moves files Message-ID: <044.d77bba810b6b3a9078609cfafa3aee79@haiku-os.org> #4202: Using pop-up navigation always moves files ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- This is r32189. I have a second partition.[[BR]] If I take a file from there and drag it over my home folder on the boot partition, pop-up navigation let's me drill down through various subfolders. If I now release the mousebutton, the file is put into that subfolder.[[BR]] So far, all is OK. _But_: The file came from another partition and should therefore been copied, _not_ moved. If possible, a right-drag-and-drill-down could end with the usual context menu "Create Link/Move/Copy Here". If so, the context menu has to appear before the pop-up navi panels have collapsed again. We want to keep seeing where exactly a file was dropped. Also, is there a long time-out before the pop-up navigation starts, or is that due to running in VirtualBox? It fells very long... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 20:54:29 2009 From: trac at haiku-os.org (bonefish) Date: Sat, 08 Aug 2009 18:54:29 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.5d8f3c89021418eae500a5d0f55bc89e@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area ---------------------------+------------------------------------------------ Reporter: Blub | Owner: bonefish Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Comment(by bonefish): Replying to [comment:14 Blub]: > Yes, with B_USE_POSITIVE_POSIX_ERRORS most things work, however:[[BR]] > With this the userlandfs_server still isn't automatically started.[[BR]] Actually it is automatically started. The problem is that sshfs starts ssh which in turn tries to open the controlling terminal. Since the userlandfs_server when started by the kernel doesn't have a controlling terminal, ssh fails immediately and sshfs fails to mount. That's not a problem of the userlandfs, though, but of the sshfs "port". A real port should handle the interactive authentication differently. For lazy ports the FUSE bridge could offer a feature to open a terminal, but such an option doesn't exist yet. > Fuse still only allows one volume to be mounted so you cannot have multiple ssh filesystems mounted at the same time.[[BR]] Yep, that's a known missing feature. For a file system add-on with Haiku or BeOS kernel style interface only one userlandfs_server needs to be started, since one instance can mount an arbitrary number of volumes. FUSE requires a process per volume, though, which doesn't quite fit the userlandfs design yet. > And personally I don't think it is acceptable that without these flags you can end up in the KDL, although this would only happen to developers. Userland file systems shouldn't be able to cause KDLs. If that still happens after r32184, it's worth to file a ticket. > Should I file tickets for the first 2 problems? (what about the 3rd?) The first isn't a bug/missing feature in Haiku or userlandfs, so there's no point in filing a ticket. Feel free to file a ticket for the second one -- I'm sure there's a TODO in the code, so you don't really have to. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 21:07:45 2009 From: trac at haiku-os.org (Blub) Date: Sat, 08 Aug 2009 19:07:45 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.d311bdd51f8836f0537747a134720c85@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area ---------------------------+------------------------------------------------ Reporter: Blub | Owner: bonefish Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Comment(by Blub): I was wondering if it would make sense to move the fuse-fs initialization from FUSEFileSystem to FUSEVolume, and instead of having one server per fuse-fs linked to the fuse library, a fuse-userlandfs which would instantiate the fuse programs for each volumes. Of course then the mount command would look something like "mount -t userlandfs -p 'fuse sshfs user at host:' mntpt". What do you think about that? For the password input, I'll do the necessary porting there then :) Maybe a pop-up box would do, although, would it be possible to get the terminal of the process which executes mount? Such that if you use mount from a terminal, you could type in the password there, and if it is no terminal at all, a popup-box could appear? Would there be any sane way of getting the mount-process' terminal? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 21:35:56 2009 From: trac at haiku-os.org (anevilyak) Date: Sat, 08 Aug 2009 19:35:56 -0000 Subject: [Haiku-bugs] [Haiku] #4202: Using pop-up navigation always moves files In-Reply-To: <044.d77bba810b6b3a9078609cfafa3aee79@haiku-os.org> References: <044.d77bba810b6b3a9078609cfafa3aee79@haiku-os.org> Message-ID: <053.012f2e7054f2fc29aaf9c2154fde8020@haiku-os.org> #4202: Using pop-up navigation always moves files ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: anevilyak Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by anevilyak): * owner: axeld => anevilyak * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 21:38:20 2009 From: trac at haiku-os.org (anevilyak) Date: Sat, 08 Aug 2009 19:38:20 -0000 Subject: [Haiku-bugs] [Haiku] #4202: Using pop-up navigation always moves files In-Reply-To: <044.d77bba810b6b3a9078609cfafa3aee79@haiku-os.org> References: <044.d77bba810b6b3a9078609cfafa3aee79@haiku-os.org> Message-ID: <053.633d6f99c4ef0d5f483c110bd87070ba@haiku-os.org> #4202: Using pop-up navigation always moves files -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: anevilyak Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by anevilyak): * status: assigned => closed * resolution: => fixed Comment: Replying to [ticket:4202 humdinger]: > If possible, a right-drag-and-drill-down could end with the usual context menu "Create Link/Move/Copy Here". If so, the context menu has to appear before the pop-up navi panels have collapsed again. We want to keep seeing where exactly a file was dropped. That part is somewhat nontrivial to handle. For the time being I've fixed it in r32210 to use the same copy vs move logic that's used elsewhere. > > Also, is there a long time-out before the pop-up navigation starts, or is that due to running in VirtualBox? It fells very long... It's around 2-3 seconds or so. In any case, I believe you can override the timeout by holding down shift while dragging. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 23:15:09 2009 From: trac at haiku-os.org (jackburton) Date: Sat, 08 Aug 2009 21:15:09 -0000 Subject: [Haiku-bugs] [Haiku] #1939: chart demo crashes when moved around In-Reply-To: <049.3e2bd489cab20a7321e2a9ec7e5f7db7@haiku-os.org> References: <049.3e2bd489cab20a7321e2a9ec7e5f7db7@haiku-os.org> Message-ID: <058.b475964b2b8728b75234cb9cf3afedec@haiku-os.org> #1939: chart demo crashes when moved around --------------------------------+------------------------------------------- Reporter: the ringmaster | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------+------------------------------------------- Comment(by jackburton): After some debugging, I found out that the app is killed by the app_server. More specifically, what happens is that, when the window is moved beyond the left bound of the visible screen, Chart (but also the DirectWindowTest application, based on Stars) blocks inside DirectConnected(), so the app_server, which is waiting on a semaphore with a timeout (cf. ServerWindow::HandleDirectConnection()), kills the app. Since these applications just do some calculations inside DirectConnected, why this is happening is beyond me. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 23:45:13 2009 From: trac at haiku-os.org (scottmc) Date: Sat, 08 Aug 2009 21:45:13 -0000 Subject: [Haiku-bugs] [Haiku] #4203: Installer gives unreadable dialog box at end of install when installed onto the boot drive Message-ID: <042.3cc2e8718be2a7ffb9a47de3efcce0a7@haiku-os.org> #4203: Installer gives unreadable dialog box at end of install when installed onto the boot drive -----------------------+---------------------------------------------------- Reporter: scottmc | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Installer allows you to install from a non-boot device onto the boot device with the caveat that it will need to reboot when finished. However, at the end of the install the user is presented with an unreadable dialog box, with short almost unclickalbe buttons. System seems to work ok after the reboot though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 8 23:48:30 2009 From: trac at haiku-os.org (scottmc) Date: Sat, 08 Aug 2009 21:48:30 -0000 Subject: [Haiku-bugs] [Haiku] #4203: Installer gives unreadable dialog box at end of install when installed onto the boot drive In-Reply-To: <042.3cc2e8718be2a7ffb9a47de3efcce0a7@haiku-os.org> References: <042.3cc2e8718be2a7ffb9a47de3efcce0a7@haiku-os.org> Message-ID: <051.d1f0e5c3a90c778710806b91b9d22590@haiku-os.org> #4203: Installer gives unreadable dialog box at end of install when installed onto the boot drive ------------------------------------+--------------------------------------- Reporter: scottmc | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Installer | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Changes (by scottmc): * owner: axeld => korli * component: - General => Applications/Installer -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 00:08:35 2009 From: trac at haiku-os.org (jprostko) Date: Sat, 08 Aug 2009 22:08:35 -0000 Subject: [Haiku-bugs] [Haiku] #4204: Incorporation of GCC 4.4 Message-ID: <043.8af43aae05b2e37a68eff384e11c9aa4@haiku-os.org> #4204: Incorporation of GCC 4.4 --------------------------+------------------------------------------------- Reporter: jprostko | Owner: bonefish Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- The purpose of this ticket is to allow Haiku to utilize the current release series of GCC, which is GCC 4.4. The current release version in this series is 4.4.1. I am only going to address this topic within a limited scope, leaving out details such as inclusion of the Graphite loop optimization framework, native versus cross-building, etc. This would need more patches and further discussion/details, which I think would be too much all at once. Thanks to korli and stippi, most of the patches needed to get Haiku building with GCC 4.4 have already been committed. Currently two files need patched, however. A patch fixing those issues is attached as gcc-4.4-compatibility.diff. With regards to the patch to GCC itself, it is very similar to what is in our repository now for GCC 4.3.3, but with some fixes/cleanup. I also put in some code to prevent a native build from failing upon bootstrap comparison. The patch is to be applied to the GCC 4.4.1 core and g++ packages that can be obtained from the GCC FTP (GCC 4.4.0 will work as well). This will make it easy to work on if a vendor branch for GCC 4.4.1 was introduced, for instance. In addition to the steps above, MPFR in the buildtool repository will need updated to version 2.3.2 or higher as required by GCC 4.4. As mentioned on the development mailing list previously, there is still an issue where GCC 4.4.1 miscompiles the Tracker on certain specific revisions. The latest revision of Haiku (r32211 as of this ticket) doesn't have this problem, but some previous ones certainly did. I am not sure if it will ever creep up again, but I have all of the details documented so I can investigate further, and have also filed a bug with the GCC folks so it is at least documented on their end. I would like to state that I'd be willing to work on the latest GCC (and its dependencies, as well as updated binutils) in a branch if desired, since I have a pretty good working knowledge of building GCC by now, both in a native and cross-compiled environment. I can also provide an optional package if/when desired, with or without Graphite included. I know the Haiku alpha is around the corner and this may be put on the backburner, but I felt it was important to at least get this enhancement in place to show current progress. Also, just for reference, GCC 4.3.4 came out recently, so if we want to hold off on GCC 4.4 for some time, perhaps we can at least upgrade to that in the near future. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 01:34:12 2009 From: trac at haiku-os.org (scottmc) Date: Sat, 08 Aug 2009 23:34:12 -0000 Subject: [Haiku-bugs] [Haiku] #1657: Network GUI glitch In-Reply-To: <044.3278cf5942180d36fa2bc1cb220d4c92@haiku-os.org> References: <044.3278cf5942180d36fa2bc1cb220d4c92@haiku-os.org> Message-ID: <053.5441a1a609574c84c3f0d9bad8f575bc@haiku-os.org> #1657: Network GUI glitch --------------------------------+------------------------------------------- Reporter: archmalac | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Network & Internet | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------+------------------------------------------- Comment(by scottmc): @archmalac, have you tried a recent build, does this still happen on that same hardware? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 01:37:30 2009 From: trac at haiku-os.org (scottmc) Date: Sat, 08 Aug 2009 23:37:30 -0000 Subject: [Haiku-bugs] [Haiku] #2647: runtime_loader error In-Reply-To: <042.5d52a8924829730e3fecc64db896f740@haiku-os.org> References: <042.5d52a8924829730e3fecc64db896f740@haiku-os.org> Message-ID: <051.9c94ca1849bdc5e2fcf16b5c0a9a4584@haiku-os.org> #2647: runtime_loader error -----------------------------------+---------------------------------------- Reporter: xspager | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/runtime_loader | Version: R1 development Blockedby: | Platform: x86 Blocking: | -----------------------------------+---------------------------------------- Comment(by scottmc): @xspager, Have you tried to repeat this with a recent Haiku build? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 01:45:05 2009 From: trac at haiku-os.org (scottmc) Date: Sat, 08 Aug 2009 23:45:05 -0000 Subject: [Haiku-bugs] [Haiku] #3260: nforce ethernet card driver induces an interrupt storm In-Reply-To: <041.8b60256153054eb31d324557511d9439@haiku-os.org> References: <041.8b60256153054eb31d324557511d9439@haiku-os.org> Message-ID: <050.68097209923bafb4bb9c994b32f4b05c@haiku-os.org> #3260: nforce ethernet card driver induces an interrupt storm -----------------------------+---------------------------------------------- Reporter: Hubert | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by scottmc): @Hubert, Have you tried a recent build of Haiku. I used to have to turn off one of my cores to be able to use the network, but that seems to have been cleared up a few months ago now. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 01:48:31 2009 From: trac at haiku-os.org (scottmc) Date: Sat, 08 Aug 2009 23:48:31 -0000 Subject: [Haiku-bugs] [Haiku] #3784: Haiku strange behaviour - 100% CPU and RAM load by kernel (nforce) In-Reply-To: <041.3802dc07a44de3b5655e91d2cce3864d@haiku-os.org> References: <041.3802dc07a44de3b5655e91d2cce3864d@haiku-os.org> Message-ID: <050.081fd0813c2d253a655f4bfc166caebe@haiku-os.org> #3784: Haiku strange behaviour - 100% CPU and RAM load by kernel (nforce) -----------------------------+---------------------------------------------- Reporter: miqlas | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: x86 Blocking: | -----------------------------+---------------------------------------------- Comment(by scottmc): @miqlas, Have you tried to duplicate this on a recent build of Haiku? I used to have to turn off one of my cores on my nforce based PC to be able to use the network, but that seems to have been cleared up a few months ago now. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 02:14:51 2009 From: trac at haiku-os.org (scottmc) Date: Sun, 09 Aug 2009 00:14:51 -0000 Subject: [Haiku-bugs] [Haiku] #4205: Network Preferences should check input of IP addresses Message-ID: <042.aa2ba80ab1a114127431818a4827b175@haiku-os.org> #4205: Network Preferences should check input of IP addresses ---------------------------------+------------------------------------------ Reporter: scottmc | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Network | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------+------------------------------------------ The current network preferences app allows for entry of incorrect/invalid data. Perhaps some basic bounds checking could be added. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 07:45:55 2009 From: trac at haiku-os.org (humdinger) Date: Sun, 09 Aug 2009 05:45:55 -0000 Subject: [Haiku-bugs] [Haiku] #4206: "Hide All" shows "hidden" windows Message-ID: <044.2bc67b0e6d20267e3e40a490139216d7@haiku-os.org> #4206: "Hide All" shows "hidden" windows ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- This is r32189. This is best seen when activating the Application Expander to see all windows of an app in the Deskbar. * Open e.g. "Pe" * Select "Hide All" from its Deskbar entry -> normally hidden windows are listed, too. In Pe's case the Find and Pe:Open window. I think these are created when the app is started but are normally hidden and only shown when needed.[[BR]] In any case, they shouldn't appear in the Deskbar. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 08:13:34 2009 From: trac at haiku-os.org (humdinger) Date: Sun, 09 Aug 2009 06:13:34 -0000 Subject: [Haiku-bugs] [Haiku] #4207: Crash while switching workspaces Message-ID: <044.be63774351226729f7def7fd54b3e165@haiku-os.org> #4207: Crash while switching workspaces --------------------------------+------------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- This is r32189, VirtualBox. I ran into the attached twice now in two days when switching workspaces via the Workspaces applet. I don't know if it's related to #3282, the backtrace looks different, but the initial failure is also "{{{tcsetpgrp failed in terminal_inferior: Invalid Argument}}}". -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 08:40:02 2009 From: trac at haiku-os.org (humdinger) Date: Sun, 09 Aug 2009 06:40:02 -0000 Subject: [Haiku-bugs] [Haiku] #4202: Using pop-up navigation always moves files In-Reply-To: <044.d77bba810b6b3a9078609cfafa3aee79@haiku-os.org> References: <044.d77bba810b6b3a9078609cfafa3aee79@haiku-os.org> Message-ID: <053.10786ed97682abf2a8d32c19e07f1024@haiku-os.org> #4202: Using pop-up navigation always moves files -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: anevilyak Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by humdinger): Thanks for the quik fix! > > Also, is there a long time-out before the pop-up navigation starts, or is that due to running in VirtualBox? It fells very long... > > It's around 2-3 seconds or so. In any case, I believe you can override the timeout by holding down shift while dragging. OK, but why?! :)[[BR]] I don't see a reason for this long a delay. You don't want to spring up pop-navs all over the place while dragging a file around, but sitting on top of a folder for max. 0.5 seconds without wiggling more than +/-2 pixels around should be really enough. (Dunno about the wiggling-part, but a shortened timeout would be very appreciated.) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 11:12:22 2009 From: trac at haiku-os.org (idefix) Date: Sun, 09 Aug 2009 09:12:22 -0000 Subject: [Haiku-bugs] [Haiku] #4206: "Hide All" shows "hidden" windows In-Reply-To: <044.2bc67b0e6d20267e3e40a490139216d7@haiku-os.org> References: <044.2bc67b0e6d20267e3e40a490139216d7@haiku-os.org> Message-ID: <053.27e3d51df3ff951138cca9862031e253@haiku-os.org> #4206: "Hide All" shows "hidden" windows ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by idefix): Might be the same bug as ticket:4127. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 15:37:13 2009 From: trac at haiku-os.org (bonefish) Date: Sun, 09 Aug 2009 13:37:13 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.da0fb0c63b01e16428948531f3b6175b@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area ---------------------------+------------------------------------------------ Reporter: Blub | Owner: bonefish Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Comment(by bonefish): Replying to [comment:16 Blub]: > I was wondering if it would make sense to move the fuse-fs initialization from FUSEFileSystem to FUSEVolume, and instead of having one server per fuse-fs linked to the fuse library, a fuse-userlandfs which would instantiate the fuse programs for each volumes. Of course then the mount command would look something like "mount -t userlandfs -p 'fuse sshfs user at host:' mntpt". > What do you think about that? That would be quite a bit of work. At least the solution I have in mind is significantly simpler. The userlandfs kernel module maintains a map from file system name to userlandfs server instance, so the same instance can be reused for mounting more volumes. I was thinking of introducing a FS capability flag indicating that only one volume can be mounted by a server instance, which would cause the kernel module to forget previous instances. A minor problem is, that the mechanism to start a userlandfs server first and mount the volume afterwards requires the kernel module to actively look for a server instance for the respective file system (via find_port()). This can be solved by adjusting the handshake protocol respectively, though > For the password input, I'll do the necessary porting there then :) Maybe a pop-up box would do, although, would it be possible to get the terminal of the process which executes mount? Such that if you use mount from a terminal, you could type in the password there, and if it is no terminal at all, a popup-box could appear? Would there be any sane way of getting the mount-process' terminal? I don't think so. The mounting process is known, but I don't think there's a way to get a process' controlling terminal ATM. I wouldn't find that particularly clean either. I'm pretty sure at some point we will introduce auto mounting and some kind of server that mounts volumes from previous session (currently done by Tracker) and then there probably isn't a terminal at hand anyway. I don't think ssh can be used via pipes, so I guess one has to open a new tty for communicating with ssh. Maybe ssh has helpful options... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 16:33:36 2009 From: trac at haiku-os.org (Blub) Date: Sun, 09 Aug 2009 14:33:36 -0000 Subject: [Haiku-bugs] [Haiku] #4194: fuse (userlandfs) causes a page fault - user access in kernel area In-Reply-To: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> References: <039.5411c54ce7a3f6ce5acf9f7d711a5a47@haiku-os.org> Message-ID: <048.debfed0f10fefa62618d8c0e5123056f@haiku-os.org> #4194: fuse (userlandfs) causes a page fault - user access in kernel area ---------------------------+------------------------------------------------ Reporter: Blub | Owner: bonefish Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Comment(by Blub): I'm currently experimenting with a "password_app" option in sshfs, which basically works like this:[[BR]] mount -t userlandfs -p 'sshfs -o password_app=/boot/common/bin/password_prompt user at host:' mntpt When sshfs starts ssh, it creates a pty and makes it the controlling terminal for ssh, then it waits for ssh to put the password prompt into that pty, and if ssh prints to stdout first, then it assumes that the password prompt isn't going to show up.[[BR]] It works fine when I start the server manually, however, when I do not, there are some problems there: * sshfs' execvp() call cannot find "ssh" - not really a porblem since I can use: -o ssh_command=/boot/common/bin/ssh * userlandfs_server's stdout somehow ends up in the socket sshfs creates using socketpair() to replace the fork's stdin/out - I assume that the fork()/exec() combination doesn't prevent userlandfs_server's stdout to end up in the fork's stdout fd, which causes sshfs to not ask for the password? (some fuse functions use printf(...) outputs and with debug flags tehre's even more output. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 17:22:06 2009 From: trac at haiku-os.org (umccullough) Date: Sun, 09 Aug 2009 15:22:06 -0000 Subject: [Haiku-bugs] [Haiku] #4207: Crash while switching workspaces In-Reply-To: <044.be63774351226729f7def7fd54b3e165@haiku-os.org> References: <044.be63774351226729f7def7fd54b3e165@haiku-os.org> Message-ID: <053.3ae33179fce37039a994d54008aa2fa8@haiku-os.org> #4207: Crash while switching workspaces --------------------------------+------------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by umccullough): Based on the screenshot, the actual error is the "Segment violation" in thread 111, you can ignore the "tcsetpgrp failed" message as that is unrelated to the crash. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 17:43:57 2009 From: trac at haiku-os.org (rudolfc) Date: Sun, 09 Aug 2009 15:43:57 -0000 Subject: [Haiku-bugs] [Haiku] #4144: BScreen::SetMode() not working OK In-Reply-To: <042.871a60fa4e1ac2ec70e94636475d53a9@haiku-os.org> References: <042.871a60fa4e1ac2ec70e94636475d53a9@haiku-os.org> Message-ID: <051.27fb002a340d9a8e439c0b534cf5f101@haiku-os.org> #4144: BScreen::SetMode() not working OK ------------------------+--------------------------------------------------- Reporter: rudolfc | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------+--------------------------------------------------- Changes (by rudolfc): * status: new => closed * resolution: => fixed Comment: Hi, Since R32212 BScreen mode.flags handling is fixed. DualheadSetup now works as expected. Closing ticket. Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 17:44:43 2009 From: trac at haiku-os.org (rudolfc) Date: Sun, 09 Aug 2009 15:44:43 -0000 Subject: [Haiku-bugs] [Haiku] #4052: Dual head video not working with GeForce FX5200 AGP In-Reply-To: <042.002c924e310416b52f53e9e50f4ff70d@haiku-os.org> References: <042.002c924e310416b52f53e9e50f4ff70d@haiku-os.org> Message-ID: <051.cd0a0d739c1ab3c3f2c3739c43115c84@haiku-os.org> #4052: Dual head video not working with GeForce FX5200 AGP --------------------------------------+------------------------------------- Reporter: someguy | Owner: rudolfc Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Changes (by rudolfc): * status: new => closed * resolution: => fixed Comment: Hi, Since R32212 BScreen mode.flags handling is fixed. DualheadSetup now works as expected. Closing ticket. Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 18:08:48 2009 From: trac at haiku-os.org (rudolfc) Date: Sun, 09 Aug 2009 16:08:48 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.8edb442f29ab3b8fb8d3d142af8ea0a9@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi, Thanks for the new log, it's indeed complete. The problem isnow much more clear: on your card only I2C (DDC) bus #1 is detected, #0 and #2 seem to be not wired. On bus #1 no EDID capable monitor is found. The driver does detect a analog connected screen on DAC1 which seems correct since you have a picture. Since the monitor is connected via VGA (analog type connection) the driver has to assume you are using a 4:3 aspect screen. Therefore all non-4:3 aspect modes are 'erased' from the screen preflet. The tweak you need atm is setting force_ws to true to tell the driver you have a widescreen. I'll upload a tweaked version of the driver asap here: I hope you can test it and upload a new logfile from that one (delete the current logfile before you reboot). I'll force the driver to try and find your screen on the apparantly non- functional other I2C buses. Maybe I need to update the detection routine for that.. Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 18:35:00 2009 From: trac at haiku-os.org (umccullough) Date: Sun, 09 Aug 2009 16:35:00 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.f68c1e5173e0d18e12f827854cf0951b@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by umccullough): Replying to [comment:10 rudolfc]: > Since the monitor is connected via VGA (analog type connection) the driver has to assume you are using a 4:3 aspect screen. Therefore all non-4:3 aspect modes are 'erased' from the screen preflet. I don't understand this assumption at all.... I have been connecting widescreen monitors to analog VGA for several years now. In fact, there are still new motherboards coming out with integrated video that only has VGA connectors (including my GeForce 6150) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 19:18:14 2009 From: trac at haiku-os.org (stippi) Date: Sun, 09 Aug 2009 17:18:14 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.10c67d513d3567fddc4b0ea4efaffc48@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by stippi): I second Urias' opinion. The logic should be reversed: Whenever the driver has too little information (like EDID info missing and so on), it should instead show a mode listing that is as complete as possible, so that the user can pick the best mode. If EDID info is available, and you can detect a 4:3 or 16:9 screen, then you could filter out unwanted modes, but I don't even know if it should go that far, the user may still know best what he wants/needs. EDID should then be used for automatically starting in the native screen mode when no there is no previous configuration, but not much more. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 19:48:34 2009 From: trac at haiku-os.org (Hubert) Date: Sun, 09 Aug 2009 17:48:34 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.a837afbd6ddef0f2213f1215744d1558@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Hubert): >The tweak you need atm is setting force_ws to true to tell the driver you have a widescreen. Yes, I change that after upload last logfile and this is work but earlier I not needed this do? >I'll upload a tweaked version of the driver asap here: I hope you can test it and upload a new logfile from that one (delete the current logfile before you reboot). OK. But where is upload that driver? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 20:03:42 2009 From: trac at haiku-os.org (mmlr) Date: Sun, 09 Aug 2009 18:03:42 -0000 Subject: [Haiku-bugs] [Haiku] #4208: MediaPlayer prevents workspace switching by cursor keys Message-ID: <039.5131379af5de4fef697b6b6fc2e6a4ed@haiku-os.org> #4208: MediaPlayer prevents workspace switching by cursor keys --------------------------------------+------------------------------------- Reporter: mmlr | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- When a MediaPlayer instance has focus, it will capture the command-control key combination. It will then adjust the volume with the right/left arrow keys, which is otherwise done by only pressing command. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 20:12:33 2009 From: trac at haiku-os.org (herdemir) Date: Sun, 09 Aug 2009 18:12:33 -0000 Subject: [Haiku-bugs] [Haiku] #4209: Updated version of libvorbis-1.2.3 Message-ID: <043.0179241309ab0f64f440806ac8d3524d@haiku-os.org> #4209: Updated version of libvorbis-1.2.3 ----------------------------------+----------------------------------------- Reporter: herdemir | Owner: marcusoverhagen Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Audio & Video/Codecs | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Updates libvorbis library of Haiku to 1.2.3. Didn't need any changes at all, except some minor cleanups. Works fine for me. But still please test. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 20:17:42 2009 From: trac at haiku-os.org (herdemir) Date: Sun, 09 Aug 2009 18:17:42 -0000 Subject: [Haiku-bugs] [Haiku] #4209: Updated version of libvorbis-1.2.3 In-Reply-To: <043.0179241309ab0f64f440806ac8d3524d@haiku-os.org> References: <043.0179241309ab0f64f440806ac8d3524d@haiku-os.org> Message-ID: <052.b38bd118beced959cd310dd03fc5e4f5@haiku-os.org> #4209: Updated version of libvorbis-1.2.3 ----------------------------------+----------------------------------------- Reporter: herdemir | Owner: marcusoverhagen Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Audio & Video/Codecs | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by herdemir): Upsss, file is a bit large ~700kb here is the link: http://www.mediafire.com/?hmyjmdjhzol -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 21:44:44 2009 From: trac at haiku-os.org (andreasf) Date: Sun, 09 Aug 2009 19:44:44 -0000 Subject: [Haiku-bugs] [Haiku] #4204: Incorporation of GCC 4.4 In-Reply-To: <043.8af43aae05b2e37a68eff384e11c9aa4@haiku-os.org> References: <043.8af43aae05b2e37a68eff384e11c9aa4@haiku-os.org> Message-ID: <052.07e00a260aa9fa82528f9fed0ad9a8e0@haiku-os.org> #4204: Incorporation of GCC 4.4 --------------------------+------------------------------------------------- Reporter: jprostko | Owner: bonefish Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by andreasf): * cc: planche2k@? (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 21:48:53 2009 From: trac at haiku-os.org (rudolfc) Date: Sun, 09 Aug 2009 19:48:53 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.2958a2eeb8887885f16aff46fc2df81d@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Sorry guys: I won't reverse the ws versus 4:3 aspect logic we are talking about !! You have to understand we are talking _fallback_ operation here. Last I looked max. compatibility was important... The driver don't let you set WS modes since most 4:3 screens will shut_off (or be possibly destroyed if older). This combined with the fact WS screens mostly also support 4:3 modes it makes perfectly sense to keep 4:3 as the base if _trouble arises_. Which is the case here! BTW: you probably did not notice: there were a number of users reporting trouble indeed when force_ws was enabled by default: more serious and more often than now. About analog connected screens: be adviced that using DDC/EDID those report their capabilities. The driver collects that information these days and _will_ report WS modes. Unless of course this communication fails! (hence fallback operation). Greetings. Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 22:00:04 2009 From: trac at haiku-os.org (rudolfc) Date: Sun, 09 Aug 2009 20:00:04 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.88815f1be668354959a8962fe093f62f@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Oh, since we are on the subject: Also: in my opinion the driver settings file should be included in the image by default, and docs should be available to the user to manually tweak the driver's behaviour. This driver supports 100+ types of cards, with numerous monitors. Now multiply those two things and you know how difficult it is to make the driver work on all setups. _this is not going to happen!_. Period. So, instead it's a question of percentages. The goal is to get the driver to work on the highest number of systems possible. That means, the defaults need to be failsave, not optimum. And the user should have the option to manually tweak for optimum behaviour on a non-optimal working system. This is the main thought behind my drivers. Bye! Rudolf. PS: The tweaked driver will get uploaded, but not today. Be patient please. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 22:04:42 2009 From: trac at haiku-os.org (Hubert) Date: Sun, 09 Aug 2009 20:04:42 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.9ce239e584efd2d9ae6db691193de8af@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Hubert): >> I'll upload a tweaked version of the driver asap here: I hope you can test it and upload a new logfile from that one (delete the current logfile before you reboot). >OK. But where is upload that driver? upss, sorry, I bad read, it was "I'll upload", he he, sorry once again. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 22:47:52 2009 From: trac at haiku-os.org (Blub) Date: Sun, 09 Aug 2009 20:47:52 -0000 Subject: [Haiku-bugs] [Haiku] #4210: userlandfs only creates volumes Message-ID: <039.385d8a89cb69302dc58e9ac370dac130@haiku-os.org> #4210: userlandfs only creates volumes -----------------------+---------------------------------------------------- Reporter: Blub | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- As far as I can see in the userlandfs code, Mount() creates a volume which is mounted, and deleted if mount files, but Unmount() doesn't delete the volume, neither can I find any other places where it might be deleted. Another bug caused by this is that since fuse only allows one volume to be mounted, even after unmounting the current volume it is not possible to mount any other fuse-volumes without killing the userlandfs server hosting the related fuse filesystem. I'd suggest them to be deleted when they're successfully unmounted. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 23:04:42 2009 From: trac at haiku-os.org (humdinger) Date: Sun, 09 Aug 2009 21:04:42 -0000 Subject: [Haiku-bugs] [Haiku] #4211: "Disable user add-ons" doesn't disable UserBootscript Message-ID: <044.4f17bc57bd88f4230d2751bd0a522b33@haiku-os.org> #4211: "Disable user add-ons" doesn't disable UserBootscript --------------------------------+------------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Boot Loader | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- This is r32189. When checking "Disable user add-ons" from the safe mode options of the boot screen, the ~/config/UserBootscript will still be started. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 9 23:31:34 2009 From: trac at haiku-os.org (anevilyak) Date: Sun, 09 Aug 2009 21:31:34 -0000 Subject: [Haiku-bugs] [Haiku] #4211: "Disable user add-ons" doesn't disable UserBootscript In-Reply-To: <044.4f17bc57bd88f4230d2751bd0a522b33@haiku-os.org> References: <044.4f17bc57bd88f4230d2751bd0a522b33@haiku-os.org> Message-ID: <053.cfcaabff3f38e3c616079673e5a7d24a@haiku-os.org> #4211: "Disable user add-ons" doesn't disable UserBootscript ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Boot Loader | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by anevilyak): * status: new => closed * resolution: => invalid Comment: Because that option isn't supposed to affect UserBootscript. All it does (and is intended to do) is disable loading anything in ~/config/add-ons. If you want UserBootscript to be ignored, then you should be picking safe mode. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 02:18:22 2009 From: trac at haiku-os.org (stpere) Date: Mon, 10 Aug 2009 00:18:22 -0000 Subject: [Haiku-bugs] [Haiku] #4205: Network Preferences should check input of IP addresses In-Reply-To: <042.aa2ba80ab1a114127431818a4827b175@haiku-os.org> References: <042.aa2ba80ab1a114127431818a4827b175@haiku-os.org> Message-ID: <051.e17bc48b9412d5bd4531012f97758c81@haiku-os.org> #4205: Network Preferences should check input of IP addresses ---------------------------------+------------------------------------------ Reporter: scottmc | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Preferences/Network | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------+------------------------------------------ Changes (by stpere): * owner: axeld => stpere * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 03:39:01 2009 From: trac at haiku-os.org (stpere) Date: Mon, 10 Aug 2009 01:39:01 -0000 Subject: [Haiku-bugs] [Haiku] #4198: Preferences panel: font size menu doesn't update correctly In-Reply-To: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> References: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> Message-ID: <053.b07e59b09debf721d86c4c56f7d825b1@haiku-os.org> #4198: Preferences panel: font size menu doesn't update correctly -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: jackburton Type: bug | Status: new Priority: low | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by stpere): It's pretty simple, but not sure what would be the right way to fix this. It's because your font size is then at 13 or 15 and there is no entry in the pulldown menu for those values. I could simply make the increase and decrease font size menu entries (ALT+ +/-) to only use the values present in the pulldown menu (skip 13 and 15) to prevent this.. Or I could make the pull down menu to temporarely add the 13 and 15 values if you happen to be at that value.. Which would be prefered? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 07:39:32 2009 From: trac at haiku-os.org (humdinger) Date: Mon, 10 Aug 2009 05:39:32 -0000 Subject: [Haiku-bugs] [Haiku] #4198: Preferences panel: font size menu doesn't update correctly In-Reply-To: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> References: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> Message-ID: <053.681c37a19efb7aeb92980ba0de972d25@haiku-os.org> #4198: Preferences panel: font size menu doesn't update correctly -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: jackburton Type: bug | Status: new Priority: low | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by humdinger): Thanks for taking a look at this![[BR]] IMO, what would really be needed is a text box with a small dial widget where you can increase the size arbitrarily. Same goes for the Font preferences which offers sizes 8 tru 14 plus 18. But maybe those values are intentional, because too large values would mess up the layout. OTOH, with Haiku's layout manager this shouldn't be a problem anymore and a sanity check to keep it between, say, 6 and 64 would suffice. As someone that uses ALT+ +/- could wonder, why the font size jumps sometimes, I'd go for you suggestion: > Or I could make the pull down menu to temporarely add the 13 and 15 values if you happen to be at that value. While you're in the Terminal prefs panel, I point out some more low prio issues. :) * The drop-down menus should be aligned, their lables right aligned. * The size drop-down menu could be as wide as in the Fonts preferences and right aligned to the text boxes of the color picker. * There's too much "grey space" vertically between the widgets. * The OK button and also the alert regarding unsaved changes when closing the prefs panel aren't needed, all settings are live. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 08:39:35 2009 From: trac at haiku-os.org (humdinger) Date: Mon, 10 Aug 2009 06:39:35 -0000 Subject: [Haiku-bugs] [Haiku] #4211: "Disable user add-ons" doesn't disable UserBootscript In-Reply-To: <044.4f17bc57bd88f4230d2751bd0a522b33@haiku-os.org> References: <044.4f17bc57bd88f4230d2751bd0a522b33@haiku-os.org> Message-ID: <053.3c2f913025ddd3898e901a3cbf47698c@haiku-os.org> #4211: "Disable user add-ons" doesn't disable UserBootscript ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Boot Loader | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by humdinger): Are you sure BeOS behaved the same way?[[BR]] I think it's useful to be able to disable any user specific changes of the system in case Mr. User messed things up accidentally. Be it by installing a misbehaving add-on or by modifying the UserBootscript in a way that prevents normal bootup. (Annecdote: I recently very smartly put a "shutdown -r" in there to have the system continually restart for a while for testing. That's how I found out that "Disable user add-ons" doesn't do what I assumed... :). Using Safe Mode to boot into a full screen bash is not a nice solution for a lost user. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 09:57:20 2009 From: trac at haiku-os.org (brecht) Date: Mon, 10 Aug 2009 07:57:20 -0000 Subject: [Haiku-bugs] [Haiku] #4212: add POSIX component or milestone Message-ID: <041.83234e338a03e9570c1888f110ebac04@haiku-os.org> #4212: add POSIX component or milestone --------------------------+------------------------------------------------- Reporter: brecht | Owner: haiku-web Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- See http://www.freelists.org/post/haiku-development/POSIX,1 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 09:59:39 2009 From: trac at haiku-os.org (brecht) Date: Mon, 10 Aug 2009 07:59:39 -0000 Subject: [Haiku-bugs] [Haiku] #4213: add UserlandFS component Message-ID: <041.7be9e1ed087c9dca886541e02b68860b@haiku-os.org> #4213: add UserlandFS component --------------------------+------------------------------------------------- Reporter: brecht | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- To give tickets concerning UserlandFS a home. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 11:59:19 2009 From: trac at haiku-os.org (axeld) Date: Mon, 10 Aug 2009 09:59:19 -0000 Subject: [Haiku-bugs] [Haiku] #4206: "Hide All" shows "hidden" windows In-Reply-To: <044.2bc67b0e6d20267e3e40a490139216d7@haiku-os.org> References: <044.2bc67b0e6d20267e3e40a490139216d7@haiku-os.org> Message-ID: <053.40cfbc0b82c1d9078326295d4882da45@haiku-os.org> #4206: "Hide All" shows "hidden" windows -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Resolution: duplicate | Blockedby: 4127 Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by axeld): * status: new => closed * resolution: => duplicate * blockedby: => 4127 Comment: Indeed, this is a duplicate of #4127, even though it has the better (more generic) description. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 12:47:24 2009 From: trac at haiku-os.org (laplace) Date: Mon, 10 Aug 2009 10:47:24 -0000 Subject: [Haiku-bugs] [Haiku] #4178: Font size sensitive printing UI In-Reply-To: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> References: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> Message-ID: <051.8679f1d10ff1f02e3584a5784a4c795a@haiku-os.org> #4178: Font size sensitive printing UI ----------------------+----------------------------------------------------- Reporter: laplace | Owner: laplace Type: bug | Status: new Priority: normal | Milestone: R1 Component: Printing | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Description changed by laplace: Old description: > Using the layout managers from Haiku the printing related UI should be > made font size sensitive. > > Last BeOS R5 compatible repository revision number TODO. > > The list of tasks: > > Print server > > [O] Printer selection dialog > > Printers preferences > > [ ] Main window > > [ ] Add printer dialog > > Printer drivers > > [ ] libprint > > [ ] Job setup dialog > > [ ] Page setup dialog > > [ ] Preview window > > [ ] PCL6 > > [ ] Add printer dialog > > [ ] PDF > > [ ] Add printer dialog > > [ ] Advanced settings dialog > > [ ] Document information dialog > > [ ] Fonts dialog > > [ ] Job setup dialog > > [ ] Page setup dialog > > [ ] Preview > > [ ] Job setup dialog > > [ ] Page setup dialog > > Transport Add-Ons > > [ ] TODO when access to repository is available > > Please use [O] to mark an item being worked on and [X] when it is > completed. Also post in the comments what task you are working on. New description: Using the layout managers from Haiku the printing related UI should be made font size sensitive. Last BeOS R5 compatible repository revision number 32222. The list of tasks: Print server [O] Printer selection dialog Printers preferences [ ] Main window [ ] Add printer dialog Printer drivers [ ] libprint [ ] Job setup dialog [ ] Page setup dialog [ ] Preview window [ ] PCL6 [ ] Add printer dialog [ ] PDF [ ] Add printer dialog [ ] Advanced settings dialog [ ] Document information dialog [ ] Fonts dialog [ ] Job setup dialog [ ] Page setup dialog [ ] Preview [ ] Job setup dialog [ ] Page setup dialog [ ] Transport Add-Ons [ ] HP Jet Direct [ ] IPP [ ] LPR Please use [O] to mark an item being worked on and [X] when it is completed. Also post in the comments what task you are working on. -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 12:48:05 2009 From: trac at haiku-os.org (laplace) Date: Mon, 10 Aug 2009 10:48:05 -0000 Subject: [Haiku-bugs] [Haiku] #4178: Font size sensitive printing UI In-Reply-To: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> References: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> Message-ID: <051.23188f93b72d17dbe58fe45643c9593c@haiku-os.org> #4178: Font size sensitive printing UI ----------------------+----------------------------------------------------- Reporter: laplace | Owner: laplace Type: bug | Status: new Priority: normal | Milestone: R1 Component: Printing | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Description changed by laplace: Old description: > Using the layout managers from Haiku the printing related UI should be > made font size sensitive. > > Last BeOS R5 compatible repository revision number 32222. > > The list of tasks: > > Print server > > [O] Printer selection dialog > > Printers preferences > > [ ] Main window > > [ ] Add printer dialog > > Printer drivers > > [ ] libprint > > [ ] Job setup dialog > > [ ] Page setup dialog > > [ ] Preview window > > [ ] PCL6 > > [ ] Add printer dialog > > [ ] PDF > > [ ] Add printer dialog > > [ ] Advanced settings dialog > > [ ] Document information dialog > > [ ] Fonts dialog > > [ ] Job setup dialog > > [ ] Page setup dialog > > [ ] Preview > > [ ] Job setup dialog > > [ ] Page setup dialog > > [ ] Transport Add-Ons > > [ ] HP Jet Direct > > [ ] IPP > > [ ] LPR > > Please use [O] to mark an item being worked on and [X] when it is > completed. Also post in the comments what task you are working on. New description: Using the layout managers from Haiku the printing related UI should be made font size sensitive. Last BeOS R5 compatible repository revision number 32222. The list of tasks: Print server [O] Printer selection dialog Printers preferences [ ] Main window [ ] Add printer dialog Printer drivers [ ] libprint [ ] Job setup dialog [ ] Page setup dialog [ ] Preview window [ ] PCL6 [ ] Add printer dialog [ ] PDF [ ] Add printer dialog [ ] Advanced settings dialog [ ] Document information dialog [ ] Fonts dialog [ ] Job setup dialog [ ] Page setup dialog [ ] Preview [ ] Job setup dialog [ ] Page setup dialog [ ] Transport Add-Ons [ ] HP Jet Direct [ ] IPP [ ] LPR Please use [O] to mark an item being worked on and [X] when it is completed. Also post in the comments what task you are working on. -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 13:54:23 2009 From: trac at haiku-os.org (axeld) Date: Mon, 10 Aug 2009 11:54:23 -0000 Subject: [Haiku-bugs] [Haiku] #3682: Smart BAlert knows when to Escape In-Reply-To: <048.2b4c0061d5e31d2f88d08f6a36e01913@haiku-os.org> References: <048.2b4c0061d5e31d2f88d08f6a36e01913@haiku-os.org> Message-ID: <057.799de127e240c93f35e6eb5fc9857701@haiku-os.org> #3682: Smart BAlert knows when to Escape ---------------------------------+------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => invalid Comment: I think "invalid" is good enough - it doesn't render the ideas invalid, only the ticket. You can always look at the contents to build your opinion. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 13:56:17 2009 From: trac at haiku-os.org (axeld) Date: Mon, 10 Aug 2009 11:56:17 -0000 Subject: [Haiku-bugs] [Haiku] #2807: editing icons in the Leaf menu In-Reply-To: <049.91076a5a4b4c64022d6dd2ce2d798726@haiku-os.org> References: <049.91076a5a4b4c64022d6dd2ce2d798726@haiku-os.org> Message-ID: <058.5fe737f2ac07154c55898ff9a948cf44@haiku-os.org> #2807: editing icons in the Leaf menu -----------------------------------+---------------------------------------- Reporter: the ringmaster | Owner: axeld Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by axeld): * status: new => closed * resolution: => invalid * component: - General => Applications/Deskbar Comment: Besides that, you can actually give symlinks icons for themselves AFAICT. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 14:03:36 2009 From: trac at haiku-os.org (stpere) Date: Mon, 10 Aug 2009 12:03:36 -0000 Subject: [Haiku-bugs] [Haiku] #4198: Preferences panel: font size menu doesn't update correctly In-Reply-To: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> References: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> Message-ID: <053.e12df0988d9cc648a3a64e75280b1f1c@haiku-os.org> #4198: Preferences panel: font size menu doesn't update correctly -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: stpere Type: bug | Status: assigned Priority: low | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Changes (by stpere): * owner: jackburton => stpere * status: new => assigned Comment: Regarding your last point : * The OK button and also the alert regarding unsaved changes when closing the prefs panel aren't needed, all settings are live. There is something weird there.. the changes are indeed live, but aren't stored for future sessions (new terminals launched) unless you save the changes. Maybe if you refuse to save the changes, it should revert? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 14:10:54 2009 From: trac at haiku-os.org (pulkomandy) Date: Mon, 10 Aug 2009 12:10:54 -0000 Subject: [Haiku-bugs] [Haiku] #4198: Preferences panel: font size menu doesn't update correctly In-Reply-To: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> References: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> Message-ID: <053.11c5cc4542e210c3ed46ec8d0f210802@haiku-os.org> #4198: Preferences panel: font size menu doesn't update correctly -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: stpere Type: bug | Status: assigned Priority: low | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by pulkomandy): This is how amiga preflet worked. You can either alter the setting just for the current session or set it permanently. But Haiku is not amiga so maybe it's better to change this :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 14:18:10 2009 From: trac at haiku-os.org (humdinger) Date: Mon, 10 Aug 2009 12:18:10 -0000 Subject: [Haiku-bugs] [Haiku] #2807: editing icons in the Leaf menu In-Reply-To: <049.91076a5a4b4c64022d6dd2ce2d798726@haiku-os.org> References: <049.91076a5a4b4c64022d6dd2ce2d798726@haiku-os.org> Message-ID: <058.c4836b91b25cac657afdf21434c2fed3@haiku-os.org> #2807: editing icons in the Leaf menu -----------------------------------+---------------------------------------- Reporter: the ringmaster | Owner: axeld Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by humdinger): If possible, it's at least not easy to assign an icon to a symlink. Exporting from Icon-O-Matic will hand down the new BEOS:ICON to the linked original file. Maybe I-O-M's export panel can handle these things in the future with an alert if you'd like to assign the icon to the link or original file. Not pressing IMO. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 14:29:50 2009 From: trac at haiku-os.org (humdinger) Date: Mon, 10 Aug 2009 12:29:50 -0000 Subject: [Haiku-bugs] [Haiku] #4198: Preferences panel: font size menu doesn't update correctly In-Reply-To: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> References: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> Message-ID: <053.7b954b72670933612bef69505f025f7b@haiku-os.org> #4198: Preferences panel: font size menu doesn't update correctly -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: stpere Type: bug | Status: assigned Priority: low | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by humdinger): I'm also for a simple solution. Always save on close (of the prefs panel). BTW, there's also a visual glitch when changing the background colour: there's a 3px frame of the former colour. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 14:46:46 2009 From: trac at haiku-os.org (humdinger) Date: Mon, 10 Aug 2009 12:46:46 -0000 Subject: [Haiku-bugs] [Haiku] #3209: [Terminal] Enhancements (mostly easy) In-Reply-To: <044.e2e4602da82c8cf223d4299070489edb@haiku-os.org> References: <044.e2e4602da82c8cf223d4299070489edb@haiku-os.org> Message-ID: <053.6547c37e4d86684a26b711c963526a52@haiku-os.org> #3209: [Terminal] Enhancements (mostly easy) -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: jackburton Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by humdinger): Here's another variation on (9) (You see, I'm still a fan of "colour coding" different Terminal sessions): * Quickly change the colours of the current Terminal session/tab (which aren't saved, next Terminal will be launched with the usual settings) with a menu "Settings|Change colors ALT+R". Those colours could be generated with a clever algorithm to assure high contrast. OTOH, I'd prefer a fixed list of, say, 5 hand chosen combinations. This would have the advantage that you could easily cycle thru them and get back to your defaults. If anyone is interested, I could provide a few "themes" to choose from. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 15:29:06 2009 From: trac at haiku-os.org (axeld) Date: Mon, 10 Aug 2009 13:29:06 -0000 Subject: [Haiku-bugs] [Haiku] #4208: MediaPlayer prevents workspace switching by cursor keys In-Reply-To: <039.5131379af5de4fef697b6b6fc2e6a4ed@haiku-os.org> References: <039.5131379af5de4fef697b6b6fc2e6a4ed@haiku-os.org> Message-ID: <048.4878f06a3661a815a0722498503369bb@haiku-os.org> #4208: MediaPlayer prevents workspace switching by cursor keys ---------------------------------------+------------------------------------ Reporter: mmlr | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------+------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Fixed in r32224. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 15:41:45 2009 From: trac at haiku-os.org (stpere) Date: Mon, 10 Aug 2009 13:41:45 -0000 Subject: [Haiku-bugs] [Haiku] #4198: Preferences panel: font size menu doesn't update correctly In-Reply-To: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> References: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> Message-ID: <053.c4841699b16526671195096f4c248761@haiku-os.org> #4198: Preferences panel: font size menu doesn't update correctly -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: stpere Type: bug | Status: assigned Priority: low | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by stpere): it's partly fixed in r32225. I reworked the controls positioning, and the font dropdown menu. The Ok button, and the alert, and the 3px white margin still need to be taken care of, tho. Also, it would be necessary to use the layout engine into that PrefWindow, since it's not font size sensitive.. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 16:00:38 2009 From: trac at haiku-os.org (laplace) Date: Mon, 10 Aug 2009 14:00:38 -0000 Subject: [Haiku-bugs] [Haiku] #4178: Font size sensitive printing UI In-Reply-To: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> References: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> Message-ID: <051.8f02e5226167f82a97709266cad3c631@haiku-os.org> #4178: Font size sensitive printing UI ----------------------+----------------------------------------------------- Reporter: laplace | Owner: laplace Type: bug | Status: new Priority: normal | Milestone: R1 Component: Printing | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by laplace): Print server/Printer implemented in r32226 However there is an issue with horizontal alignment of the text: [[Image(PrintSetup1.png)]] After changing the page setup: [[Image(PrintSetup2.png)]] The "Paper Setup" text is indented too far to the right, because the layout manager has increased the width of the (picture) button. I have used "Glue" in the BGroupLayoutBuilder(B_HORIZONTAL) to left align the text. Is "Glue" supposed to consume completely the remaining available space? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 16:01:51 2009 From: trac at haiku-os.org (axeld) Date: Mon, 10 Aug 2009 14:01:51 -0000 Subject: [Haiku-bugs] [Haiku] #2305: [Preferences::Time] crashes on startup In-Reply-To: <043.24b09b8676e34dbb6cd8663ee29ed863@haiku-os.org> References: <043.24b09b8676e34dbb6cd8663ee29ed863@haiku-os.org> Message-ID: <052.710092c9958c9d3920c6494f5a7af5fe@haiku-os.org> #2305: [Preferences::Time] crashes on startup --------------------------------------+------------------------------------- Reporter: kaoutsis | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences/Time & Date | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: --------------------------------------+------------------------------------- Changes (by axeld): * status: new => closed * resolution: => invalid Comment: I'll close it as invalid, then, as I don't remember any change in Time that would fix this. Please just reopen if this still happens. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 16:15:37 2009 From: trac at haiku-os.org (jahaiku) Date: Mon, 10 Aug 2009 14:15:37 -0000 Subject: [Haiku-bugs] [Haiku] #4187: big_buck_bunny_720p_surround.avi only shows a few seconds In-Reply-To: <040.661db91267df471416d8d5994454282f@haiku-os.org> References: <040.661db91267df471416d8d5994454282f@haiku-os.org> Message-ID: <049.85b35804468b6363d47b9ea31caee2ca@haiku-os.org> #4187: big_buck_bunny_720p_surround.avi only shows a few seconds ----------------------------------+----------------------------------------- Reporter: axeld | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Audio & Video/Codecs | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by jahaiku): Since my new gcc4 build from friday evening I have the same for every video I try to view.[[BR]] If I disable the Hardware-Acceleration in the MediaPlayer options I have the correct display,[[BR]] if I enable it I only see a black window.[[BR]] But I have the black frame from the beginning of the video on. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 16:21:23 2009 From: trac at haiku-os.org (axeld) Date: Mon, 10 Aug 2009 14:21:23 -0000 Subject: [Haiku-bugs] [Haiku] #4201: Transaction getting too big for log when checkfs corrects too many errors In-Reply-To: <039.757716486dea144d2938d89f64d3ec00@haiku-os.org> References: <039.757716486dea144d2938d89f64d3ec00@haiku-os.org> Message-ID: <048.7dc604adfa40c59f78049b52988d386e@haiku-os.org> #4201: Transaction getting too big for log when checkfs corrects too many errors -------------------------------+-------------------------------------------- Reporter: mmlr | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems/BFS | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Fixed in r32227. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 16:43:37 2009 From: trac at haiku-os.org (axeld) Date: Mon, 10 Aug 2009 14:43:37 -0000 Subject: [Haiku-bugs] [Haiku] #4212: add POSIX component or milestone In-Reply-To: <041.83234e338a03e9570c1888f110ebac04@haiku-os.org> References: <041.83234e338a03e9570c1888f110ebac04@haiku-os.org> Message-ID: <050.66ea1826bc1de9df9bbc2125f445b32a@haiku-os.org> #4212: add POSIX component or milestone --------------------------+------------------------------------------------- Reporter: brecht | Owner: haiku-web Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by axeld): There is now a System/POSIX component. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 16:43:47 2009 From: trac at haiku-os.org (axeld) Date: Mon, 10 Aug 2009 14:43:47 -0000 Subject: [Haiku-bugs] [Haiku] #4212: add POSIX component or milestone In-Reply-To: <041.83234e338a03e9570c1888f110ebac04@haiku-os.org> References: <041.83234e338a03e9570c1888f110ebac04@haiku-os.org> Message-ID: <050.5a1572a846555442a27576a4c0f100bb@haiku-os.org> #4212: add POSIX component or milestone ---------------------------+------------------------------------------------ Reporter: brecht | Owner: haiku-web Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 16:44:09 2009 From: trac at haiku-os.org (axeld) Date: Mon, 10 Aug 2009 14:44:09 -0000 Subject: [Haiku-bugs] [Haiku] #4213: add UserlandFS component In-Reply-To: <041.7be9e1ed087c9dca886541e02b68860b@haiku-os.org> References: <041.7be9e1ed087c9dca886541e02b68860b@haiku-os.org> Message-ID: <050.faae578e3ae8d1ee6e146c767a5c53e9@haiku-os.org> #4213: add UserlandFS component ---------------------------+------------------------------------------------ Reporter: brecht | Owner: haiku-web Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Done. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 16:46:11 2009 From: trac at haiku-os.org (axeld) Date: Mon, 10 Aug 2009 14:46:11 -0000 Subject: [Haiku-bugs] [Haiku] #4211: "Disable user add-ons" doesn't disable UserBootscript In-Reply-To: <044.4f17bc57bd88f4230d2751bd0a522b33@haiku-os.org> References: <044.4f17bc57bd88f4230d2751bd0a522b33@haiku-os.org> Message-ID: <053.768d801a38f0141f74a5d446b5bdc71b@haiku-os.org> #4211: "Disable user add-ons" doesn't disable UserBootscript ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Boot Loader | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by axeld): The current Safe Mode will go away. I think that should be done even before releasing the alpha, actually. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 17:45:38 2009 From: trac at haiku-os.org (axeld) Date: Mon, 10 Aug 2009 15:45:38 -0000 Subject: [Haiku-bugs] [Haiku] #4187: big_buck_bunny_720p_surround.avi only shows a few seconds In-Reply-To: <040.661db91267df471416d8d5994454282f@haiku-os.org> References: <040.661db91267df471416d8d5994454282f@haiku-os.org> Message-ID: <049.9c3dfc111afaacdff3e04d1e0aec0d8e@haiku-os.org> #4187: big_buck_bunny_720p_surround.avi only shows a few seconds ----------------------------------+----------------------------------------- Reporter: axeld | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Audio & Video/Codecs | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by axeld): Replying to [comment:1 jahaiku]: > But I have the black frame from the beginning of the video on. Which is why this has nothing to do with this bug, but seems to be a driver or other MediaPlayer issue. Can you please open a new bug report, and add a syslog to this? This should help in determining whose fault this is. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 17:48:54 2009 From: trac at haiku-os.org (axeld) Date: Mon, 10 Aug 2009 15:48:54 -0000 Subject: [Haiku-bugs] [Haiku] #4178: Font size sensitive printing UI In-Reply-To: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> References: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> Message-ID: <051.4718887026efcb641b7e9c236964fc31@haiku-os.org> #4178: Font size sensitive printing UI ----------------------+----------------------------------------------------- Reporter: laplace | Owner: laplace Type: bug | Status: new Priority: normal | Milestone: R1 Component: Printing | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by axeld): Depends where you added it. You may also want to play with the "weight" of the glue, or set an explicit max size to the button. For the window above, I would probably use a 2x2 grid layout for the buttons and the labels. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 17:51:06 2009 From: trac at haiku-os.org (Luposian) Date: Mon, 10 Aug 2009 15:51:06 -0000 Subject: [Haiku-bugs] [Haiku] #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 In-Reply-To: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> References: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> Message-ID: <052.062ab87703bf8ce6d0367b9a37ac1414@haiku-os.org> #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 -------------------------------------+-------------------------------------- Reporter: Luposian | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Luposian): Replying to [comment:13 rudolfc]: > Hi, > > Ticket #4084 might be the same problem. Apparantly something goes wrong with autodetection of the capabilities of your monitor. Please upload a logfile from the driver. > > Please use a default nvidia.settings file with only the line 'full logging' enabled, otherwise I won't get all the correct info maybe. So your monitor won't startup in the native resolution. > > For your info: the driver is actually working OK (apart from the missing modeline that is). force_ws is indeed a emergency option to get what you want because the driver somehow misbehaves, your gfx card misbehaves or your monitor misbehaves. > > nvidia.settings in not required unless troubleshooting, or some hardware was incorrectly manufactured (bios faults might be an issue for instance). It might be that on windows it behaves OK after all, but then again, I don't have all info that nvidia has, so I can't workaround all errors. > > Bye! > > Rudolf. As far as I can tell, in VGA mode, Haiku (r32100 or thereabouts) still can't detect my monitor's native resolution right off the bat (it starts out at 1024x768), BUT... the option for 1440x900 is now showing up in the Screen pref. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 17:56:29 2009 From: trac at haiku-os.org (axeld) Date: Mon, 10 Aug 2009 15:56:29 -0000 Subject: [Haiku-bugs] [Haiku] #4196: BFS crash when checkfs tries to remove an invalid inode In-Reply-To: <039.61efa7171bab1cb6738a7ee7dd0a0c04@haiku-os.org> References: <039.61efa7171bab1cb6738a7ee7dd0a0c04@haiku-os.org> Message-ID: <048.30525f269393145daf79d7fae514265a@haiku-os.org> #4196: BFS crash when checkfs tries to remove an invalid inode -------------------------------+-------------------------------------------- Reporter: mmlr | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems/BFS | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: This had actually the same reason as bug #4201, and thus has also been fixed by r32227. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 19:59:27 2009 From: trac at haiku-os.org (laplace) Date: Mon, 10 Aug 2009 17:59:27 -0000 Subject: [Haiku-bugs] [Haiku] #4178: Font size sensitive printing UI In-Reply-To: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> References: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> Message-ID: <051.fee47d516fc46f3beff0e6506cf4934c@haiku-os.org> #4178: Font size sensitive printing UI ----------------------+----------------------------------------------------- Reporter: laplace | Owner: laplace Type: bug | Status: new Priority: normal | Milestone: R1 Component: Printing | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Old description: > Using the layout managers from Haiku the printing related UI should be > made font size sensitive. > > Last BeOS R5 compatible repository revision number 32222. > > The list of tasks: > > Print server > > [O] Printer selection dialog > > Printers preferences > > [ ] Main window > > [ ] Add printer dialog > > Printer drivers > > [ ] libprint > > [ ] Job setup dialog > > [ ] Page setup dialog > > [ ] Preview window > > [ ] PCL6 > > [ ] Add printer dialog > > [ ] PDF > > [ ] Add printer dialog > > [ ] Advanced settings dialog > > [ ] Document information dialog > > [ ] Fonts dialog > > [ ] Job setup dialog > > [ ] Page setup dialog > > [ ] Preview > > [ ] Job setup dialog > > [ ] Page setup dialog > > [ ] Transport Add-Ons > > [ ] HP Jet Direct > > [ ] IPP > > [ ] LPR > > Please use [O] to mark an item being worked on and [X] when it is > completed. Also post in the comments what task you are working on. New description: Using the layout managers from Haiku the printing related UI should be made font size sensitive. Last BeOS R5 compatible repository revision number 32222. The list of tasks: Print server [X] Printer selection dialog Printers preferences [ ] Main window [ ] Add printer dialog Printer drivers [ ] libprint [ ] Job setup dialog [ ] Page setup dialog [ ] Preview window [ ] PCL6 [ ] Add printer dialog [ ] PDF [ ] Add printer dialog [ ] Advanced settings dialog [ ] Document information dialog [ ] Fonts dialog [ ] Job setup dialog [ ] Page setup dialog [ ] Preview [ ] Job setup dialog [ ] Page setup dialog [ ] Transport Add-Ons [ ] HP Jet Direct [ ] IPP [ ] LPR Please use [O] to mark an item being worked on and [X] when it is completed. Also post in the comments what task you are working on. -- Comment(by laplace): Fixed in r32229 setting the explicit max button size. Thank you Axel. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 20:22:57 2009 From: trac at haiku-os.org (humdinger) Date: Mon, 10 Aug 2009 18:22:57 -0000 Subject: [Haiku-bugs] [Haiku] #4198: Preferences panel: font size menu doesn't update correctly In-Reply-To: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> References: <044.199c870a3392d2881874610ca7ace1ed@haiku-os.org> Message-ID: <053.4ad0193bdec54984faf4fe150d2976d2@haiku-os.org> #4198: Preferences panel: font size menu doesn't update correctly -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: stpere Type: bug | Status: assigned Priority: low | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by humdinger): Thanks for that! I know, I'm being pushy here, but would it be possible to have the preference panel also react to text size changes in the Terminal window? (If so, remember to also update when changing tabs. How will you handle different colors, change the pref panel accordingly or changing the tab according to the pref panel. This is quickly becoming complex... Feel free to, erm, postpone further efforts.) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 20:24:49 2009 From: trac at haiku-os.org (stpere) Date: Mon, 10 Aug 2009 18:24:49 -0000 Subject: [Haiku-bugs] [Haiku] #2775: [Tracker]: when clicking on a symbolic link diskusage isn't shown In-Reply-To: <042.b509731048128cc7a7106aea19e8c347@haiku-os.org> References: <042.b509731048128cc7a7106aea19e8c347@haiku-os.org> Message-ID: <051.caf43383f28d29b9fc55a8dc67d9c66a@haiku-os.org> #2775: [Tracker]: when clicking on a symbolic link diskusage isn't shown ----------------------------------+----------------------------------------- Reporter: emitrax | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by stpere): Hmm, I could add the "application/x-vnd.Be-symlink" in the recognized types for DiskUsage (that would fix this issue), but it would also propose the DiskUsage add-on when you right click on any symlink, even if it points to a regular file rather than a folder. It still works, it will do the DiskUsage, for the parent folder; but it's cluttering the Add-On submenu.. Does it makes sense? Well, in other word, there is a one liner that fixes this, but isn't really optimal. On the other hand, I think the cleanest solution would be to traverse the symlink and get the mime type of the target to select the usable add-ons.. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 20:57:30 2009 From: trac at haiku-os.org (rudolfc) Date: Mon, 10 Aug 2009 18:57:30 -0000 Subject: [Haiku-bugs] [Haiku] #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 In-Reply-To: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> References: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> Message-ID: <052.f6c2de71e0adb0056f46d0e8321c8d0d@haiku-os.org> #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 -------------------------------------+-------------------------------------- Reporter: Luposian | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): How come 1440x900 is now showing up? did you enable force_ws in nvidia.settings, or not??? Can you upload a driver logfile for me please? BTW VESA doesn't support WS modes, that's why the icons screen will never appear in your native resolution. Haiku once booted with nvidia driver, should support the native resolution though.. At first start the driver might come up with 1024x768 but that's app_server behaviour if certain new accelerant hooks concerning DDC/EDID aren't available. If all is right that will change in the future. Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 20:59:31 2009 From: trac at haiku-os.org (scottmc) Date: Mon, 10 Aug 2009 18:59:31 -0000 Subject: [Haiku-bugs] [Haiku] #4187: big_buck_bunny_720p_surround.avi only shows a few seconds In-Reply-To: <040.661db91267df471416d8d5994454282f@haiku-os.org> References: <040.661db91267df471416d8d5994454282f@haiku-os.org> Message-ID: <049.49bc8b560c25d1e36685c243483200a9@haiku-os.org> #4187: big_buck_bunny_720p_surround.avi only shows a few seconds ----------------------------------+----------------------------------------- Reporter: axeld | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Audio & Video/Codecs | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by scottmc): I can verify that Big Buck Bunny played ok with a build from July 20th, 2009: http://picasaweb.google.com/haiku.inc/OSCON2009SanJose#5361689923707884738 We ran it non-stop during OSCON ;) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 21:00:04 2009 From: trac at haiku-os.org (rudolfc) Date: Mon, 10 Aug 2009 19:00:04 -0000 Subject: [Haiku-bugs] [Haiku] #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 In-Reply-To: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> References: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> Message-ID: <052.d6fb67701cf852ebce08045c67d912b3@haiku-os.org> #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 -------------------------------------+-------------------------------------- Reporter: Luposian | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hmm, does your card have both a DVI and VGA connector? Did you change the connection of your screen? Anyhow, I'd love a driver logfile from a system boot, if possible a boot on the VGA connector, and a boot on the DVI connector, if that's what you changed... ? Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 21:12:12 2009 From: trac at haiku-os.org (kaliber) Date: Mon, 10 Aug 2009 19:12:12 -0000 Subject: [Haiku-bugs] [Haiku] #2186: PANIC: vm_page_fault: unhandled page fault in kernel space (rev25270) In-Reply-To: <042.c8ab1e455ce8f7b50db46cbca7fd81d9@haiku-os.org> References: <042.c8ab1e455ce8f7b50db46cbca7fd81d9@haiku-os.org> Message-ID: <051.da89760ffd3a46a3bb154c5f5cecba45@haiku-os.org> #2186: PANIC: vm_page_fault: unhandled page fault in kernel space (rev25270) -----------------------+---------------------------------------------------- Reporter: kaliber | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by kaliber): It looks like it have been fixed. I cannot reproduce it with current revision. Please close the bug. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 21:15:45 2009 From: trac at haiku-os.org (kaliber) Date: Mon, 10 Aug 2009 19:15:45 -0000 Subject: [Haiku-bugs] [Haiku] #3131: PANIC: _mutex_unlock() failure: thread 43 is trying to release mutex 0x834ec3c0 (current holder 0) In-Reply-To: <042.279f6f5ccfbfdad811173fd3370322fd@haiku-os.org> References: <042.279f6f5ccfbfdad811173fd3370322fd@haiku-os.org> Message-ID: <051.2ef39ac4beea87861c613b26401859b1@haiku-os.org> #3131: PANIC: _mutex_unlock() failure: thread 43 is trying to release mutex 0x834ec3c0 (current holder 0) -----------------------+---------------------------------------------------- Reporter: kaliber | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by kaliber): It looks like it have been fixed. I cannot reproduce it with current revision. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 21:17:06 2009 From: trac at haiku-os.org (kaliber) Date: Mon, 10 Aug 2009 19:17:06 -0000 Subject: [Haiku-bugs] [Haiku] #3403: PANIC: vm_page_fault: unhandled page fault in kernel space at 0x808046e4, ip 0x800cd1ce In-Reply-To: <042.188043bdd774ab342d55e671a9088fd3@haiku-os.org> References: <042.188043bdd774ab342d55e671a9088fd3@haiku-os.org> Message-ID: <051.1a60ec2da68b6cff7ef817990b457008@haiku-os.org> #3403: PANIC: vm_page_fault: unhandled page fault in kernel space at 0x808046e4, ip 0x800cd1ce ---------------------------+------------------------------------------------ Reporter: kaliber | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by kaliber): It looks like it have been fixed. I cannot reproduce it with current revision. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 21:40:55 2009 From: trac at haiku-os.org (rudolfc) Date: Mon, 10 Aug 2009 19:40:55 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.ac3886b99befdbb50c22cd15db8d6f79@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi again Hubert, I uploaded two tweaked drivers. Please first test nv_0.94-test-i2c-noClkRead.zip, and upload a full logfile from it. Secondly please test 0.94-test-i2c-noClkRead-inverse-wiring.zip and upload a full logfile from that as well.. I also have another question: would you happen to have another monitor you could connect to your card instead of this one, use the original driver, and upload a logfile from that as well? If so, please do.. Thanks for testing in advance!! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 21:45:27 2009 From: trac at haiku-os.org (umccullough) Date: Mon, 10 Aug 2009 19:45:27 -0000 Subject: [Haiku-bugs] [Haiku] #4187: big_buck_bunny_720p_surround.avi only shows a few seconds In-Reply-To: <040.661db91267df471416d8d5994454282f@haiku-os.org> References: <040.661db91267df471416d8d5994454282f@haiku-os.org> Message-ID: <049.bd5f46e9cf3f4a50bc23edce0d7187af@haiku-os.org> #4187: big_buck_bunny_720p_surround.avi only shows a few seconds ----------------------------------+----------------------------------------- Reporter: axeld | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Audio & Video/Codecs | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by umccullough): The version we were using at OSCON was 480p, and may not have been mpeg4 (I'll have to check the version we had). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 21:48:33 2009 From: trac at haiku-os.org (rudolfc) Date: Mon, 10 Aug 2009 19:48:33 -0000 Subject: [Haiku-bugs] [Haiku] #2780: Video out of range on GeForce 6100 (KM51G-754) In-Reply-To: <046.76cb332d913612d99e9a4f2e6ef2809e@haiku-os.org> References: <046.76cb332d913612d99e9a4f2e6ef2809e@haiku-os.org> Message-ID: <055.afd1f93319312b928f98c1eb225113f6@haiku-os.org> #2780: Video out of range on GeForce 6100 (KM51G-754) -------------------------------------+-------------------------------------- Reporter: richienyhus | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi once again, Is the problem still existing? Otherwise I'd like to close this ticket.. If it is, maybe you can test the current default driver and upload a log from that. IF that's not OK, you could also test these: http://dev.haiku-os.org/ticket/4084#comment:17 specially tweaked versions from the current driver, and upload logs from them as well. I'm still trying to get those I2C buses to work...! Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 22:33:17 2009 From: trac at haiku-os.org (koki) Date: Mon, 10 Aug 2009 20:33:17 -0000 Subject: [Haiku-bugs] [Haiku] #4214: MediaPlayer crashes on audio CD Drag-and-Drop Message-ID: <039.88fc27f90afe8781d501f3229b5d48cd@haiku-os.org> #4214: MediaPlayer crashes on audio CD Drag-and-Drop --------------------------------------+------------------------------------- Reporter: koki | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- 1) Insert audio CD, and let its icon appear on the desktop. 2) Run MediaPlayer. 3) Drag-and-Drop the audio CD icon on MediaPlayer. 4) MediaPlayer crashes. 100% reproduceable in fresh install of r32231. Backtrace attached. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 22:43:55 2009 From: trac at haiku-os.org (mmadia) Date: Mon, 10 Aug 2009 20:43:55 -0000 Subject: [Haiku-bugs] [Haiku] #4086: [patch] OptionalPackages : Expat, Python, P7Zip In-Reply-To: <041.9f66d118cd649b8769e9f3d0436d2442@haiku-os.org> References: <041.9f66d118cd649b8769e9f3d0436d2442@haiku-os.org> Message-ID: <050.0d3556937752df39b2a6587a8831d9b7@haiku-os.org> #4086: [patch] OptionalPackages : Expat, Python, P7Zip ---------------------------+------------------------------------------------ Reporter: mmadia | Owner: bonefish Type: bug | Status: closed Priority: high | Milestone: R1 Component: Build System | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by mmadia): * status: new => closed * resolution: => invalid Comment: Patch wasn't used, but the issue was resolved a while back. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 22:49:12 2009 From: trac at haiku-os.org (mmadia) Date: Mon, 10 Aug 2009 20:49:12 -0000 Subject: [Haiku-bugs] [Haiku] #3491: Create fields for GCC version, kernel-version, and hardware type In-Reply-To: <041.3c8c9726145264810d2b95b8170985b1@haiku-os.org> References: <041.3c8c9726145264810d2b95b8170985b1@haiku-os.org> Message-ID: <050.257977d70b55b63ee276967f86d895e7@haiku-os.org> #3491: Create fields for GCC version, kernel-version, and hardware type --------------------------+------------------------------------------------- Reporter: mmadia | Owner: haiku-web Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by mmadia): Any thoughts on this before closing? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 22:51:29 2009 From: trac at haiku-os.org (mmadia) Date: Mon, 10 Aug 2009 20:51:29 -0000 Subject: [Haiku-bugs] [Haiku] #3546: Information regarding DriveSetup implementation In-Reply-To: <041.cc70e49043b7139ffd72d7326723151d@haiku-os.org> References: <041.cc70e49043b7139ffd72d7326723151d@haiku-os.org> Message-ID: <050.7a56baa9f597603d909d31b77a53593e@haiku-os.org> #3546: Information regarding DriveSetup implementation --------------------------------------+------------------------------------- Reporter: mmadia | Owner: stippi Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications/DriveSetup | Version: Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------------+------------------------------------- Changes (by mmadia): * status: new => closed * resolution: => fixed Comment: Seeing as Bryce Groff has been progressing quite well with his GSoC project to implement this, closing-->fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 22:54:55 2009 From: trac at haiku-os.org (mmadia) Date: Mon, 10 Aug 2009 20:54:55 -0000 Subject: [Haiku-bugs] [Haiku] #3625: add libtracker.so to component Kits In-Reply-To: <041.37494edb57ef9ad19c0ff6479c2ce47d@haiku-os.org> References: <041.37494edb57ef9ad19c0ff6479c2ce47d@haiku-os.org> Message-ID: <050.74d5b6fe2574d4a0f6432b006bcd9b2b@haiku-os.org> #3625: add libtracker.so to component Kits ---------------------------+------------------------------------------------ Reporter: mmadia | Owner: haiku-web Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by mmadia): * status: new => closed * resolution: => fixed Comment: Rene recently made a minor change to the css, which has resolved it. Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 22:57:36 2009 From: trac at haiku-os.org (mmadia) Date: Mon, 10 Aug 2009 20:57:36 -0000 Subject: [Haiku-bugs] [Haiku] #3581: files/optional-packages isn't displaying correctly. In-Reply-To: <041.2c76bcddcc1caf0bff339d7c7f8b5a05@haiku-os.org> References: <041.2c76bcddcc1caf0bff339d7c7f8b5a05@haiku-os.org> Message-ID: <050.15f86c7846ab983e6b9df27f20e6f323@haiku-os.org> #3581: files/optional-packages isn't displaying correctly. ----------------------+----------------------------------------------------- Reporter: mmadia | Owner: haiku-web Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Website | Version: Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------+----------------------------------------------------- Changes (by mmadia): * status: new => closed * resolution: => fixed Comment: Rene recently made a minor change to the css, which has resolved it. Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 22:58:06 2009 From: trac at haiku-os.org (mmadia) Date: Mon, 10 Aug 2009 20:58:06 -0000 Subject: [Haiku-bugs] [Haiku] #3625: add libtracker.so to component Kits In-Reply-To: <041.37494edb57ef9ad19c0ff6479c2ce47d@haiku-os.org> References: <041.37494edb57ef9ad19c0ff6479c2ce47d@haiku-os.org> Message-ID: <050.cdab8f4d80bc0b8a901b64012da2bb19@haiku-os.org> #3625: add libtracker.so to component Kits ---------------------------+------------------------------------------------ Reporter: mmadia | Owner: haiku-web Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by mmadia): * status: closed => reopened * resolution: fixed => Comment: Replying to [comment:2 mmadia]: > Rene recently made a minor change to the css, which has resolved it. Thanks! sorry for the noise. posted to wrong ticket. At this point, any opinions on this before closing--> invalid? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 22:59:22 2009 From: trac at haiku-os.org (mmadia) Date: Mon, 10 Aug 2009 20:59:22 -0000 Subject: [Haiku-bugs] [Haiku] #3627: MediaPlayer : Alt+C, Alt+M = no proper redrawing In-Reply-To: <041.a32f6d42a8cf2d5d5209bff72e83e821@haiku-os.org> References: <041.a32f6d42a8cf2d5d5209bff72e83e821@haiku-os.org> Message-ID: <050.880ecce8be1f383d60b514069b457532@haiku-os.org> #3627: MediaPlayer : Alt+C, Alt+M = no proper redrawing ---------------------------------------+------------------------------------ Reporter: mmadia | Owner: marcusoverhagen Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------+------------------------------------ Changes (by mmadia): * status: new => closed * resolution: => fixed Comment: I don't recall which revision these shortcuts were removed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 23:00:30 2009 From: trac at haiku-os.org (anevilyak) Date: Mon, 10 Aug 2009 21:00:30 -0000 Subject: [Haiku-bugs] [Haiku] #3581: files/optional-packages isn't displaying correctly. In-Reply-To: <041.2c76bcddcc1caf0bff339d7c7f8b5a05@haiku-os.org> References: <041.2c76bcddcc1caf0bff339d7c7f8b5a05@haiku-os.org> Message-ID: <050.93f53dd73cc4a9f62a2366fb3454ea90@haiku-os.org> #3581: files/optional-packages isn't displaying correctly. ----------------------+----------------------------------------------------- Reporter: mmadia | Owner: haiku-web Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Website | Version: Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------+----------------------------------------------------- Comment(by anevilyak): Just to note for credit where credit due purposes, koki actually came up with the fix, I just put it in place since I had write access. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 10 23:02:25 2009 From: trac at haiku-os.org (mmadia) Date: Mon, 10 Aug 2009 21:02:25 -0000 Subject: [Haiku-bugs] [Haiku] #3965: DriveSetup: reversed behavior for (un)mounted volumes In-Reply-To: <041.1f61470f2a8f1e568f6e8116f3c1b5b4@haiku-os.org> References: <041.1f61470f2a8f1e568f6e8116f3c1b5b4@haiku-os.org> Message-ID: <050.a2fdba2bb37dd85dc9943b9c26d1e8ce@haiku-os.org> #3965: DriveSetup: reversed behavior for (un)mounted volumes -------------------------------------+-------------------------------------- Reporter: mmadia | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/DriveSetup | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by mmadia): still persistant at r32211-gcc2. gcc4 untested. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 01:05:03 2009 From: trac at haiku-os.org (umccullough) Date: Mon, 10 Aug 2009 23:05:03 -0000 Subject: [Haiku-bugs] [Haiku] #2924: vlc causes "Segmentation violation" sometimes In-Reply-To: <046.52224d003f2ab43ae9fbcea83b27bd91@haiku-os.org> References: <046.52224d003f2ab43ae9fbcea83b27bd91@haiku-os.org> Message-ID: <055.65710ab14466ca29146fd115774ceee8@haiku-os.org> #2924: vlc causes "Segmentation violation" sometimes -------------------------------+-------------------------------------------- Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/libroot.so | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by umccullough): This has not been an issue since r29051 (ignore previous comment, that mentions the wrong revision). Please close as fixed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 01:06:01 2009 From: trac at haiku-os.org (umccullough) Date: Mon, 10 Aug 2009 23:06:01 -0000 Subject: [Haiku-bugs] [Haiku] #2924: vlc causes "Segmentation violation" sometimes In-Reply-To: <046.52224d003f2ab43ae9fbcea83b27bd91@haiku-os.org> References: <046.52224d003f2ab43ae9fbcea83b27bd91@haiku-os.org> Message-ID: <055.48f147af787961fd6c45b404f92284aa@haiku-os.org> #2924: vlc causes "Segmentation violation" sometimes ----------------------------+----------------------------------------------- Reporter: umccullough | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by umccullough): * status: new => closed * resolution: => fixed * component: System/libroot.so => System/Kernel Comment: Duh, I have permissions :P -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 01:08:08 2009 From: trac at haiku-os.org (umccullough) Date: Mon, 10 Aug 2009 23:08:08 -0000 Subject: [Haiku-bugs] [Haiku] #3409: vm_page_fault: unhandled page fault in kernel space at 0x23, ip 0x8002c525 (in "block notifier/writer") In-Reply-To: <046.e2aec81bce2774d9f1f11001d6cf2f5d@haiku-os.org> References: <046.e2aec81bce2774d9f1f11001d6cf2f5d@haiku-os.org> Message-ID: <055.06b35f80c4c54164a4febe96a8439880@haiku-os.org> #3409: vm_page_fault: unhandled page fault in kernel space at 0x23, ip 0x8002c525 (in "block notifier/writer") ---------------------------+------------------------------------------------ Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by umccullough): Would this have been likely fixed since r29126? I haven't seen it occur since. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 01:09:57 2009 From: trac at haiku-os.org (umccullough) Date: Mon, 10 Aug 2009 23:09:57 -0000 Subject: [Haiku-bugs] [Haiku] #3283: app_server crash while changing screen resolutions with intel_extreme In-Reply-To: <046.e7c767d604f804348f9686184f4f9c68@haiku-os.org> References: <046.e7c767d604f804348f9686184f4f9c68@haiku-os.org> Message-ID: <055.27b3317640a1d144f1f488c627b4b054@haiku-os.org> #3283: app_server crash while changing screen resolutions with intel_extreme --------------------------------------------+------------------------------- Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------------+------------------------------- Comment(by umccullough): I can't remember seeing any workspace-switching crashes in a while. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 01:10:01 2009 From: trac at haiku-os.org (umccullough) Date: Mon, 10 Aug 2009 23:10:01 -0000 Subject: [Haiku-bugs] [Haiku] #3282: app_server crashed into GDB while switching workspaces In-Reply-To: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> References: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> Message-ID: <055.a6e0825041218b0d770eb733984ac6e4@haiku-os.org> #3282: app_server crashed into GDB while switching workspaces -------------------------------------+-------------------------------------- Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by umccullough): I can't remember seeing any workspace-switching crashes in a while. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 01:11:55 2009 From: trac at haiku-os.org (umccullough) Date: Mon, 10 Aug 2009 23:11:55 -0000 Subject: [Haiku-bugs] [Haiku] #3283: app_server crash while changing screen resolutions with intel_extreme In-Reply-To: <046.e7c767d604f804348f9686184f4f9c68@haiku-os.org> References: <046.e7c767d604f804348f9686184f4f9c68@haiku-os.org> Message-ID: <055.2cd43a84b886b6c8e474b5183cbcde07@haiku-os.org> #3283: app_server crash while changing screen resolutions with intel_extreme --------------------------------------------+------------------------------- Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------------+------------------------------- Comment(by umccullough): Ignore above comment, wrong ticket. I need to retest this more thoroughly again. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 02:05:13 2009 From: trac at haiku-os.org (stpere) Date: Tue, 11 Aug 2009 00:05:13 -0000 Subject: [Haiku-bugs] [Haiku] #1089: Appearance doesn't do anything In-Reply-To: <045.8fc93b7c8f106d428a0d5bebbd6b73d6@haiku-os.org> References: <045.8fc93b7c8f106d428a0d5bebbd6b73d6@haiku-os.org> Message-ID: <054.66858ecf79f47ee42492b02168bfedfd@haiku-os.org> #1089: Appearance doesn't do anything -------------------------------------+-------------------------------------- Reporter: jackburton | Owner: darkwyrm Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences/Appearance | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -------------------------------------+-------------------------------------- Changes (by stpere): * status: new => closed * resolution: => fixed Comment: We still can't change the color of an already existing tab.. but that would imply a mecanism to advertise changes in themes/styles/colors/appearance to the applications.. But I think that's outside the scope of this ticket, IMO. I'm closing it, as fixed. Feel free to reopen otherwise. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 02:33:26 2009 From: trac at haiku-os.org (diver) Date: Tue, 11 Aug 2009 00:33:26 -0000 Subject: [Haiku-bugs] [Haiku] #3118: [Media] volume change on up/down mouse wheel events should show realtime tooltip (easy) In-Reply-To: <040.0aad99a4b47a9719d8ddda12f53d4709@haiku-os.org> References: <040.0aad99a4b47a9719d8ddda12f53d4709@haiku-os.org> Message-ID: <049.2992fd49e45ecaef0f5fb4878d8c69b0@haiku-os.org> #3118: [Media] volume change on up/down mouse wheel events should show realtime tooltip (easy) -------------------------------+-------------------------------------------- Reporter: diver | Owner: korli Type: enhancement | Status: new Priority: low | Milestone: R1 Component: Preferences/Media | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by diver): If I'm not mistaken we already have tooltip API. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 02:35:19 2009 From: trac at haiku-os.org (diver) Date: Tue, 11 Aug 2009 00:35:19 -0000 Subject: [Haiku-bugs] [Haiku] #507: [VLC] slider flickering In-Reply-To: <040.e44357474e6996a59441562c061cc5e4@haiku-os.org> References: <040.e44357474e6996a59441562c061cc5e4@haiku-os.org> Message-ID: <049.22776961ea15b983e3eb3fa26df65286@haiku-os.org> #507: [VLC] slider flickering ---------------------------------+------------------------------------------ Reporter: diver | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by diver): * version: => R1 development Comment: I can't reproduce it in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 02:38:20 2009 From: trac at haiku-os.org (diver) Date: Tue, 11 Aug 2009 00:38:20 -0000 Subject: [Haiku-bugs] [Haiku] #1805: [Tracker] unneded redraw In-Reply-To: <040.7c0abec223629f65de45099fcb10a283@haiku-os.org> References: <040.7c0abec223629f65de45099fcb10a283@haiku-os.org> Message-ID: <049.6f127dff8cf6320a06e7765f8caedda4@haiku-os.org> #1805: [Tracker] unneded redraw ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by diver): This looks like a side effect of bug #880 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 02:40:20 2009 From: trac at haiku-os.org (diver) Date: Tue, 11 Aug 2009 00:40:20 -0000 Subject: [Haiku-bugs] [Haiku] #2013: [app_server] Dragging a file around make icon redraw constantly. (was: [Tracker] Dragging a file around make icon redraw constantly.) In-Reply-To: <040.098030b327ea9466cb2abeb42feaf1e6@haiku-os.org> References: <040.098030b327ea9466cb2abeb42feaf1e6@haiku-os.org> Message-ID: <049.33fc46a03e4e319b0a463fd1de61b096@haiku-os.org> #2013: [app_server] Dragging a file around make icon redraw constantly. --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 02:41:42 2009 From: trac at haiku-os.org (diver) Date: Tue, 11 Aug 2009 00:41:42 -0000 Subject: [Haiku-bugs] [Haiku] #2310: [StyledEdit] sometimes hangs during start In-Reply-To: <040.3a9a123d622a2aef495626b5b46e5031@haiku-os.org> References: <040.3a9a123d622a2aef495626b5b46e5031@haiku-os.org> Message-ID: <049.56e0519d145b37c4296de54d84f86702@haiku-os.org> #2310: [StyledEdit] sometimes hangs during start -------------------------------------+-------------------------------------- Reporter: diver | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/StyledEdit | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by diver): Can't reproduce it anymore. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 02:44:42 2009 From: trac at haiku-os.org (diver) Date: Tue, 11 Aug 2009 00:44:42 -0000 Subject: [Haiku-bugs] [Haiku] #2313: [PowerStatus] check if apm is enabled, otherwise don't ask to install itself in the Deskbar In-Reply-To: <040.d29ce262c55270da6771f1c0fc3b0d9d@haiku-os.org> References: <040.d29ce262c55270da6771f1c0fc3b0d9d@haiku-os.org> Message-ID: <049.25e4fbb6ad06837c98cedf11277cf03c@haiku-os.org> #2313: [PowerStatus] check if apm is enabled, otherwise don't ask to install itself in the Deskbar --------------------------+------------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by diver): This looks like more an ACPI thing. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 02:57:17 2009 From: trac at haiku-os.org (diver) Date: Tue, 11 Aug 2009 00:57:17 -0000 Subject: [Haiku-bugs] [Haiku] #3070: [SoundRecorder] crash if you drop unknown file to it twice In-Reply-To: <040.8d0542315910ffd7d34980fde4d1db97@haiku-os.org> References: <040.8d0542315910ffd7d34980fde4d1db97@haiku-os.org> Message-ID: <049.b51a8316ee7bf391ae3175fff68c1067@haiku-os.org> #3070: [SoundRecorder] crash if you drop unknown file to it twice -----------------------------------------+---------------------------------- Reporter: diver | Owner: korli Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Applications/SoundRecorder | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------------+---------------------------------- Comment(by diver): Can't reproduce it anymore in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 04:46:32 2009 From: trac at haiku-os.org (koki) Date: Tue, 11 Aug 2009 02:46:32 -0000 Subject: [Haiku-bugs] [Haiku] #3605: Template to restore customizations & missing author info to blog teasers In-Reply-To: <039.695645a9b32e83339d2e45078ba83fd5@haiku-os.org> References: <039.695645a9b32e83339d2e45078ba83fd5@haiku-os.org> Message-ID: <048.b8edb0ecc151e840c7ba22538201e133@haiku-os.org> #3605: Template to restore customizations & missing author info to blog teasers -------------------------+-------------------------------------------------- Reporter: koki | Owner: haiku-web Type: enhancement | Status: new Priority: normal | Milestone: Website R2 (Drupal 5) Component: Website/CMS | Version: Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by koki): This change will become irrelevant with the adoption of the new theme, so I guess it is OK to close this ticket. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 02:51:54 2009 From: trac at haiku-os.org (diver) Date: Tue, 11 Aug 2009 00:51:54 -0000 Subject: [Haiku-bugs] [Haiku] #2846: [tty] ssh connection results in kdl In-Reply-To: <040.fe2271a3ac48e70bba0d2b791846d008@haiku-os.org> References: <040.fe2271a3ac48e70bba0d2b791846d008@haiku-os.org> Message-ID: <049.0a4cb9564b9d128412b03f0bed69dea7@haiku-os.org> #2846: [tty] ssh connection results in kdl -------------------------+-------------------------------------------------- Reporter: diver | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/TTY | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by diver): Can't reproduce it anymore in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 02:53:32 2009 From: trac at haiku-os.org (diver) Date: Tue, 11 Aug 2009 00:53:32 -0000 Subject: [Haiku-bugs] [Haiku] #3033: [vlc] scroll wheel doesn't work in Preferences In-Reply-To: <040.44347e5d938de26414351d61502c7494@haiku-os.org> References: <040.44347e5d938de26414351d61502c7494@haiku-os.org> Message-ID: <049.13a709944f5ea8685b6074d6d3c0dff8@haiku-os.org> #3033: [vlc] scroll wheel doesn't work in Preferences --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by diver): Working ok now in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 02:50:28 2009 From: trac at haiku-os.org (diver) Date: Tue, 11 Aug 2009 00:50:28 -0000 Subject: [Haiku-bugs] [Haiku] #2845: [kernel] vm_page_fault: block notifier/writer In-Reply-To: <040.bb81718304eb12e166bb10537ea14f7b@haiku-os.org> References: <040.bb81718304eb12e166bb10537ea14f7b@haiku-os.org> Message-ID: <049.af016a8aae01c197f6762e0f738cf1d8@haiku-os.org> #2845: [kernel] vm_page_fault: block notifier/writer ----------------------------+----------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Comment(by diver): Can't reproduce it anymore in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 07:36:26 2009 From: trac at haiku-os.org (jahaiku) Date: Tue, 11 Aug 2009 05:36:26 -0000 Subject: [Haiku-bugs] [Haiku] #4215: MediaPlayer outputs only black frame when Acceleration is enabled Message-ID: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> #4215: MediaPlayer outputs only black frame when Acceleration is enabled --------------------------------------+------------------------------------- Reporter: jahaiku | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Since my new gcc4 build from friday evening I have the same for every video I try to view.[[BR]] If I disable the Hardware-Acceleration in the MediaPlayer options I have the correct display,[[BR]] if I enable it I only see a black window.[[BR]] But I have the black frame from the beginning of the video on.[[BR]] [[BR]] There is no syslog output. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 07:51:13 2009 From: trac at haiku-os.org (BePhantom) Date: Tue, 11 Aug 2009 05:51:13 -0000 Subject: [Haiku-bugs] [Haiku] #4216: Move to / Copy to Message-ID: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> #4216: Move to / Copy to ----------------------------+----------------------------------------------- Reporter: BePhantom | Owner: stippi Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Move to and Copy to sub menus are extremely complex because of the number of folders and sub folders (check before.png). There's much room for improvement, it can be simplified. I made a rough image with gimp so as to show how it could look like (check after.png). I think new users would benefit from this, my image is just a suggestion and I hope it will trigger a discussion on how to further improve it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 07:51:57 2009 From: trac at haiku-os.org (laplace) Date: Tue, 11 Aug 2009 05:51:57 -0000 Subject: [Haiku-bugs] [Haiku] #3225: BePDF settings in wrong folder (easy) In-Reply-To: <044.135273e355238eff707ebf0574c443ee@haiku-os.org> References: <044.135273e355238eff707ebf0574c443ee@haiku-os.org> Message-ID: <053.7ab9e1fdd4f568ebce92c09afd9b6083@haiku-os.org> #3225: BePDF settings in wrong folder (easy) ---------------------------+------------------------------------------------ Reporter: humdinger | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by laplace): * status: new => closed * resolution: => fixed Comment: Applied to BePDF cvs repository. Thank you both. Next time please CC to laplace or report BePDF bugs at BePDF source forge project page. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 08:02:56 2009 From: trac at haiku-os.org (umccullough) Date: Tue, 11 Aug 2009 06:02:56 -0000 Subject: [Haiku-bugs] [Haiku] #4216: Move to / Copy to In-Reply-To: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> References: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> Message-ID: <053.d72d96da805dff1b7418e02c092298eb@haiku-os.org> #4216: Move to / Copy to ----------------------------------+----------------------------------------- Reporter: BePhantom | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by umccullough): * owner: stippi => axeld * component: User Interface => Applications/Tracker Comment: Guessing this belongs as a "Tracker" enhancement -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 08:36:55 2009 From: trac at haiku-os.org (Disreali) Date: Tue, 11 Aug 2009 06:36:55 -0000 Subject: [Haiku-bugs] [Haiku] #4216: Move to / Copy to In-Reply-To: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> References: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> Message-ID: <053.dd86c0d2ef2e5a85d2fe4dd6d0c22f3a@haiku-os.org> #4216: Move to / Copy to ----------------------------------+----------------------------------------- Reporter: BePhantom | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by Disreali): The current behavior is not "complex", it is efficient. If I want to move a folder from /home to /apps it is very easy, one movement. Your suggestion makes it more work, albeit only one level more, but still added mouse movements that are unnecessary and unwarranted. By trying to "simplify" the 'move to' behavior you are actually making it more difficult. It is my opinion that this ticket be marked as 'Invalid'. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 09:04:35 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 11 Aug 2009 07:04:35 -0000 Subject: [Haiku-bugs] [Haiku] #4216: Move to / Copy to In-Reply-To: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> References: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> Message-ID: <053.bed02f40c8b8b3f7dbdc90700b98678a@haiku-os.org> #4216: Move to / Copy to ----------------------------------+----------------------------------------- Reporter: BePhantom | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): The Phantom has a point. There are too many submenus but there are also a few missing. Where does a user move/copy stuff? Within his home folder, /boot/common/ and mounted volumes. In fact, these will be the only touchable folders when multiuser rights are enforced. IMO, in general, the /boot/apps/ folder should be moved to /boot/home/ and /boot/common/. Same for the /boot/preferences/. So, in anticipation of multiuser limitations, I'd hide the folders you don't have rights to anyway under the "Haiku" entry (which should be navigatable as well as all other mounted volumes.[[BR]] Like this: {{{ Current Folder > Recent Folders > Desktop > home > common > ------------------- Haiku > [mounted Volume 1] > [mounted Volume 2] > [mounted Volume 3] > -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 09:54:27 2009 From: trac at haiku-os.org (axeld) Date: Tue, 11 Aug 2009 07:54:27 -0000 Subject: [Haiku-bugs] [Haiku] #3625: add libtracker.so to component Kits In-Reply-To: <041.37494edb57ef9ad19c0ff6479c2ce47d@haiku-os.org> References: <041.37494edb57ef9ad19c0ff6479c2ce47d@haiku-os.org> Message-ID: <050.7b234cc3192d3c01b8d99ee7fac4604f@haiku-os.org> #3625: add libtracker.so to component Kits ---------------------------+------------------------------------------------ Reporter: mmadia | Owner: haiku-web Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Comment(by axeld): libtracker.so exports the BFilePanel API, so it would actually make sense to add it (until now, bugs in there would have to be filed under kits/storage, which is what the BeBook does, too, but is not correct). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 10:04:37 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 11 Aug 2009 08:04:37 -0000 Subject: [Haiku-bugs] [Haiku] #2832: Mail Subject attribute uneditable In-Reply-To: <044.e59d36fb23dd25a1e4232674049a2a9b@haiku-os.org> References: <044.e59d36fb23dd25a1e4232674049a2a9b@haiku-os.org> Message-ID: <053.3044ddb4bd2f96ff99a142f13b44a25b@haiku-os.org> #2832: Mail Subject attribute uneditable ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): The attached mini patch would enable editing of the Subject attribute. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 10:23:18 2009 From: trac at haiku-os.org (axeld) Date: Tue, 11 Aug 2009 08:23:18 -0000 Subject: [Haiku-bugs] [Haiku] #4216: Move to / Copy to In-Reply-To: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> References: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> Message-ID: <053.0be659371cd226aaee00f80537b6a46b@haiku-os.org> #4216: Move to / Copy to ----------------------------------+----------------------------------------- Reporter: BePhantom | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by axeld): Not sure I understand what humdinger is talking about wrt permissions (please note that you might not have the rights to write access /boot/home but still /boot/home/humdinger, for example), but I like BePhantoms and his solution better than the status quo - it's not obvious (and helpful?) why that menu shows the root directory of the current volume. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 10:26:05 2009 From: trac at haiku-os.org (axeld) Date: Tue, 11 Aug 2009 08:26:05 -0000 Subject: [Haiku-bugs] [Haiku] #4215: MediaPlayer outputs only black frame when Acceleration is enabled In-Reply-To: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> References: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> Message-ID: <051.da86f2cf55115943b9e7bc08bfa36365@haiku-os.org> #4215: MediaPlayer outputs only black frame when Acceleration is enabled --------------------------------------+------------------------------------- Reporter: jahaiku | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Comment(by axeld): There is always syslog output (unless you disabled it yourself, that is): please attach your /var/log/syslog file to this ticket. Since this is not a problem for everyone, it most probably a driver problem. Does VLC work with overlay okay on that hardware? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 10:32:30 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 11 Aug 2009 08:32:30 -0000 Subject: [Haiku-bugs] [Haiku] #3208: Queries don't work with special "parsedate" terms In-Reply-To: <044.b28eced9f54f4b2a6224a5589234ed78@haiku-os.org> References: <044.b28eced9f54f4b2a6224a5589234ed78@haiku-os.org> Message-ID: <053.4c47ccf281ba112d4502d1ac650d29f3@haiku-os.org> #3208: Queries don't work with special "parsedate" terms ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): I just tried again, and it does seem to work now, somewhat.[[BR]] I queried for all files modified "after -5 minutes" and got a few files back that where touched at shutdown a few minutes ago. OK! Now I waited for a few minutes, expecting to see files vanishing from the live query. Only, they didn't... I edited the query (ALT+G) and hit return, just to manually update it. The "Search" button became engaged and stayed so for a few seconds (odd...), but after the panel closed itself, the query result window was left unchanged, although the modified timestamps of the files lay now 10 minutes in the past. Only when I close the old result window before clicking the "Search" button, a new correct query is started, returning only the files modified in the past 5 minutes. A similar experiment with the Name attribute worked as expected, changing/adding files worked live. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 10:35:39 2009 From: trac at haiku-os.org (axeld) Date: Tue, 11 Aug 2009 08:35:39 -0000 Subject: [Haiku-bugs] [Haiku] #4217: BTextView preferred size too small Message-ID: <040.cf057e1485c5c27be90725eb486a03c2@haiku-os.org> #4217: BTextView preferred size too small --------------------------------+------------------------------------------- Reporter: axeld | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- This is visible sometimes in tool tips, like in Screen. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 10:38:57 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 11 Aug 2009 08:38:57 -0000 Subject: [Haiku-bugs] [Haiku] #4216: Move to / Copy to In-Reply-To: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> References: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> Message-ID: <053.93f2a6a7e3d136a9b551a4f48b405924@haiku-os.org> #4216: Move to / Copy to ----------------------------------+----------------------------------------- Reporter: BePhantom | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): I meant, why offering to copy a file to a location you're not supposed to write (e.g. /boot/system). The "home" above is of course your own home folder, which is ATM just /boot/home/.[[BR]] Note that you still can do so by using the navigational submenu of the boot partition ("Haiku"). It's just not necessary to show it all, when you in most case just need your home folder, the shared common folder and mounted volumes. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 11:32:54 2009 From: trac at haiku-os.org (aldeck) Date: Tue, 11 Aug 2009 09:32:54 -0000 Subject: [Haiku-bugs] [Haiku] #1805: [Tracker] unneded redraw In-Reply-To: <040.7c0abec223629f65de45099fcb10a283@haiku-os.org> References: <040.7c0abec223629f65de45099fcb10a283@haiku-os.org> Message-ID: <049.52393495efa64d043ff84a290a1d58f0@haiku-os.org> #1805: [Tracker] unneded redraw -----------------------------------+---------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: duplicate | Blockedby: 880 Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by aldeck): * status: new => closed * resolution: => duplicate * blockedby: => 880 Comment: Yes you're right, thanks for testing. This will be fixed with the mouse tracking rewrite. Marking as duplicate. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 12:15:56 2009 From: trac at haiku-os.org (jahaiku) Date: Tue, 11 Aug 2009 10:15:56 -0000 Subject: [Haiku-bugs] [Haiku] #4215: MediaPlayer outputs only black frame when Acceleration is enabled In-Reply-To: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> References: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> Message-ID: <051.1aa406b772dbb2693ef8fdae30ccf30e@haiku-os.org> #4215: MediaPlayer outputs only black frame when Acceleration is enabled --------------------------------------+------------------------------------- Reporter: jahaiku | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Comment(by jahaiku): OK I have attached the syslog.[[BR]] I have tested with gcc2 build from Haiku-Site.[[BR]] I get the same black window in VLC, too. If I disable in MediaPlayer the acceleration video is OK.[[BR]] The hardware is an EeePC 4G. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 12:31:44 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Tue, 11 Aug 2009 10:31:44 -0000 Subject: [Haiku-bugs] [Haiku] #4216: Move to / Copy to In-Reply-To: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> References: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> Message-ID: <053.7ac7d78993f609906239a9492d0d0e86@haiku-os.org> #4216: Move to / Copy to ----------------------------------+----------------------------------------- Reporter: BePhantom | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by jonas.kirilla): Things I don't like about the menus: * showing mostly folders I don't care about * the use of italics * not showing "Current folder" by its real name * the "parent folder" item * haphazard mix of real/unreal folders I think these menus were originally meant to start at top-level items (e.g. Home, Desktop, Volumes) and be traversed in a single-direction only. I don't think these menus have to be the __optimal__ way to accomplish every possible move/copy/link operation. (Say, parent's parent in a deep hierarchy.) It's more important that the menus make sense. And by that I mean easy recognition and immediate understanding. So that the menus get used. Replying to [comment:2 Disreali]: > The current behavior is not "complex", it is efficient. If there is to remain a speed dial (the folders below the separator) it would make more sense to use that area for Favorite and/or Recent folders. (see BFilePanel's menu) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 12:34:31 2009 From: trac at haiku-os.org (bga) Date: Tue, 11 Aug 2009 10:34:31 -0000 Subject: [Haiku-bugs] [Haiku] #2832: Mail Subject attribute uneditable In-Reply-To: <044.e59d36fb23dd25a1e4232674049a2a9b@haiku-os.org> References: <044.e59d36fb23dd25a1e4232674049a2a9b@haiku-os.org> Message-ID: <053.69c23dcdf48a01ae7bd2739c731bb329@haiku-os.org> #2832: Mail Subject attribute uneditable ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by bga): I don't get it. Why would anyone want to edit the subject attribute? It makes no sense as the subject attribute is supposed to be the same as the Subject: header line in the email. I don['t think we should apply this patch. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 12:35:09 2009 From: trac at haiku-os.org (axeld) Date: Tue, 11 Aug 2009 10:35:09 -0000 Subject: [Haiku-bugs] [Haiku] #2775: [Tracker]: when clicking on a symbolic link diskusage isn't shown In-Reply-To: <042.b509731048128cc7a7106aea19e8c347@haiku-os.org> References: <042.b509731048128cc7a7106aea19e8c347@haiku-os.org> Message-ID: <051.44bfce348649450bf22d6abba721b159@haiku-os.org> #2775: [Tracker]: when clicking on a symbolic link diskusage isn't shown ----------------------------------+----------------------------------------- Reporter: emitrax | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by axeld): Indeed, Tracker should detect symlinks (and show all add-ons with Be- symlink support), but also show all add-ons that can work with the target. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 12:38:53 2009 From: trac at haiku-os.org (bga) Date: Tue, 11 Aug 2009 10:38:53 -0000 Subject: [Haiku-bugs] [Haiku] #2832: Mail Subject attribute uneditable In-Reply-To: <044.e59d36fb23dd25a1e4232674049a2a9b@haiku-os.org> References: <044.e59d36fb23dd25a1e4232674049a2a9b@haiku-os.org> Message-ID: <053.cad83917549ce66a383a446f4a31e8c7@haiku-os.org> #2832: Mail Subject attribute uneditable ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by bga): Oh. Someohow I read the first reply as the ticket description. Well, I still won't use this because I think it is inconsistent use to be able to change the subject line in the attribute as it is supposed to be the subject set in the email. I don't really see myself using this feature (GMail, for example, does not allow you to change the subject) and I really think this is extrapolating something that should be done in a different way (maybe with a comment attribute or a label attribute or whatever). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 12:45:53 2009 From: trac at haiku-os.org (tokyo6pm) Date: Tue, 11 Aug 2009 10:45:53 -0000 Subject: [Haiku-bugs] [Haiku] #4215: MediaPlayer outputs only black frame when Acceleration is enabled In-Reply-To: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> References: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> Message-ID: <051.2b907cd6a8032395ea18ff174d5dbfa9@haiku-os.org> #4215: MediaPlayer outputs only black frame when Acceleration is enabled --------------------------------------+------------------------------------- Reporter: jahaiku | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Comment(by tokyo6pm): I get the same black window in MediaPlayer and VLC on my Lenovo S10-2 when overlay is enabled. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 12:47:18 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Tue, 11 Aug 2009 10:47:18 -0000 Subject: [Haiku-bugs] [Haiku] #4216: Move to / Copy to In-Reply-To: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> References: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> Message-ID: <053.9cd3a8ba1d46711289002d256999bbf2@haiku-os.org> #4216: Move to / Copy to ----------------------------------+----------------------------------------- Reporter: BePhantom | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by jonas.kirilla): One could of course make it configurable, but that would not make it any less important choosing a good default configuration. {{{ [x] Desktop [o] submenu [ ] expanded (up) (down) (insert separator) [x] Volumes [ ] submenu [o] expanded (up) (down) (insert separator) [ ] Recent [o] submenu [ ] expanded (up) (down) (insert separator) [x] Favorites [ ] submenu [o] expanded (up) (down) (insert separator) [ ] Current Folder [o] submenu [ ] expanded (up) (down) (insert separator) }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 12:47:30 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 11 Aug 2009 10:47:30 -0000 Subject: [Haiku-bugs] [Haiku] #2832: Mail Subject attribute uneditable In-Reply-To: <044.e59d36fb23dd25a1e4232674049a2a9b@haiku-os.org> References: <044.e59d36fb23dd25a1e4232674049a2a9b@haiku-os.org> Message-ID: <053.aea44b3af42f97a8590bd2b70aad648c@haiku-os.org> #2832: Mail Subject attribute uneditable ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): I feel ambiguous about it myself. OTOH if there's no need (every subject is filled or one just don't care), the ability to change it won't impact your work with emails at all. I could image, if everything's OK most people don't even try to edit the subject. But if there /is/ an important mail with a missing subject, it'd be nice if you could fill the subject and the mail will pop up when you make a query for it. Putting it into another attribute (comment/label) won't help if you look for a subject. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 13:01:26 2009 From: trac at haiku-os.org (axeld) Date: Tue, 11 Aug 2009 11:01:26 -0000 Subject: [Haiku-bugs] [Haiku] #3131: PANIC: _mutex_unlock() failure: thread 43 is trying to release mutex 0x834ec3c0 (current holder 0) In-Reply-To: <042.279f6f5ccfbfdad811173fd3370322fd@haiku-os.org> References: <042.279f6f5ccfbfdad811173fd3370322fd@haiku-os.org> Message-ID: <051.5a9408db79ae0ac08423ba2675d46db5@haiku-os.org> #3131: PANIC: _mutex_unlock() failure: thread 43 is trying to release mutex 0x834ec3c0 (current holder 0) ---------------------------+------------------------------------------------ Reporter: kaliber | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Changes (by axeld): * owner: axeld => mmlr * component: - General => System/Kernel Comment: Michael would know if that has been fixed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 13:15:15 2009 From: trac at haiku-os.org (axeld) Date: Tue, 11 Aug 2009 11:15:15 -0000 Subject: [Haiku-bugs] [Haiku] #4215: MediaPlayer outputs only black frame when Acceleration is enabled In-Reply-To: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> References: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> Message-ID: <051.fbb44d7ed2b0309ef7bf3830cd15a9bf@haiku-os.org> #4215: MediaPlayer outputs only black frame when Acceleration is enabled --------------------------------------------+------------------------------- Reporter: jahaiku | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------------+------------------------------- Changes (by axeld): * owner: marcusoverhagen => axeld * component: Applications/MediaPlayer => Drivers/Graphics/intel_extreme Comment: Ah, that explains it; I might disable overlay for now for some chipsets. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 13:51:14 2009 From: trac at haiku-os.org (axeld) Date: Tue, 11 Aug 2009 11:51:14 -0000 Subject: [Haiku-bugs] [Haiku] #3208: Queries don't work with special "parsedate" terms In-Reply-To: <044.b28eced9f54f4b2a6224a5589234ed78@haiku-os.org> References: <044.b28eced9f54f4b2a6224a5589234ed78@haiku-os.org> Message-ID: <053.a45d71cb55f7a5f798093858d4bc41c5@haiku-os.org> #3208: Queries don't work with special "parsedate" terms ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by axeld): The queries are not live in the sense that relative times are constantly updated - this is sort of a missing feature, that one might one to add some day (that would be a manual Tracker feature, then, though, the query at the file system doesn't know about times). Eventually, the changed query did not update the query string, in which case the files wouldn't change either. However, the long wait time sounds like a bug to me - can you open another ticket for this in case it's reproducible? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 13:55:03 2009 From: trac at haiku-os.org (bga) Date: Tue, 11 Aug 2009 11:55:03 -0000 Subject: [Haiku-bugs] [Haiku] #3208: Queries don't work with special "parsedate" terms In-Reply-To: <044.b28eced9f54f4b2a6224a5589234ed78@haiku-os.org> References: <044.b28eced9f54f4b2a6224a5589234ed78@haiku-os.org> Message-ID: <053.96d7dcaab7e13562bb079734e0a7d64f@haiku-os.org> #3208: Queries don't work with special "parsedate" terms ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by bga): This is because "after -5 minutes" will be resolved to a fixed point in time when expanded (let's supposed it is 01:05 now. "after -5 minutes" will be replaced by the equivalent to "greater then 01:00") so even the files you expected to disappear still satisfies the query. Even if this was not the case, the file would not leave the query window as query notifications are triggered on filesystem changes and no change happened to the file. A solution using a build in timer in the QueryPoseView (or something similar) would not be feasible as either you would have to have one timer per Pose or you would need to check all Poses every, say, 1 second, to see if they still satisfy the query or not. This may seem simples but there are some nasty corner cases and would be way too expensive if the query resulted in may Poses. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 13:55:18 2009 From: trac at haiku-os.org (stpere) Date: Tue, 11 Aug 2009 11:55:18 -0000 Subject: [Haiku-bugs] [Haiku] #2775: [Tracker]: when clicking on a symbolic link diskusage isn't shown In-Reply-To: <042.b509731048128cc7a7106aea19e8c347@haiku-os.org> References: <042.b509731048128cc7a7106aea19e8c347@haiku-os.org> Message-ID: <051.12076fb5ff47b010f753c1962e1d3b14@haiku-os.org> #2775: [Tracker]: when clicking on a symbolic link diskusage isn't shown -----------------------------------+---------------------------------------- Reporter: emitrax | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by stpere): * status: new => closed * resolution: => fixed Comment: Should be fixed in r32246. Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 14:36:58 2009 From: trac at haiku-os.org (axeld) Date: Tue, 11 Aug 2009 12:36:58 -0000 Subject: [Haiku-bugs] [Haiku] #3118: [Media] volume change on up/down mouse wheel events should show realtime tooltip (easy) In-Reply-To: <040.0aad99a4b47a9719d8ddda12f53d4709@haiku-os.org> References: <040.0aad99a4b47a9719d8ddda12f53d4709@haiku-os.org> Message-ID: <049.d587d207973504f614bd8105e917434a@haiku-os.org> #3118: [Media] volume change on up/down mouse wheel events should show realtime tooltip (easy) --------------------------------+------------------------------------------- Reporter: diver | Owner: korli Type: enhancement | Status: closed Priority: low | Milestone: R1 Component: Preferences/Media | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: I made a general tool tip out of it (that will also pop up when the mouse is over the icon), and thus needed a bit more than 2 lines. Anyway, it has been added in r32250. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 15:22:56 2009 From: trac at haiku-os.org (mmadia) Date: Tue, 11 Aug 2009 13:22:56 -0000 Subject: [Haiku-bugs] [Haiku] #3625: add libtracker.so to component Kits In-Reply-To: <041.37494edb57ef9ad19c0ff6479c2ce47d@haiku-os.org> References: <041.37494edb57ef9ad19c0ff6479c2ce47d@haiku-os.org> Message-ID: <050.c3c0db51a772e73db110a41af38e2266@haiku-os.org> #3625: add libtracker.so to component Kits ---------------------------+------------------------------------------------ Reporter: mmadia | Owner: haiku-web Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by mmadia): * status: reopened => closed * resolution: => fixed Comment: Created as Kits/libtracker.so with AnEvilYak as default owner. Feel free to change the default owner or nudge me to do so. closing->fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 16:24:45 2009 From: trac at haiku-os.org (axeld) Date: Tue, 11 Aug 2009 14:24:45 -0000 Subject: [Haiku-bugs] [Haiku] #4214: MediaPlayer crashes on audio CD Drag-and-Drop In-Reply-To: <039.88fc27f90afe8781d501f3229b5d48cd@haiku-os.org> References: <039.88fc27f90afe8781d501f3229b5d48cd@haiku-os.org> Message-ID: <048.74449168166821bdd8bd1195c0c4e089@haiku-os.org> #4214: MediaPlayer crashes on audio CD Drag-and-Drop --------------------------------------+------------------------------------- Reporter: koki | Owner: axeld Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Changes (by axeld): * owner: marcusoverhagen => axeld * status: new => assigned Comment: I can reproduce it here, too, easily. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 17:15:28 2009 From: trac at haiku-os.org (koki) Date: Tue, 11 Aug 2009 15:15:28 -0000 Subject: [Haiku-bugs] [Haiku] #4218: KeymapSwitcher hotkey needs one reboot after installation for it to work Message-ID: <039.b782a6a4b18849ce665c32ece200b2b5@haiku-os.org> #4218: KeymapSwitcher hotkey needs one reboot after installation for it to work -----------------------+---------------------------------------------------- Reporter: koki | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- 1) Run KeymapSwitcher[[BR]] 2) Add a second language[[BR]] 3) Set desired hotkey and Save to close[[BR]] 4) Switching keymap by clicking on the Deskbar replicant or through the Deskbar replicant popup menu works[[BR]] 5) Switching keymap using the hotkey does not work[[BR]] 6) Reboot[[BR]] 7) Switching keymap using the hotkey now works[[BR]] I chose the General component for this bug, but feel free to change it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 17:36:07 2009 From: trac at haiku-os.org (axeld) Date: Tue, 11 Aug 2009 15:36:07 -0000 Subject: [Haiku-bugs] [Haiku] #3033: [vlc] scroll wheel doesn't work in Preferences In-Reply-To: <040.44347e5d938de26414351d61502c7494@haiku-os.org> References: <040.44347e5d938de26414351d61502c7494@haiku-os.org> Message-ID: <049.197e3a94dda4b212777a4893b143c40d@haiku-os.org> #3033: [vlc] scroll wheel doesn't work in Preferences ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Thanks for the update. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 17:47:11 2009 From: trac at haiku-os.org (axeld) Date: Tue, 11 Aug 2009 15:47:11 -0000 Subject: [Haiku-bugs] [Haiku] #4214: MediaPlayer crashes on audio CD Drag-and-Drop In-Reply-To: <039.88fc27f90afe8781d501f3229b5d48cd@haiku-os.org> References: <039.88fc27f90afe8781d501f3229b5d48cd@haiku-os.org> Message-ID: <048.123d6357bfea9b19d11e11dd0a2a8d11@haiku-os.org> #4214: MediaPlayer crashes on audio CD Drag-and-Drop ---------------------------------------+------------------------------------ Reporter: koki | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------+------------------------------------ Changes (by axeld): * status: assigned => closed * resolution: => fixed Comment: Fixed in r32254. Unfortunately, the MediaPlayer doesn't seem to be able to play the files, at least it seems to seek forever on them. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 18:02:24 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 11 Aug 2009 16:02:24 -0000 Subject: [Haiku-bugs] [Haiku] #4219: Oddities when querying for modified files Message-ID: <044.aa750120d92f01822f9752787dcb7f5f@haiku-os.org> #4219: Oddities when querying for modified files ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- This is r32241. * Do an "by Attribute" query for all modified files of the past 5 hours (or whatever will return some files), i.e. (last_modified>=%-5 hours%). * Note how many files are returned (in my case 32). * Press ALT+G to edit the query and choose another time that would result in fewer hits (in my case 1 hours, which should return 13 files) * Keep switching between -1 and -5 hours by ALT+G editing the query. Sometimes it works as expected, but every so often, hitting the "Search" button will lock the button and the panel will go into a several seconds long pause. When it comes back, the result window hasn't been updated. This bug doesn't appear, if you always close the result window before clicking "Search" (at least in my tries). It also seems to only affect queries for the modified attribute. I tried the same with the name attribute and also "by Name" queries, and Artist queries of mp3 files, but those seem to work fine every time. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 18:07:46 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 11 Aug 2009 16:07:46 -0000 Subject: [Haiku-bugs] [Haiku] #3208: Queries don't work with special "parsedate" terms In-Reply-To: <044.b28eced9f54f4b2a6224a5589234ed78@haiku-os.org> References: <044.b28eced9f54f4b2a6224a5589234ed78@haiku-os.org> Message-ID: <053.620ed96d831c0260b99f361f069f1d78@haiku-os.org> #3208: Queries don't work with special "parsedate" terms -----------------------------------+---------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by humdinger): * status: new => closed * resolution: => fixed Comment: Thanks for these explanations![[BR]] I opened a new ticket for that other problem: #4219 Since the original problem of this ticket was apparently fixed with the recent changes to the date parsing, I guess, I'll close this one as fixed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 18:36:41 2009 From: trac at haiku-os.org (mmlr) Date: Tue, 11 Aug 2009 16:36:41 -0000 Subject: [Haiku-bugs] [Haiku] #3282: app_server crashed into GDB while switching workspaces In-Reply-To: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> References: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> Message-ID: <055.7798f702fae61ff763ae212fc65b879e@haiku-os.org> #3282: app_server crashed into GDB while switching workspaces -------------------------------------+-------------------------------------- Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by mmlr): The screenshots of the original bug show a crash in Overlay::Suspend() which I have seen relatively recently (like two weeks ago). The issue usually crops up when you had some window open that used overlay but closed it. Then when switching workspaces it seems like the app_server thinks the overlay is still valid and tries to suspend it while it (or some needed parts of it) in fact is gone. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 18:41:41 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 11 Aug 2009 16:41:41 -0000 Subject: [Haiku-bugs] [Haiku] #4216: Move to / Copy to In-Reply-To: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> References: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> Message-ID: <053.ebd0bb1f662e32a4515facdfa8040cda@haiku-os.org> #4216: Move to / Copy to ----------------------------------+----------------------------------------- Reporter: BePhantom | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): I would like to avoid a configuration panel.[[BR]] In your above list, I would just add a submenued "Recent Folder" and I would also submenu the Favorites. Maybe the Desktop and Home folder could be added to the Favorites by default. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 18:44:25 2009 From: trac at haiku-os.org (Hubert) Date: Tue, 11 Aug 2009 16:44:25 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.93003d4bc1732235f78082715bcb861e@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Hubert): OK. I upload logfile with tweaked drivers. Soon I upload logfile with another monitor. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 18:49:59 2009 From: trac at haiku-os.org (siarzhuk) Date: Tue, 11 Aug 2009 16:49:59 -0000 Subject: [Haiku-bugs] [Haiku] #4218: KeymapSwitcher hotkey needs one reboot after installation for it to work In-Reply-To: <039.b782a6a4b18849ce665c32ece200b2b5@haiku-os.org> References: <039.b782a6a4b18849ce665c32ece200b2b5@haiku-os.org> Message-ID: <048.83a40684cae27392d338031e35b18ddd@haiku-os.org> #4218: KeymapSwitcher hotkey needs one reboot after installation for it to work -----------------------+---------------------------------------------------- Reporter: koki | Owner: siarzhuk Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Changes (by siarzhuk): * owner: axeld => siarzhuk -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 19:04:40 2009 From: trac at haiku-os.org (koki) Date: Tue, 11 Aug 2009 17:04:40 -0000 Subject: [Haiku-bugs] [Haiku] #4214: MediaPlayer crashes on audio CD Drag-and-Drop In-Reply-To: <039.88fc27f90afe8781d501f3229b5d48cd@haiku-os.org> References: <039.88fc27f90afe8781d501f3229b5d48cd@haiku-os.org> Message-ID: <048.ba9e2bda3c72ea360911a0cb6108ff8b@haiku-os.org> #4214: MediaPlayer crashes on audio CD Drag-and-Drop ---------------------------------------+------------------------------------ Reporter: koki | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------+------------------------------------ Comment(by koki): Replying to [comment:2 axeld]: > Fixed in r32254. Thanks Axel. :) > Unfortunately, the MediaPlayer doesn't seem to be able to play the files, at least it seems to seek forever on them. I suppose this would require a separate bug report? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 19:30:57 2009 From: trac at haiku-os.org (HaikuBot) Date: Tue, 11 Aug 2009 17:30:57 -0000 Subject: [Haiku-bugs] [Haiku] #4215: MediaPlayer outputs only black frame when Acceleration is enabled In-Reply-To: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> References: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> Message-ID: <051.a9bf646a2e26fdfed77dfcd27a10e44c@haiku-os.org> #4215: MediaPlayer outputs only black frame when Acceleration is enabled --------------------------------------------+------------------------------- Reporter: jahaiku | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------------+------------------------------- Comment(by HaikuBot): Me too get the same black window in MediaPlayer/VLC. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 19:47:11 2009 From: trac at haiku-os.org (axeld) Date: Tue, 11 Aug 2009 17:47:11 -0000 Subject: [Haiku-bugs] [Haiku] #4214: MediaPlayer crashes on audio CD Drag-and-Drop In-Reply-To: <039.88fc27f90afe8781d501f3229b5d48cd@haiku-os.org> References: <039.88fc27f90afe8781d501f3229b5d48cd@haiku-os.org> Message-ID: <048.bf1742bf9fcb92af7e5a5ef0b600a814@haiku-os.org> #4214: MediaPlayer crashes on audio CD Drag-and-Drop ---------------------------------------+------------------------------------ Reporter: koki | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------+------------------------------------ Comment(by axeld): Replying to [comment:3 koki]: > I suppose this would require a separate bug report? It actually plays if you wait a bit (during the wait the interface is not responding). I'm not really looking forward to look into it, though, so I guess I will file a bug report about this. Worst case, CDPlayer gets released as well for now :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 20:32:49 2009 From: trac at haiku-os.org (Adek336) Date: Tue, 11 Aug 2009 18:32:49 -0000 Subject: [Haiku-bugs] [Haiku] #3626: implement -q in netcat In-Reply-To: <042.debc15d11548ccdfb238e438ed0dd299@haiku-os.org> References: <042.debc15d11548ccdfb238e438ed0dd299@haiku-os.org> Message-ID: <051.21a7f47e1b71031c07198b8edd822d08@haiku-os.org> #3626: implement -q in netcat ---------------------------------------------+------------------------------ Reporter: Adek336 | Owner: stippi Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------------+------------------------------ Comment(by Adek336): Works like a charm, thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 20:33:20 2009 From: trac at haiku-os.org (umccullough) Date: Tue, 11 Aug 2009 18:33:20 -0000 Subject: [Haiku-bugs] [Haiku] #3282: app_server crashed into GDB while switching workspaces In-Reply-To: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> References: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> Message-ID: <055.23c67dc406daabd9ebd3dc0c63178237@haiku-os.org> #3282: app_server crashed into GDB while switching workspaces -------------------------------------+-------------------------------------- Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by umccullough): Ok - thanks for the explanation :) I don't remember seeing any commits to explicitly fix this, so I'll trust that it's still an issue. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 20:34:16 2009 From: trac at haiku-os.org (umccullough) Date: Tue, 11 Aug 2009 18:34:16 -0000 Subject: [Haiku-bugs] [Haiku] #3282: app_server crashed into GDB while switching workspaces In-Reply-To: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> References: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> Message-ID: <055.c3bb60db408b04875858758873b9a5ff@haiku-os.org> #3282: app_server crashed into GDB while switching workspaces --------------------------------+------------------------------------------- Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by umccullough): * component: Drivers/Graphics/nVidia => Servers/app_server Comment: Also changing component, hopefully this is correct? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 20:40:53 2009 From: trac at haiku-os.org (umccullough) Date: Tue, 11 Aug 2009 18:40:53 -0000 Subject: [Haiku-bugs] [Haiku] #4215: MediaPlayer outputs only black frame when Acceleration is enabled In-Reply-To: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> References: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> Message-ID: <051.370d8638dbd997aa2a37789f1e500ad2@haiku-os.org> #4215: MediaPlayer outputs only black frame when Acceleration is enabled --------------------------------------------+------------------------------- Reporter: jahaiku | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------------+------------------------------- Comment(by umccullough): I think at least overlay doesn't currently work on my Acer Aspire One with the i945 chip :( -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 21:25:35 2009 From: trac at haiku-os.org (brecht) Date: Tue, 11 Aug 2009 19:25:35 -0000 Subject: [Haiku-bugs] [Haiku] #4220: [patch ]click to focus mouse mode + related enhancements Message-ID: <041.1d0067753764572eaabca59dc9a3870c@haiku-os.org> #4220: [patch ]click to focus mouse mode + related enhancements ----------------------------+----------------------------------------------- Reporter: brecht | Owner: stippi Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Related threads (from most recent to oldest): * http://www.freelists.org/post/haiku-development/B-WILL-ACCEPT-FIRST- CLICK-updated-patch * http://www.freelists.org/post/haiku-development/B-WILL-ACCEPT-FIRST- CLICK * http://www.freelists.org/post/haiku-development/third-mouse-mode-mouse- preflet * http://www.freelists.org/post/haiku-development/clickthrough-and- AmigaOS-mouse-mode-patch,1 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 21:28:54 2009 From: trac at haiku-os.org (tokyo6pm) Date: Tue, 11 Aug 2009 19:28:54 -0000 Subject: [Haiku-bugs] [Haiku] #4221: Network doesn't work on Lenovo S10-2 Message-ID: <043.777f0d0f419d7197c42c7cee5839b571@haiku-os.org> #4221: Network doesn't work on Lenovo S10-2 -----------------------------+---------------------------------------------- Reporter: tokyo6pm | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: x86 Blocking: | -----------------------------+---------------------------------------------- The NIC on my laptop (Lenovo S10-2) doesn't work. I don't know the exact name of device, but Windows says Realtek RTL8102/8103/8136 Family PCI-E FE NIC (VEN 10EC; DEV 8136). The syslog shows that Haiku recognizes device. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 21:30:17 2009 From: trac at haiku-os.org (BePhantom) Date: Tue, 11 Aug 2009 19:30:17 -0000 Subject: [Haiku-bugs] [Haiku] #4216: Move to / Copy to In-Reply-To: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> References: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> Message-ID: <053.c481033a2895c8d5895cf138ffd4bfdc@haiku-os.org> #4216: Move to / Copy to ----------------------------------+----------------------------------------- Reporter: BePhantom | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by BePhantom): So many comments :)I agree with what jonas.kirilla said, menus should make sense. Sometimes "efficiency" kills the whole experience. On a side note I think the "home" folder should be cleaned up, there shouldn't be a visible "config" folder inside, it should be hidden or moved somewhere else. It would be nice to have Pictures, Music, Documents, etc. sub folders by default inside home. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 21:34:51 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 11 Aug 2009 19:34:51 -0000 Subject: [Haiku-bugs] [Haiku] #4221: Network doesn't work on Lenovo S10-2 In-Reply-To: <043.777f0d0f419d7197c42c7cee5839b571@haiku-os.org> References: <043.777f0d0f419d7197c42c7cee5839b571@haiku-os.org> Message-ID: <052.462dcb7cc1e444c39d8e82e2079b9e5c@haiku-os.org> #4221: Network doesn't work on Lenovo S10-2 -----------------------------+---------------------------------------------- Reporter: tokyo6pm | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: x86 Blocking: | -----------------------------+---------------------------------------------- Comment(by anevilyak): That driver's seen quite a few changes in FreeBSD since we imported it, may be time to sync it up. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 21:55:01 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 11 Aug 2009 19:55:01 -0000 Subject: [Haiku-bugs] [Haiku] #3282: app_server crashed into GDB while switching workspaces In-Reply-To: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> References: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> Message-ID: <055.e83428e459b8a2e87e98495978b1bb93@haiku-os.org> #3282: app_server crashed into GDB while switching workspaces --------------------------------+------------------------------------------- Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by humdinger): I recently also opened a ticket of a crash while switching workspaces: #4207 I didn't reuse this ticked, because the backtrace is a bit different and since it's from running in VirtualBox, it's not related to the nvidia driver, this ticket's original component. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 22:05:18 2009 From: trac at haiku-os.org (diver) Date: Tue, 11 Aug 2009 20:05:18 -0000 Subject: [Haiku-bugs] [Haiku] #2205: [S3 driver] screen goes black after reboot In-Reply-To: <040.75fa08d63aaa8210a84551e299218f7a@haiku-os.org> References: <040.75fa08d63aaa8210a84551e299218f7a@haiku-os.org> Message-ID: <049.984fd3f93cc1e24ed2965fe62ae8f2e8@haiku-os.org> #2205: [S3 driver] screen goes black after reboot ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/S3 | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------+------------------------------------------ Comment(by diver): totish reported that this bug is fixed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 22:12:01 2009 From: trac at haiku-os.org (umccullough) Date: Tue, 11 Aug 2009 20:12:01 -0000 Subject: [Haiku-bugs] [Haiku] #3282: app_server crashed into GDB while switching workspaces In-Reply-To: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> References: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> Message-ID: <055.c387dd7c5facf64307127d58afe87067@haiku-os.org> #3282: app_server crashed into GDB while switching workspaces --------------------------------+------------------------------------------- Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by umccullough): FWIW, I'm pretty certain I've seen the Overlay::Suspend() crash on an intel_extreme based computer also - so I don't think it's nvidia-specific. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 22:14:18 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 11 Aug 2009 20:14:18 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.64e09a17820612f51f72d8858514777f@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi, Cool! Thanks for testing this. Can you test driver: nv_0.94-test-i2c-noClkRead with the CRT Dell 17 inch ?? Thanks in advance... Meanwhile: We are getting somewhere! I'll search trough the DDC/EDID common accelerant code soon to see if it fully adheres to the I2C spec speed and skew-wise since apparantly the read timing is not OK.. If not fixable there I am going to disable the clock readback function for a number of cards at least... Meanwhile you can stick with the nv_0.94-test-i2c-noClkRead driverversion as that behaves fully OK for you! Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 11 22:15:19 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 11 Aug 2009 20:15:19 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.865d6582806545d27dada98e1d235720@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Oh, please don't forget to upload the log from the test I requested just now.. :-) Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 01:54:41 2009 From: trac at haiku-os.org (stpere) Date: Tue, 11 Aug 2009 23:54:41 -0000 Subject: [Haiku-bugs] [Haiku] #3032: [Cortex] notification string is higher than it should be (easy) In-Reply-To: <040.fa7ae0379062cd75b90db402fdd865a2@haiku-os.org> References: <040.fa7ae0379062cd75b90db402fdd865a2@haiku-os.org> Message-ID: <049.01c5c2aab5dc6db6a9379c77299e105b@haiku-os.org> #3032: [Cortex] notification string is higher than it should be (easy) ---------------------------+------------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by stpere): * status: new => closed * resolution: => fixed Comment: Fixed in r32266. Should work with various font sizes. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 02:22:04 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 12 Aug 2009 00:22:04 -0000 Subject: [Haiku-bugs] [Haiku] #3131: PANIC: _mutex_unlock() failure: thread 43 is trying to release mutex 0x834ec3c0 (current holder 0) In-Reply-To: <042.279f6f5ccfbfdad811173fd3370322fd@haiku-os.org> References: <042.279f6f5ccfbfdad811173fd3370322fd@haiku-os.org> Message-ID: <051.76514ec9ad862316bf0119bc809ae4ad@haiku-os.org> #3131: PANIC: _mutex_unlock() failure: thread 43 is trying to release mutex 0x834ec3c0 (current holder 0) ----------------------------+----------------------------------------------- Reporter: kaliber | Owner: mmlr Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by mmlr): * status: new => closed * resolution: => fixed Comment: Well, it looks like this was a bug in a previous locking strategy (one which I don't really see could have happened with the pretty simple logic back then). In any case the heap locking was recently reworked completely, so it's not possible that this bug could still happen. That sadly doesn't mean that there aren't any other ones hiding :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 02:24:10 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 12 Aug 2009 00:24:10 -0000 Subject: [Haiku-bugs] [Haiku] #3282: app_server crashed into GDB while switching workspaces In-Reply-To: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> References: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> Message-ID: <055.8e954e750780120543328625188c3cb0@haiku-os.org> #3282: app_server crashed into GDB while switching workspaces --------------------------------+------------------------------------------- Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by mmlr): Yes, two of my current machines have a chip supported by the intel_extreme driver, and I've seen it happen on them, so it's not certainly not nvidia specifc. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 02:30:50 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 12 Aug 2009 00:30:50 -0000 Subject: [Haiku-bugs] [Haiku] #4215: MediaPlayer outputs only black frame when Acceleration is enabled In-Reply-To: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> References: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> Message-ID: <051.bd8fe687b3f4fc66e2d64bc115087703@haiku-os.org> #4215: MediaPlayer outputs only black frame when Acceleration is enabled --------------------------------------------+------------------------------- Reporter: jahaiku | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------------+------------------------------- Comment(by mmlr): I'm seeing the same on my laptop that has an i965GM. All overlays stay black. I am pretty certain that overlay worked on this laptop in the (recent) past, as I remember turning it off in VLC due to #3282. On my desktop that has G33 onboard graphics, overlay still works fine in VLC, and mostly fine in MediaPlayer. Some videos there produce corrupted output (but it doesn't stay black), but I guess this is a MediaPlayer bug I will file separately. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 03:43:00 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 12 Aug 2009 01:43:00 -0000 Subject: [Haiku-bugs] [Haiku] #4215: MediaPlayer outputs only black frame when Acceleration is enabled In-Reply-To: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> References: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> Message-ID: <051.e58acb90b38ddbfa9b45190e522ad392@haiku-os.org> #4215: MediaPlayer outputs only black frame when Acceleration is enabled --------------------------------------------+------------------------------- Reporter: jahaiku | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------------+------------------------------- Comment(by mmlr): Replying to [comment:7 mmlr]: > I'm seeing the same on my laptop that has an i965GM. All overlays stay black. I am pretty certain that overlay worked on this laptop in the (recent) past Scratch that, it's getting late and I'm mixing up laptops. I've tested a few older revisions and none worked. So it's likely it never worked on this chip and I'm just mixing it up with the other laptop that has a radeon card. But the G33 part is still valid, it works there with r32211. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 06:57:28 2009 From: trac at haiku-os.org (leavengood) Date: Wed, 12 Aug 2009 04:57:28 -0000 Subject: [Haiku-bugs] [Haiku] #4190: Several small usability enhancements (mostly easy) In-Reply-To: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> References: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> Message-ID: <053.872dc5088e43aca83a57299e17fa8f31@haiku-os.org> #4190: Several small usability enhancements (mostly easy) ------------------------------------+--------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/ShowImage | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Changes (by leavengood): * status: new => assigned Comment: I guess Christian got busy optimizing the app_server bilinear scaling to work on this. I just reread that whole thread, wow can we get into some discussions! I think you have summarized it well though and I am going to work on these, with the addition of: - changing the ShowImage code to use the aforementioned app_server scaling instead of it's own. - zooming into the mouse if it is in the window, otherwise to the center. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 10:48:14 2009 From: trac at haiku-os.org (axeld) Date: Wed, 12 Aug 2009 08:48:14 -0000 Subject: [Haiku-bugs] [Haiku] #4222: MediaPlayer needs a long time until it starts playing an audio CD Message-ID: <040.5a93a451f0dffa38e72748ffad87d9bf@haiku-os.org> #4222: MediaPlayer needs a long time until it starts playing an audio CD ----------------------------------+----------------------------------------- Reporter: axeld | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Audio & Video/Codecs | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- When you drop a CD onto MediaPlayer, it will need a long time (during which the interface is not responsive) before it starts playing a song - since this happens for each song, it's probably either sniffing or codec related. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 10:49:05 2009 From: trac at haiku-os.org (axeld) Date: Wed, 12 Aug 2009 08:49:05 -0000 Subject: [Haiku-bugs] [Haiku] #3626: implement -q in netcat In-Reply-To: <042.debc15d11548ccdfb238e438ed0dd299@haiku-os.org> References: <042.debc15d11548ccdfb238e438ed0dd299@haiku-os.org> Message-ID: <051.8e037f288b1fd0ac23eeb74f4ab3bddc@haiku-os.org> #3626: implement -q in netcat ----------------------------------------------+----------------------------- Reporter: Adek336 | Owner: stippi Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------------------------+----------------------------- Changes (by axeld): * status: assigned => closed * resolution: => fixed Comment: THanks for the update. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 13:48:19 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 12 Aug 2009 11:48:19 -0000 Subject: [Haiku-bugs] [Haiku] #4196: BFS crash when checkfs tries to remove an invalid inode In-Reply-To: <039.61efa7171bab1cb6738a7ee7dd0a0c04@haiku-os.org> References: <039.61efa7171bab1cb6738a7ee7dd0a0c04@haiku-os.org> Message-ID: <048.b563f866d820cf226d9c197dbe40c47c@haiku-os.org> #4196: BFS crash when checkfs tries to remove an invalid inode -------------------------------+-------------------------------------------- Reporter: mmlr | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems/BFS | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Comment(by mmlr): Confirmed fixed both issues, it works fine now and my partition is finally in a sane state again. Thanks for the quick fixes! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 13:58:55 2009 From: trac at haiku-os.org (axeld) Date: Wed, 12 Aug 2009 11:58:55 -0000 Subject: [Haiku-bugs] [Haiku] #4196: BFS crash when checkfs tries to remove an invalid inode In-Reply-To: <039.61efa7171bab1cb6738a7ee7dd0a0c04@haiku-os.org> References: <039.61efa7171bab1cb6738a7ee7dd0a0c04@haiku-os.org> Message-ID: <048.ba3060f7ddc1eddcc4b92d3ce594a068@haiku-os.org> #4196: BFS crash when checkfs tries to remove an invalid inode -------------------------------+-------------------------------------------- Reporter: mmlr | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems/BFS | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Comment(by axeld): It was just a stupid regression I recently introduced when I fixed another problem - thanks for testing after that again :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 16:51:47 2009 From: trac at haiku-os.org (axeld) Date: Wed, 12 Aug 2009 14:51:47 -0000 Subject: [Haiku-bugs] [Haiku] #2205: [S3 driver] screen goes black after reboot In-Reply-To: <040.75fa08d63aaa8210a84551e299218f7a@haiku-os.org> References: <040.75fa08d63aaa8210a84551e299218f7a@haiku-os.org> Message-ID: <049.7643005cedee0a33dc9f64fd7fcc979a@haiku-os.org> #2205: [S3 driver] screen goes black after reboot ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/S3 | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------------+----------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Thanks for the update. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 18:07:53 2009 From: trac at haiku-os.org (Hubert) Date: Wed, 12 Aug 2009 16:07:53 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.cef958ac515c917b1831b9cb023fbfc9@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Hubert): ok. I upload logfile with nv_0.94-test-i2c-noClkRead on CRT 17 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 18:27:41 2009 From: trac at haiku-os.org (axeld) Date: Wed, 12 Aug 2009 16:27:41 -0000 Subject: [Haiku-bugs] [Haiku] #3491: Create fields for GCC version, kernel-version, and hardware type In-Reply-To: <041.3c8c9726145264810d2b95b8170985b1@haiku-os.org> References: <041.3c8c9726145264810d2b95b8170985b1@haiku-os.org> Message-ID: <050.b47184a8f24cd278695ad8ee98682862@haiku-os.org> #3491: Create fields for GCC version, kernel-version, and hardware type --------------------------+------------------------------------------------- Reporter: mmadia | Owner: haiku-web Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by axeld): I'm with Niels on this one. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 19:18:21 2009 From: trac at haiku-os.org (bonefish) Date: Wed, 12 Aug 2009 17:18:21 -0000 Subject: [Haiku-bugs] [Haiku] #4210: userlandfs only creates volumes In-Reply-To: <039.385d8a89cb69302dc58e9ac370dac130@haiku-os.org> References: <039.385d8a89cb69302dc58e9ac370dac130@haiku-os.org> Message-ID: <048.4f9638e1a109eb73116ef2c770f34841@haiku-os.org> #4210: userlandfs only creates volumes -------------------------------------+-------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/UserlandFS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Changes (by bonefish): * owner: axeld => bonefish * component: - General => File Systems/UserlandFS -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 19:37:41 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Wed, 12 Aug 2009 17:37:41 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.27c38a7f2ced4db1f8ed43be7d3b16df@haiku-os.org> #4103: cddb not working -------------------------------+-------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by jonas.kirilla): If CDPlayer shows the right info then it could be a CDDB 211 error. Around the code part that says printf("Something bad happened"); Conflicting data, or some such, IIRC, CDPlayer takes the first CDDB results, whereas cddb_daemon fails instead. I'm thinking about consolidating these two code bases, and have CDPlayer instead ask for CDDB data by messaging with cddb_daemon. I haven't looked deeply at both code bases, but I'm leaning towards using the one from CDPlayer. What do you think Bruno? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 19:40:19 2009 From: trac at haiku-os.org (nielx) Date: Wed, 12 Aug 2009 17:40:19 -0000 Subject: [Haiku-bugs] [Haiku] #3604: [Trac Bug] AttributeError: 'NoneType' object has no attribute 'split' In-Reply-To: <045.2175ad0317533c904381422bd1409b92@haiku-os.org> References: <045.2175ad0317533c904381422bd1409b92@haiku-os.org> Message-ID: <054.a6940973c93cf7bf7f2feae11385d0c6@haiku-os.org> #3604: [Trac Bug] AttributeError: 'NoneType' object has no attribute 'split' --------------------------+------------------------------------------------- Reporter: leavengood | Owner: nielx Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by nielx): * owner: haiku-web => nielx * status: new => assigned Comment: Were/are you able to reproduce this? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 19:41:14 2009 From: trac at haiku-os.org (nielx) Date: Wed, 12 Aug 2009 17:41:14 -0000 Subject: [Haiku-bugs] [Haiku] #3006: [TRAC] password issue In-Reply-To: <040.f6e52ab965a5f2c9801a43620435a7cc@haiku-os.org> References: <040.f6e52ab965a5f2c9801a43620435a7cc@haiku-os.org> Message-ID: <049.048fe9116cb54337762e0296c032714a@haiku-os.org> #3006: [TRAC] password issue ---------------------------+------------------------------------------------ Reporter: aljen | Owner: haiku-web Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Website/Trac | Version: Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by nielx): * status: new => closed * resolution: => invalid Comment: No activity: Please reopen if it happens again. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 19:42:31 2009 From: trac at haiku-os.org (leavengood) Date: Wed, 12 Aug 2009 17:42:31 -0000 Subject: [Haiku-bugs] [Haiku] #3491: Create fields for GCC version, kernel-version, and hardware type In-Reply-To: <041.3c8c9726145264810d2b95b8170985b1@haiku-os.org> References: <041.3c8c9726145264810d2b95b8170985b1@haiku-os.org> Message-ID: <050.8c7457dc953710d3600d12d73d460204@haiku-os.org> #3491: Create fields for GCC version, kernel-version, and hardware type --------------------------+------------------------------------------------- Reporter: mmadia | Owner: haiku-web Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by leavengood): Replying to [comment:5 axeld]: > I'm with Niels on this one. Me too, as long as we can maintain that list of keywords properly and have consistency. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 19:42:51 2009 From: trac at haiku-os.org (nielx) Date: Wed, 12 Aug 2009 17:42:51 -0000 Subject: [Haiku-bugs] [Haiku] #783: subcomponents should be able to inherit parent's owner In-Reply-To: <045.171fbb2a1600ac602a529b43636d4ffb@haiku-os.org> References: <045.171fbb2a1600ac602a529b43636d4ffb@haiku-os.org> Message-ID: <054.8e830566d1e9f59f9062470075d2fcd4@haiku-os.org> #783: subcomponents should be able to inherit parent's owner ---------------------------+------------------------------------------------ Reporter: wkornewald | Owner: haiku-web Type: enhancement | Status: closed Priority: low | Milestone: Component: Website/Trac | Version: Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by nielx): * status: new => closed * resolution: => invalid Comment: Should, but won't. The current system/hack works right now. I don't think it is worth time investing to update it. Please reopen with a patch. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 19:44:04 2009 From: trac at haiku-os.org (nielx) Date: Wed, 12 Aug 2009 17:44:04 -0000 Subject: [Haiku-bugs] [Haiku] #815: allow for milestones to have a parent milestone In-Reply-To: <045.3df973a7354438274fb1b8c548783285@haiku-os.org> References: <045.3df973a7354438274fb1b8c548783285@haiku-os.org> Message-ID: <054.c73c34964e45a91c0518656f021b8450@haiku-os.org> #815: allow for milestones to have a parent milestone ---------------------------+------------------------------------------------ Reporter: wkornewald | Owner: haiku-web Type: enhancement | Status: closed Priority: low | Milestone: Component: Website/Trac | Version: Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by nielx): * status: new => closed * resolution: => invalid Comment: Won't fix, this is not worth the trouble. Please reopen with patch. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 19:44:59 2009 From: trac at haiku-os.org (nielx) Date: Wed, 12 Aug 2009 17:44:59 -0000 Subject: [Haiku-bugs] [Haiku] #3093: new trac users can't attach files In-Reply-To: <050.132b87b4b688b17df9ed9a2feb4d357b@haiku-os.org> References: <050.132b87b4b688b17df9ed9a2feb4d357b@haiku-os.org> Message-ID: <059.b4d6c2b4c5a4bcbbab2c108746af9dfb@haiku-os.org> #3093: new trac users can't attach files ------------------------------+--------------------------------------------- Reporter: marcusoverhagen | Owner: haiku-web Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Changes (by nielx): * status: new => closed * resolution: => invalid Comment: Please reopen with more information. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 19:46:35 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Wed, 12 Aug 2009 17:46:35 -0000 Subject: [Haiku-bugs] [Haiku] #4223: KDL on use of /bin/mountvolume (and multiple images) Message-ID: <048.920f4c6763b5ab0d5af348938fc5e467@haiku-os.org> #4223: KDL on use of /bin/mountvolume (and multiple images) ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ I was trying capture the output of /bin/mountvolume (having restarted Tracker in a Terminal) to show what mountvolume prints when launched on 10 images and it fails to mount some of them, when Haiku KDL:ed. Two consecutive tries resulted in a KDL. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 19:51:58 2009 From: trac at haiku-os.org (bga) Date: Wed, 12 Aug 2009 17:51:58 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.7b15b91ba20a8a122d9035c7e3c7f69c@haiku-os.org> #4103: cddb not working -------------------------------+-------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by bga): 210 is the code for multiple results and cddb_server does handle that (by returning the first result). I have no idea what code 211 is. I didn't look at the CDPlayer implementation either so I don't know if it is better or not. Feel free to evaluate it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 19:53:09 2009 From: trac at haiku-os.org (bonefish) Date: Wed, 12 Aug 2009 17:53:09 -0000 Subject: [Haiku-bugs] [Haiku] #4210: userlandfs only creates volumes In-Reply-To: <039.385d8a89cb69302dc58e9ac370dac130@haiku-os.org> References: <039.385d8a89cb69302dc58e9ac370dac130@haiku-os.org> Message-ID: <048.8514e80307c6e0768aebad69b0be3815@haiku-os.org> #4210: userlandfs only creates volumes --------------------------------------+------------------------------------- Reporter: Blub | Owner: bonefish Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems/UserlandFS | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------------+------------------------------------- Changes (by bonefish): * status: new => closed * resolution: => fixed Comment: Thanks. Fixed in r32287. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 19:54:19 2009 From: trac at haiku-os.org (bga) Date: Wed, 12 Aug 2009 17:54:19 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.2bc7a15f8c53643293a00c1d85847518@haiku-os.org> #4103: cddb not working -------------------------------+-------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by bga): Ah, 211 is inexact match. I am not sure we really want to use that and I am also sure that this is not the problem Scott is seeing. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 19:59:31 2009 From: trac at haiku-os.org (bga) Date: Wed, 12 Aug 2009 17:59:31 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.d29bcfbc84dfd978260797e398a1fe75@haiku-os.org> #4103: cddb not working -------------------------------+-------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by bga): Scott, please, do this so we can resolve this problem: 1 - Make sure you have no audio CD mounted.[[BR]] 2 - Close cddb_daemon.[[BR]] 3 - rm -rf ~/config/settings/cdda (this will erase all cdda related files).[[BR]] 4 - Mount an audio CD.[[BR]] 5 - Start cddb_daemon from a Terminal window and paste any output here. After all this, either the CD will be renamed or the cddb_daemon output will show why it was not. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 20:12:08 2009 From: trac at haiku-os.org (leavengood) Date: Wed, 12 Aug 2009 18:12:08 -0000 Subject: [Haiku-bugs] [Haiku] #3420: Provide more standard cursors (etc. cross hair, grab, ...) In-Reply-To: <040.38e7ff403241dbb4cf08113121756e8a@haiku-os.org> References: <040.38e7ff403241dbb4cf08113121756e8a@haiku-os.org> Message-ID: <049.e29886b59c03596607a8374166a39b73@haiku-os.org> #3420: Provide more standard cursors (etc. cross hair, grab, ...) ----------------------------------+----------------------------------------- Reporter: rossi | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Application Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by leavengood): * owner: axeld => leavengood * status: new => assigned Comment: I support this ticket and will take ownership. I'll need more cursors to properly port WebKit. Maybe not all the cursors needed by WebKit should be standard, but a lot could be. Here is a list from WebKit's Cursor.h (http://trac.webkit.org/browser/trunk/WebCore/platform/Cursor.h): {{{ const Cursor& pointerCursor(); const Cursor& crossCursor(); const Cursor& handCursor(); const Cursor& moveCursor(); const Cursor& iBeamCursor(); const Cursor& waitCursor(); const Cursor& helpCursor(); const Cursor& eastResizeCursor(); const Cursor& northResizeCursor(); const Cursor& northEastResizeCursor(); const Cursor& northWestResizeCursor(); const Cursor& southResizeCursor(); const Cursor& southEastResizeCursor(); const Cursor& southWestResizeCursor(); const Cursor& westResizeCursor(); const Cursor& northSouthResizeCursor(); const Cursor& eastWestResizeCursor(); const Cursor& northEastSouthWestResizeCursor(); const Cursor& northWestSouthEastResizeCursor(); const Cursor& columnResizeCursor(); const Cursor& rowResizeCursor(); const Cursor& middlePanningCursor(); const Cursor& eastPanningCursor(); const Cursor& northPanningCursor(); const Cursor& northEastPanningCursor(); const Cursor& northWestPanningCursor(); const Cursor& southPanningCursor(); const Cursor& southEastPanningCursor(); const Cursor& southWestPanningCursor(); const Cursor& westPanningCursor(); const Cursor& verticalTextCursor(); const Cursor& cellCursor(); const Cursor& contextMenuCursor(); const Cursor& noDropCursor(); const Cursor& notAllowedCursor(); const Cursor& progressCursor(); const Cursor& aliasCursor(); const Cursor& zoomInCursor(); const Cursor& zoomOutCursor(); const Cursor& copyCursor(); const Cursor& noneCursor(); const Cursor& grabCursor(); const Cursor& grabbingCursor(); }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 20:13:10 2009 From: trac at haiku-os.org (leavengood) Date: Wed, 12 Aug 2009 18:13:10 -0000 Subject: [Haiku-bugs] [Haiku] #3604: [Trac Bug] AttributeError: 'NoneType' object has no attribute 'split' In-Reply-To: <045.2175ad0317533c904381422bd1409b92@haiku-os.org> References: <045.2175ad0317533c904381422bd1409b92@haiku-os.org> Message-ID: <054.0f469338ac4ed11caa56c052fee9cf9f@haiku-os.org> #3604: [Trac Bug] AttributeError: 'NoneType' object has no attribute 'split' --------------------------+------------------------------------------------- Reporter: leavengood | Owner: nielx Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by leavengood): I have not seen this since it happened. I tried posting the same comment again on that bug and it worked this time, so I guess you can drop this. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 21:09:56 2009 From: trac at haiku-os.org (Blub) Date: Wed, 12 Aug 2009 19:09:56 -0000 Subject: [Haiku-bugs] [Haiku] #4224: patch: private areas, mlock()/munlock() and MAP_LOCKED for mmap() Message-ID: <039.bfbdd2d39660cd913743f506143293b2@haiku-os.org> #4224: patch: private areas, mlock()/munlock() and MAP_LOCKED for mmap() ---------------------------+------------------------------------------------ Reporter: Blub | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Recently I found myself trying to create a private region of memory which is locked into RAM (so it is not swapped), yet not accessible to others, for storing the input of a password field in it. I've come across several problems there: Areas have a B_FULL_LOCK flag, however, it is not possible to prevent them from being cloned. mmap() allocates areas named "mmap area" which can just as well be cloned, and there's no implementation of mlock() (and munlock()) I have implemented mlock() and munlock(), and also added the possibility to use MAP_LOCKED with mmap(). Also I have added a B_PRIVATE_AREA flag which may be used by the user to prevent people from cloning the area, which is also used by mmap() when using the MAP_PRIVATE flag. With this, it is possible for applications to allocate private, protected and locked memory regions where they can store sensitive data when needed. Looking forward to feedback of any kind :) (about the implementation as well as coding style and anything else which would be useful for me to know to be able to provide patches of a good quality if my skills allow it :) ) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 22:42:40 2009 From: trac at haiku-os.org (herdemir) Date: Wed, 12 Aug 2009 20:42:40 -0000 Subject: [Haiku-bugs] [Haiku] #4225: OpenDML type AVIs does not work with avi_reader (and h264 codec table fix patch) Message-ID: <043.4fec916443aafe82e5c1f83df8294fd4@haiku-os.org> #4225: OpenDML type AVIs does not work with avi_reader (and h264 codec table fix patch) ----------------------------------+----------------------------------------- Reporter: herdemir | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Audio & Video/Codecs | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Actually not just problems about the subject, but also some other problems during investigation: * While avi_reader can handle standart AVI files, it cannot handle OpenDML type AVI files. Tested with some avi files with both types and seen that avi_reader can only hanlde 'AVI ' chunk(1-2MB), which shows ~ 5secs video/audio, then gets end of file error. In OpenDML after the 'AVI ' comes 'AVIX' chunk which rest of the stream (179 MB) is, cannot be played. As a temporary solution I switched to ffmpegs AVI reader and it was fine. So, it would be better for the time being to switch to ffmpegs avi reader, until avi_reader can handle it. * While testing avi files, some of them was using H264 video codec, which should play normally, but wasn't working. After some investigation the H264 section of B_AVI_FORMAT_FAMILY in CodecTable was entered wrongly. After fixing it, I could watch them correctly. A fix is attached. * Another problem was, while playing Standart AVI files(XVID & MP3), the sounds get muted after some time or after seeking. Tried with several combinations: {{{ - avi_reader & ffmpeg mp3 decoder - ffmpeg avi reader & (native)mp3Decoder - ffmpeg avi reader & ffmpeg mp3 decoder }}} still it didn't solve the mute problem. I suspect it's related to MediaPlayer, not codec related. * Last problem I could remember is related to ffmpeg. While using avi_reader with an h264 avi file, the video was playing in B_YCbCr422 colorspace. But when using with ffmpeg avi reader, the color space it was using was B_RGB32 and (in some avis, not all) half of the video was showing in green. Even tough some videos did show normal, the conversion to B_RGB32 then to Overlay was consuming much more CPU then B_YCbCr422 to Overlay. It is related either to the ffmpeg reader or MediaPlayer. Sorry for writing it long. And just one question left. I'm trying to learn BeOS/Haiku API and its kit, to contribute in the future. I don't have much pratical experience(except Java & .Net), even though I'm computer engineering student :P. I'm trying to update mp3decoder with the mpg123 1.8.1 library. While trying to update i encountered with stack alignment problem. Is the stack alignment problem fixed in Haiku? If it is how can I clear this stack alignment problem? Some tips could be also enough. Again sorry for writing it sooo long. Tested with r32270 GCC4. The stack alignment problem is tested with GCC2 one, didn't test with GCC4 one. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 12 23:12:43 2009 From: trac at haiku-os.org (nielx) Date: Wed, 12 Aug 2009 21:12:43 -0000 Subject: [Haiku-bugs] [Haiku] #3604: [Trac Bug] AttributeError: 'NoneType' object has no attribute 'split' In-Reply-To: <045.2175ad0317533c904381422bd1409b92@haiku-os.org> References: <045.2175ad0317533c904381422bd1409b92@haiku-os.org> Message-ID: <054.d231535b09c3e1006dccd1465807c088@haiku-os.org> #3604: [Trac Bug] AttributeError: 'NoneType' object has no attribute 'split' ---------------------------+------------------------------------------------ Reporter: leavengood | Owner: nielx Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by nielx): * status: assigned => closed * resolution: => invalid Comment: Please reopen if it happens again! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 00:14:27 2009 From: trac at haiku-os.org (axeld) Date: Wed, 12 Aug 2009 22:14:27 -0000 Subject: [Haiku-bugs] [Haiku] #3409: vm_page_fault: unhandled page fault in kernel space at 0x23, ip 0x8002c525 (in "block notifier/writer") In-Reply-To: <046.e2aec81bce2774d9f1f11001d6cf2f5d@haiku-os.org> References: <046.e2aec81bce2774d9f1f11001d6cf2f5d@haiku-os.org> Message-ID: <055.f605d2f2ebf3daa62390767bad7bf4e2@haiku-os.org> #3409: vm_page_fault: unhandled page fault in kernel space at 0x23, ip 0x8002c525 (in "block notifier/writer") ----------------------------+----------------------------------------------- Reporter: umccullough | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Who knows, but I haven't seen this in a long time either. One can always reopen the bug if it's not yet gone. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 00:49:12 2009 From: trac at haiku-os.org (jprostko) Date: Wed, 12 Aug 2009 22:49:12 -0000 Subject: [Haiku-bugs] [Haiku] #4226: CPUFrequency crash immediately after launch Message-ID: <043.6d30d7f1fb27ad73cc99f2550836f673@haiku-os.org> #4226: CPUFrequency crash immediately after launch --------------------------------------+------------------------------------- Reporter: jprostko | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/CPUFrequency | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------------+------------------------------------- I noticed that upon launching CPUFrequency on my system, it will crash every time, whether or not it is a GCC2 or GCC4 build. My system is an MSI Wind U100 netbook, with an Intel Atom N270 processor. The error has occurred since I remember, and is still present in r32289. I don't have serial output on this computer, so attached are pictures of the screen. The first picture is when the crash occurs, and then there are two screenshots showing the KDL backtrace (both probably showing the same essential information). If syslog/listdev/sysinfo are desired, please mention that and I will provide those. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 06:06:43 2009 From: trac at haiku-os.org (Disreali) Date: Thu, 13 Aug 2009 04:06:43 -0000 Subject: [Haiku-bugs] [Haiku] #4216: Move to / Copy to In-Reply-To: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> References: <044.a953b66f5ed32c258eeef56710f7803f@haiku-os.org> Message-ID: <053.a2c12d1b93bb80c13442910625a3fc4c@haiku-os.org> #4216: Move to / Copy to ----------------------------------+----------------------------------------- Reporter: BePhantom | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by Disreali): After a day to think about what everyone else has contributed to the discussion, I now see my initial comment as a "knee-jerk" reaction to change. I now see there is merit to BePhantom's suggestion. I like humdinger's proposed menu setup in comment 3, although I would remove /common and make /Haiku and other mounted volumes navigable. {{{ Current Folder > Recent Folders > Desktop > home > Haiku > ------------------- [mounted Volume 1] > [mounted Volume 2] > [mounted Volume 3] > }}} Though Jonas's suggested configuration panel would allow more choice for users, I agree with Humdinger on that matter. It would add more complexity for little benefit. I would suggest any config functionality be done after R1 is released. Replying to [comment:6 jonas.kirilla]: > I think these menus were originally meant to start at top-level items (e.g. Home, Desktop, Volumes) and be traversed in a single-direction only. That was the original behaviour but when OpenTracker replace Tracker, axel and other added more functionality for which I am greatful. I especially like the 'Current/Parent Folder' and 'Recent Folder' options. > If there is to remain a speed dial (the folders below the separator) it would make more sense to use that area for Favorite and/or Recent folders. (see BFilePanel's menu) I would not move the 'Recent Folder' option there as its current location is easier for many including myself. However, I do not have any other reasons to keep it at the second spot other than habit. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 09:28:32 2009 From: trac at haiku-os.org (axeld) Date: Thu, 13 Aug 2009 07:28:32 -0000 Subject: [Haiku-bugs] [Haiku] #4227: network stack does not rescan modules when started early Message-ID: <040.3d1bf3baf820f3ee6185fde88260cb6c@haiku-os.org> #4227: network stack does not rescan modules when started early --------------------------------------+------------------------------------- Reporter: axeld | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Network & Internet/Stack | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- When the network stack is already used during the early boot process (for network booting), it won't recognize non-boot network modules later on. It should rescan after the boot device becomes available, but also allow to dynamically add modules later on. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 13:04:05 2009 From: trac at haiku-os.org (ekdahl) Date: Thu, 13 Aug 2009 11:04:05 -0000 Subject: [Haiku-bugs] [Haiku] #4228: DHCP gets the wrong IP address and netmask Message-ID: <041.bd7a7335020e5cd0b33bc192b0737541@haiku-os.org> #4228: DHCP gets the wrong IP address and netmask --------------------------------+------------------------------------------- Reporter: ekdahl | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/net_server | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------+------------------------------------------- When using DHCP I get network settings as in screenshot2, when they should be as in screenshot3 (except that it should still be DHCP). Settings in screenshot3 works. In Ubuntu and Windows i get the IP 192.168.1.100. Network driver is nforce. Revision is 32300 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 14:02:38 2009 From: trac at haiku-os.org (bga) Date: Thu, 13 Aug 2009 12:02:38 -0000 Subject: [Haiku-bugs] [Haiku] #4228: DHCP gets the wrong IP address and netmask In-Reply-To: <041.bd7a7335020e5cd0b33bc192b0737541@haiku-os.org> References: <041.bd7a7335020e5cd0b33bc192b0737541@haiku-os.org> Message-ID: <050.6b38e9acbbf984780f8fc675905b4d9e@haiku-os.org> #4228: DHCP gets the wrong IP address and netmask --------------------------------+------------------------------------------- Reporter: ekdahl | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/net_server | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------+------------------------------------------- Comment(by bga): What you see in screenshot2 is the auto-attributed IP. This means that the DHCP request failed and Haiku tried to configure an IP anyway in a way that is actually a standard. Does this always happen or do you get a valid IP sometimes? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 14:20:32 2009 From: trac at haiku-os.org (ekdahl) Date: Thu, 13 Aug 2009 12:20:32 -0000 Subject: [Haiku-bugs] [Haiku] #4228: DHCP gets the wrong IP address and netmask In-Reply-To: <041.bd7a7335020e5cd0b33bc192b0737541@haiku-os.org> References: <041.bd7a7335020e5cd0b33bc192b0737541@haiku-os.org> Message-ID: <050.6e56df3d9d7a85aa6c95f2ed6c9fc095@haiku-os.org> #4228: DHCP gets the wrong IP address and netmask --------------------------------+------------------------------------------- Reporter: ekdahl | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/net_server | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------+------------------------------------------- Comment(by ekdahl): It always happens, but it did work a couple of months ago. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 14:42:20 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Thu, 13 Aug 2009 12:42:20 -0000 Subject: [Haiku-bugs] [Haiku] #4223: KDL on use of /bin/mountvolume (and multiple images) In-Reply-To: <048.920f4c6763b5ab0d5af348938fc5e467@haiku-os.org> References: <048.920f4c6763b5ab0d5af348938fc5e467@haiku-os.org> Message-ID: <057.093229bd2472ffa77cf3fb9f7c2b675e@haiku-os.org> #4223: KDL on use of /bin/mountvolume (and multiple images) ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jonas.kirilla): mountvolume.txt is from r32305 Lines of interest in mountvolume.cpp: http://haiku.it.su.se:8180/source/xref/src/bin/mountvolume.cpp#459 http://haiku.it.su.se:8180/source/xref/src/bin/mountvolume.cpp#476 http://haiku.it.su.se:8180/source/xref/src/bin/mountvolume.cpp#192 http://haiku.it.su.se:8180/source/xref/src/bin/mountvolume.cpp#195 Today I've had no crash yet, but Tracker, Deskbar and Terminal hung (on filesystem access?) after having tried the same mountvolume thing. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 15:54:45 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 13 Aug 2009 13:54:45 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen Message-ID: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- This is r32241. My notebook has a nvidia 7600 Go chipset. The model should be supported by Haiku's driver, but I can only use fail-safe VESA mode, because else I end up with a black screen after the boot screen. I tried to set usebios = false, but that didn't changed anything.[[BR]] Attached is the log. Maybe you can see what's wrong here, Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 16:15:56 2009 From: trac at haiku-os.org (axeld) Date: Thu, 13 Aug 2009 14:15:56 -0000 Subject: [Haiku-bugs] [Haiku] #4228: DHCP gets the wrong IP address and netmask In-Reply-To: <041.bd7a7335020e5cd0b33bc192b0737541@haiku-os.org> References: <041.bd7a7335020e5cd0b33bc192b0737541@haiku-os.org> Message-ID: <050.1294b1296e7cd97b42732d9ed6374cde@haiku-os.org> #4228: DHCP gets the wrong IP address and netmask -----------------------------+---------------------------------------------- Reporter: ekdahl | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: x86 Blocking: | -----------------------------+---------------------------------------------- Changes (by axeld): * component: Servers/net_server => Drivers/Network -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 17:22:47 2009 From: trac at haiku-os.org (czeidler) Date: Thu, 13 Aug 2009 15:22:47 -0000 Subject: [Haiku-bugs] [Haiku] #4151: Deskbar crash at shutdown/restart in PowerStatus replicant when Battery Info window is shown In-Reply-To: <043.567db1a8a6823c4300b87cae60381691@haiku-os.org> References: <043.567db1a8a6823c4300b87cae60381691@haiku-os.org> Message-ID: <052.a22598d579079cbfdebb98252fdc962d@haiku-os.org> #4151: Deskbar crash at shutdown/restart in PowerStatus replicant when Battery Info window is shown ----------------------------------+----------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: high | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: x86 Blocking: | ----------------------------------+----------------------------------------- Comment(by czeidler): Still there? I think I fixed it a while ago... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 18:09:47 2009 From: trac at haiku-os.org (bonefish) Date: Thu, 13 Aug 2009 16:09:47 -0000 Subject: [Haiku-bugs] [Haiku] #4224: patch: private areas, mlock()/munlock() and MAP_LOCKED for mmap() In-Reply-To: <039.bfbdd2d39660cd913743f506143293b2@haiku-os.org> References: <039.bfbdd2d39660cd913743f506143293b2@haiku-os.org> Message-ID: <048.ffbb759277a35bf21aaecafad31e4e14@haiku-os.org> #4224: patch: private areas, mlock()/munlock() and MAP_LOCKED for mmap() ---------------------------+------------------------------------------------ Reporter: Blub | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bonefish): You have misunderstood the meaning of {{{MAP_PRIVATE}}}. It does only mean that when you map a file in this mode, changes you make to the mapped memory are not written to the file. It does not mean no-one else can read the area. Another process of the same (or a more privileged) user will always have a way to read the memory (and be it via the debugger interface), even when we fully support multi-user. Regarding the m[un]lock() patch, the implementation is unfortunately unsafe. lock_memory()/unlock_memory() must strictly be balanced, i.e. you can't just make them available to userland without additional bookkeeping. One idea was to use the spare bit of the per-page protection nibble. If we also want to support posix_madvise(), we will probably have to allocate a complete byte per page. At any rate neither posix_madvise() nor mlock() are particularly important features. Both only are performance-relevant. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 18:33:46 2009 From: trac at haiku-os.org (aldeck) Date: Thu, 13 Aug 2009 16:33:46 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.060179486b31a7fd07625dd9e4fd7689@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by aldeck): Same problem here on my laptop (forgot to report), exact same device 10de:0398. VESA works ok. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 18:50:48 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 13 Aug 2009 16:50:48 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.910d2bb753e4f248201269ff7371841d@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by humdinger): I wouldn't have a problem with VESA, if it would use the panel's native resolution 1680x1050. Unfortunately it doesn't and stretches 1280x1024 which makes it all very blurry. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 18:58:48 2009 From: trac at haiku-os.org (Blub) Date: Thu, 13 Aug 2009 16:58:48 -0000 Subject: [Haiku-bugs] [Haiku] #4224: patch: private areas, mlock()/munlock() and MAP_LOCKED for mmap() In-Reply-To: <039.bfbdd2d39660cd913743f506143293b2@haiku-os.org> References: <039.bfbdd2d39660cd913743f506143293b2@haiku-os.org> Message-ID: <048.877b4a0d556071056cc09c8cdd910516@haiku-os.org> #4224: patch: private areas, mlock()/munlock() and MAP_LOCKED for mmap() ---------------------------+------------------------------------------------ Reporter: Blub | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by Blub): What about the B_PRIVATE_AREA flag as a flag to create_area() though? It would at keep lower-priviledged users from reading the data, and higher- priviledged users would be forced to user the debugger interface. I could provide a patch with only that implemented. Personally I think it's important to be able to allocate "more private" areas. Of course, a high-priviledged user will always have their way of reading the memory, but at least it would require means which you could at least consider "abuse" when used solely to get access to information which they're not supposed to have. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 19:02:45 2009 From: trac at haiku-os.org (diver) Date: Thu, 13 Aug 2009 17:02:45 -0000 Subject: [Haiku-bugs] [Haiku] #4230: [Deskbar] Vulcan Death Grip no longer work Message-ID: <040.def44c35e395728576624111cdb05ad8@haiku-os.org> #4230: [Deskbar] Vulcan Death Grip no longer work ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- It seems I can't kill any app using Vulcan Death Grip. Tested in VirtualBox 3.0.4 and VMplayer 2.5.2. I would like to have this regression fixed before alpha if possible. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 19:05:29 2009 From: trac at haiku-os.org (diver) Date: Thu, 13 Aug 2009 17:05:29 -0000 Subject: [Haiku-bugs] [Haiku] #4231: [Screen] Apply button is always active Message-ID: <040.3b45f728a785b6ce20464ac30db5993c@haiku-os.org> #4231: [Screen] Apply button is always active --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Apply button is always active even if no changes have been made -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 19:09:06 2009 From: trac at haiku-os.org (anevilyak) Date: Thu, 13 Aug 2009 17:09:06 -0000 Subject: [Haiku-bugs] [Haiku] #4231: [Screen] Apply button is always active In-Reply-To: <040.3b45f728a785b6ce20464ac30db5993c@haiku-os.org> References: <040.3b45f728a785b6ce20464ac30db5993c@haiku-os.org> Message-ID: <049.a925b3d43a8c9b5fad64d1bacd8b47d0@haiku-os.org> #4231: [Screen] Apply button is always active --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by anevilyak): I believe Apply is always enabled if set to "All Workspaces" rather than the current one. Is that the case for you? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 19:17:35 2009 From: trac at haiku-os.org (diver) Date: Thu, 13 Aug 2009 17:17:35 -0000 Subject: [Haiku-bugs] [Haiku] #4231: [Screen] Apply button is always active In-Reply-To: <040.3b45f728a785b6ce20464ac30db5993c@haiku-os.org> References: <040.3b45f728a785b6ce20464ac30db5993c@haiku-os.org> Message-ID: <049.da47dd248e0c18fb2f07adce6953d24c@haiku-os.org> #4231: [Screen] Apply button is always active --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Screen | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by diver): It is. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 19:18:55 2009 From: trac at haiku-os.org (mmadia) Date: Thu, 13 Aug 2009 17:18:55 -0000 Subject: [Haiku-bugs] [Haiku] #3756: [patch] Dvorak keymap -- RCommand, ROption In-Reply-To: <041.538cce882c508cce24d48e07af7c0d9a@haiku-os.org> References: <041.538cce882c508cce24d48e07af7c0d9a@haiku-os.org> Message-ID: <050.b3e00708ae95e7fbda3547f6546306bd@haiku-os.org> #3756: [patch] Dvorak keymap -- RCommand, ROption --------------------------------+------------------------------------------- Reporter: mmadia | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Preferences/Keymap | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by mmadia): any chance of having this committed? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 19:20:32 2009 From: trac at haiku-os.org (mmadia) Date: Thu, 13 Aug 2009 17:20:32 -0000 Subject: [Haiku-bugs] [Haiku] #3491: Create fields for GCC version, kernel-version, and hardware type In-Reply-To: <041.3c8c9726145264810d2b95b8170985b1@haiku-os.org> References: <041.3c8c9726145264810d2b95b8170985b1@haiku-os.org> Message-ID: <050.92f479b2496b195488364c15286a8272@haiku-os.org> #3491: Create fields for GCC version, kernel-version, and hardware type ---------------------------+------------------------------------------------ Reporter: mmadia | Owner: haiku-web Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Website/Trac | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by mmadia): * status: new => closed * resolution: => invalid Comment: closing invalid. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 19:22:59 2009 From: trac at haiku-os.org (mmadia) Date: Thu, 13 Aug 2009 17:22:59 -0000 Subject: [Haiku-bugs] [Haiku] #3580: details : "Add encoding support to our MediaKit" In-Reply-To: <041.e3c210482c7c405b1190d499639cac75@haiku-os.org> References: <041.e3c210482c7c405b1190d499639cac75@haiku-os.org> Message-ID: <050.c51190f7b9a70d56600b0c98506cdb22@haiku-os.org> #3580: details : "Add encoding support to our MediaKit" -----------------------------+---------------------------------------------- Reporter: mmadia | Owner: marcusoverhagen Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Kits/Media Kit | Version: Resolution: invalid | Blockedby: Platform: All | Blocking: -----------------------------+---------------------------------------------- Changes (by mmadia): * status: new => closed * resolution: => invalid Comment: closing invalid, as it was not selected as a GSoC project and there has been some recent work in MediaConverter. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 19:25:14 2009 From: trac at haiku-os.org (anevilyak) Date: Thu, 13 Aug 2009 17:25:14 -0000 Subject: [Haiku-bugs] [Haiku] #3580: details : "Add encoding support to our MediaKit" In-Reply-To: <041.e3c210482c7c405b1190d499639cac75@haiku-os.org> References: <041.e3c210482c7c405b1190d499639cac75@haiku-os.org> Message-ID: <050.71e721244e21f1492a9defbaf24210f4@haiku-os.org> #3580: details : "Add encoding support to our MediaKit" -----------------------------+---------------------------------------------- Reporter: mmadia | Owner: marcusoverhagen Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Kits/Media Kit | Version: Resolution: invalid | Blockedby: Platform: All | Blocking: -----------------------------+---------------------------------------------- Comment(by anevilyak): That should actually be "fixed", stippi implemented media kit encoding during the informal code gathering. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 19:27:39 2009 From: trac at haiku-os.org (mmadia) Date: Thu, 13 Aug 2009 17:27:39 -0000 Subject: [Haiku-bugs] [Haiku] #3580: details : "Add encoding support to our MediaKit" In-Reply-To: <041.e3c210482c7c405b1190d499639cac75@haiku-os.org> References: <041.e3c210482c7c405b1190d499639cac75@haiku-os.org> Message-ID: <050.78f5c890f752a5366f12452e2ece1d86@haiku-os.org> #3580: details : "Add encoding support to our MediaKit" -----------------------------+---------------------------------------------- Reporter: mmadia | Owner: marcusoverhagen Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Media Kit | Version: Resolution: | Blockedby: Platform: All | Blocking: -----------------------------+---------------------------------------------- Changes (by mmadia): * status: closed => reopened * resolution: invalid => -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 19:28:09 2009 From: trac at haiku-os.org (mmadia) Date: Thu, 13 Aug 2009 17:28:09 -0000 Subject: [Haiku-bugs] [Haiku] #3580: details : "Add encoding support to our MediaKit" In-Reply-To: <041.e3c210482c7c405b1190d499639cac75@haiku-os.org> References: <041.e3c210482c7c405b1190d499639cac75@haiku-os.org> Message-ID: <050.c0acd966c0de9c499c660283c44430a7@haiku-os.org> #3580: details : "Add encoding support to our MediaKit" -----------------------------+---------------------------------------------- Reporter: mmadia | Owner: marcusoverhagen Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Kits/Media Kit | Version: Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------+---------------------------------------------- Changes (by mmadia): * status: reopened => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 19:31:30 2009 From: trac at haiku-os.org (axeld) Date: Thu, 13 Aug 2009 17:31:30 -0000 Subject: [Haiku-bugs] [Haiku] #4224: patch: private areas, mlock()/munlock() and MAP_LOCKED for mmap() In-Reply-To: <039.bfbdd2d39660cd913743f506143293b2@haiku-os.org> References: <039.bfbdd2d39660cd913743f506143293b2@haiku-os.org> Message-ID: <048.cb50261ad6a8d60d7e93574da62f3170@haiku-os.org> #4224: patch: private areas, mlock()/munlock() and MAP_LOCKED for mmap() ---------------------------+------------------------------------------------ Reporter: Blub | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by axeld): Also, you can only clone all areas right now, as you are root. Once we have proper multi user support, this won't work anymore that easily. And it's always better to be secure by default, and not having to ask for it specifically. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 19:37:57 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 13 Aug 2009 17:37:57 -0000 Subject: [Haiku-bugs] [Haiku] #4230: [Deskbar] Vulcan Death Grip no longer work In-Reply-To: <040.def44c35e395728576624111cdb05ad8@haiku-os.org> References: <040.def44c35e395728576624111cdb05ad8@haiku-os.org> Message-ID: <049.4cb42c40872a6824c11cf09520d84617@haiku-os.org> #4230: [Deskbar] Vulcan Death Grip no longer work ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): It's still there, though IIRC it was done with a different under BeOS. I may remember it wrong though. In Haiku it's COMMAND+OPT+SHIFT+click-on-Deskbar-entry. On my German keymap that's ALT+AltGr+Shift. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 20:02:17 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 13 Aug 2009 18:02:17 -0000 Subject: [Haiku-bugs] [Haiku] #4190: Several small usability enhancements (mostly easy) In-Reply-To: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> References: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> Message-ID: <053.46ec0c403b0f21e1f0c941ffb8c51b3a@haiku-os.org> #4190: Several small usability enhancements (mostly easy) ------------------------------------+--------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/ShowImage | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by humdinger): Thanks for looking into it, Ryan. I have one more issue:[[BR]] We have "Zoom to Window" to enlarge a smaller image to fit the windows.[[BR]] We have "Shrink to Window" to scale down a larger image to fit the window. What always stays the same ATM, is the window size.[[BR]] What's missing is an option that changes the window size to fit the image. I'm even of the opinion that this should be the default, and what we're really missing is a "Keep Window Size" option. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 20:13:41 2009 From: trac at haiku-os.org (leavengood) Date: Thu, 13 Aug 2009 18:13:41 -0000 Subject: [Haiku-bugs] [Haiku] #4190: Several small usability enhancements (mostly easy) In-Reply-To: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> References: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> Message-ID: <053.2dc5d1dcedbb554ee86d81ca391bacfc@haiku-os.org> #4190: Several small usability enhancements (mostly easy) ------------------------------------+--------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/ShowImage | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by leavengood): Replying to [comment:2 humdinger]: > > I have one more issue:[[BR]] > We have "Zoom to Window" to enlarge a smaller image to fit the windows.[[BR]] > We have "Shrink to Window" to scale down a larger image to fit the window. I actually discovered an old TODO of mine to remove those two options and replace them with one: "Scale to Fit". I've always found them both a bit awkward. Actually I don't really see the utility of "Zoom to Window" at all. Especially once we have mouse wheel zooming. So maybe I'll just rename "Shrink to Window" as "Scale to Fit" or "Scale to Window". Or just leave it and remove "Zoom to Window". > What always stays the same ATM, is the window size.[[BR]] > What's missing is an option that changes the window size to fit the image. I'm even of the opinion that this should be the default, and what we're really missing is a "Keep Window Size" option. Actually I'm pretty sure this is what ShowImage does by default. But I'll look at it more closely. I'm also going to consider re-arranging the menus some, as what should be settings (like the slideshow delay) are under the View menu. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 20:20:30 2009 From: trac at haiku-os.org (starsseed) Date: Thu, 13 Aug 2009 18:20:30 -0000 Subject: [Haiku-bugs] [Haiku] #4232: problem starting vmware player with the gcc4 compiled disk image Message-ID: <044.bb09f4aa88971f3ea16e907312661b24@haiku-os.org> #4232: problem starting vmware player with the gcc4 compiled disk image --------------------------+------------------------------------------------- Reporter: starsseed | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- VMWare Workstation fail when opening then virtual disk image : "File not found: haiku-pre-alpha-gcc4.vmdk"[[BR]] When I convert the disk with VitualDiskConverter ( [http://starsseed.free.fr/VirtualDiskConverter.exe http://starsseed.free.fr/VirtualDiskConverter.exe] ) the virtual machine starts normaly and Haiku boot successfully[[BR]] The embedded descriptor seems to be correct. May be a problem in the ''SparseExtentHeader'' struct [[BR]][[BR]] [http://www.haiku- os.org/community/forum/problem_starting_vmware_image#comment-12056 http://www.haiku- os.org/community/forum/problem_starting_vmware_image#comment-12056] -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 13 20:22:28 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 13 Aug 2009 18:22:28 -0000 Subject: [Haiku-bugs] [Haiku] #4190: Several small usability enhancements (mostly easy) In-Reply-To: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> References: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> Message-ID: <053.d11788776fcb97431b9d0fc4dcf9e43d@haiku-os.org> #4190: Several small usability enhancements (mostly easy) ------------------------------------+--------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/ShowImage | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by humdinger): Replying to [comment:3 leavengood]: > I actually discovered an old TODO of mine to remove those two options and replace them with one: [...] "Scale to Window". Good call! > > What's missing is an option that changes the window size to fit the image. I'm even of the opinion that this should be the default, and what we're really missing is a "Keep Window Size" option. > > Actually I'm pretty sure this is what ShowImage does by default. But I'll look at it more closely. It dosen't. Nevertheless, an option to "Lock Window Size" is a good idea. > I'm also going to consider re-arranging the menus some, as what should be settings (like the slideshow delay) are under the View menu. You do that. :)[[BR]] And change the fullscreen shortcut to ALT+RETURN. That has been discussed as well some time ago... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 09:35:57 2009 From: trac at haiku-os.org (leavengood) Date: Fri, 14 Aug 2009 07:35:57 -0000 Subject: [Haiku-bugs] [Haiku] #4190: Several small usability enhancements (mostly easy) In-Reply-To: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> References: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> Message-ID: <053.6a2cc6eb001a9dd6d29bbc122394e71e@haiku-os.org> #4190: Several small usability enhancements (mostly easy) ------------------------------------+--------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/ShowImage | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by leavengood): I've implemented the enhancements from the original ticket in r32343. But I'm going to leave this ticket open to address the other things I mentioned. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 11:01:59 2009 From: trac at haiku-os.org (humdinger) Date: Fri, 14 Aug 2009 09:01:59 -0000 Subject: [Haiku-bugs] [Haiku] #3894: [Installer] Haiku logo shifts after toggling "Show Optional Packages" In-Reply-To: <040.b451842dd8542696e0492ce6de14f7f4@haiku-os.org> References: <040.b451842dd8542696e0492ce6de14f7f4@haiku-os.org> Message-ID: <049.9e9fbd6e86aa10ea118a284983951220@haiku-os.org> #3894: [Installer] Haiku logo shifts after toggling "Show Optional Packages" -------------------------------------+-------------------------------------- Reporter: diver | Owner: korli Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Installer | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -------------------------------------+-------------------------------------- Comment(by humdinger): > But I would be ok with reopening the bug, too, if more people think it's not elegant enough. Please do consider it. :)[[BR]] Just like the GetInfo panel retracts when re-hiding the permissions, so should Installer. If you concern is a user-resized window, you should just remember the size before expanding and go back to those. Also, resizing while the OptionalPackage view is expanded, should resize that view and the additional-needed-diskspace string along with the lower window border. Also, there are visual glitches of the dropdown-menus when resizing horizontally.[[BR]] Should I open a new ticket for all this? It's taken an off-topic turn... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 11:11:44 2009 From: trac at haiku-os.org (humdinger) Date: Fri, 14 Aug 2009 09:11:44 -0000 Subject: [Haiku-bugs] [Haiku] #4190: Several small usability enhancements (mostly easy) In-Reply-To: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> References: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> Message-ID: <053.81f742dc2099a4931517cc103f122718@haiku-os.org> #4190: Several small usability enhancements (mostly easy) ------------------------------------+--------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/ShowImage | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by humdinger): May I add another little thing to your workload? :) The "Use as Desktop Background" should IMO not set the current image as background directly, but open the Backgrounds preferences with that image pre-set. From here the user can decide to use as is and click "Apply" (just one additional click in this case). OTOH, he can also decide to set for all workspaces, stretch/tile/position manually or also set the icon- outline option if it's a very bright image. I'd change the title to "Use as Background", because we have multiple workspaces. Also, don't forget the context menu, ATM the title is different there: "As Desktop Background". -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 11:39:49 2009 From: trac at haiku-os.org (brunobratwurst) Date: Fri, 14 Aug 2009 09:39:49 -0000 Subject: [Haiku-bugs] [Haiku] #4135: KDL booting from USB Kingston DataTraveler G2 4gb stick In-Reply-To: <046.c37ee06c26af59fcc5e89885d936b114@haiku-os.org> References: <046.c37ee06c26af59fcc5e89885d936b114@haiku-os.org> Message-ID: <055.9148a12971a730c8166a51c00f814b91@haiku-os.org> #4135: KDL booting from USB Kingston DataTraveler G2 4gb stick -------------------------+-------------------------------------------------- Reporter: umccullough | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: 4179 | -------------------------+-------------------------------------------------- Comment(by brunobratwurst): I send you my syslog of that usb stick (#4179) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 12:06:43 2009 From: trac at haiku-os.org (diver) Date: Fri, 14 Aug 2009 10:06:43 -0000 Subject: [Haiku-bugs] [Haiku] #4190: Several small usability enhancements (mostly easy) In-Reply-To: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> References: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> Message-ID: <053.26ca4a1d0c71349b4a3f619c612cc684@haiku-os.org> #4190: Several small usability enhancements (mostly easy) ------------------------------------+--------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/ShowImage | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by diver): Alt or Ctrl: scroll horizontal still doesn't work in r32345.[[BR]] And is there a need in black border (1px) around the image? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 12:13:22 2009 From: trac at haiku-os.org (diver) Date: Fri, 14 Aug 2009 10:13:22 -0000 Subject: [Haiku-bugs] [Haiku] #4233: [OpenTerminal] doesn't work if any file is selected Message-ID: <040.87c7d4d88106b68428ad33da6f8b451e@haiku-os.org> #4233: [OpenTerminal] doesn't work if any file is selected -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- This is r32346 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 12:27:29 2009 From: trac at haiku-os.org (diver) Date: Fri, 14 Aug 2009 10:27:29 -0000 Subject: [Haiku-bugs] [Haiku] #4230: [Deskbar] Vulcan Death Grip no longer work In-Reply-To: <040.def44c35e395728576624111cdb05ad8@haiku-os.org> References: <040.def44c35e395728576624111cdb05ad8@haiku-os.org> Message-ID: <049.cae0ef02f53497adddbc8faded908e30@haiku-os.org> #4230: [Deskbar] Vulcan Death Grip no longer work ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by diver): Just to be sure it's not a bug in my custom image I downloaded http ://haiku-files.org/vm/haiku-pre-alpha-r32334-vm.zip and can't kill anything using VDG. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 14:11:18 2009 From: trac at haiku-os.org (HaikuBot) Date: Fri, 14 Aug 2009 12:11:18 -0000 Subject: [Haiku-bugs] [Haiku] #4234: GLTeapot Bug. Message-ID: <043.09c8136d9dd6021decafbc46484b326e@haiku-os.org> #4234: GLTeapot Bug. -----------------------+---------------------------------------------------- Reporter: HaikuBot | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- If run GLTeapot and minimize it and switch to another desktop and then return on desktop with GLTeapot you will see it on desktop without window borders. But we shouldn't see it because we minimized it. Here link on video with reproduction this bug: http://rapidshare.com/files/267270859/gl_teapot.avi.html -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 14:14:28 2009 From: trac at haiku-os.org (Blub) Date: Fri, 14 Aug 2009 12:14:28 -0000 Subject: [Haiku-bugs] [Haiku] #4224: patch: private areas, mlock()/munlock() and MAP_LOCKED for mmap() In-Reply-To: <039.bfbdd2d39660cd913743f506143293b2@haiku-os.org> References: <039.bfbdd2d39660cd913743f506143293b2@haiku-os.org> Message-ID: <048.d87e8018ed62c66e2fc5f49a457696ff@haiku-os.org> #4224: patch: private areas, mlock()/munlock() and MAP_LOCKED for mmap() ---------------------------+------------------------------------------------ Reporter: Blub | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by Blub): Makes sense to me, okay then, thanks for the replies. So I guess this ticket can be closed then? After reading the mlock manpage again I can see the problem now. Particularly the part about munlock() not affecting any locks established by other processes. So one spare-bit wouldn't be enough for this. I guess the multiuser support will be worked on more extensively after the upcoming release? I'm already looking forward to it :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 14:31:31 2009 From: trac at haiku-os.org (humdinger) Date: Fri, 14 Aug 2009 12:31:31 -0000 Subject: [Haiku-bugs] [Haiku] #4230: [Deskbar] Vulcan Death Grip no longer work In-Reply-To: <040.def44c35e395728576624111cdb05ad8@haiku-os.org> References: <040.def44c35e395728576624111cdb05ad8@haiku-os.org> Message-ID: <049.0d8b8725f3a3d35afa32e7d769e36750@haiku-os.org> #4230: [Deskbar] Vulcan Death Grip no longer work ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): Open the keymap preferences and have a look where your CMD and OPT keys are. The American keymap, for example, has its OPT key mapped to the WIN key (on my keyboard). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 16:19:30 2009 From: trac at haiku-os.org (Disreali) Date: Fri, 14 Aug 2009 14:19:30 -0000 Subject: [Haiku-bugs] [Haiku] #3642: Tracker crashes when Expander attempts to unzip a zip file In-Reply-To: <043.c2adc0481744e32e918b86ce5dc7258f@haiku-os.org> References: <043.c2adc0481744e32e918b86ce5dc7258f@haiku-os.org> Message-ID: <052.158cd99ecd68ff9feb03b48397cddfe6@haiku-os.org> #3642: Tracker crashes when Expander attempts to unzip a zip file -----------------------+---------------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: x86 Blocking: | -----------------------+---------------------------------------------------- Comment(by Disreali): I have not experienced this issue in a long time. Should it be closed? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 16:44:48 2009 From: trac at haiku-os.org (diver) Date: Fri, 14 Aug 2009 14:44:48 -0000 Subject: [Haiku-bugs] [Haiku] #4230: [Deskbar] Vulcan Death Grip no longer work In-Reply-To: <040.def44c35e395728576624111cdb05ad8@haiku-os.org> References: <040.def44c35e395728576624111cdb05ad8@haiku-os.org> Message-ID: <049.aa9066cbba2f75b50b1658ec2ee10a80@haiku-os.org> #4230: [Deskbar] Vulcan Death Grip no longer work ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by diver): As I've used default image an American keymap was used to test it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 16:51:02 2009 From: trac at haiku-os.org (anevilyak) Date: Fri, 14 Aug 2009 14:51:02 -0000 Subject: [Haiku-bugs] [Haiku] #4230: [Deskbar] Vulcan Death Grip no longer work In-Reply-To: <040.def44c35e395728576624111cdb05ad8@haiku-os.org> References: <040.def44c35e395728576624111cdb05ad8@haiku-os.org> Message-ID: <049.f29a693961efc47e518df4beeca7d380@haiku-os.org> #4230: [Deskbar] Vulcan Death Grip no longer work ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by anevilyak): Hm... right win + right alt + right shift works for me here on american layout. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 16:55:38 2009 From: trac at haiku-os.org (aldeck) Date: Fri, 14 Aug 2009 14:55:38 -0000 Subject: [Haiku-bugs] [Haiku] #3642: Tracker crashes when Expander attempts to unzip a zip file In-Reply-To: <043.c2adc0481744e32e918b86ce5dc7258f@haiku-os.org> References: <043.c2adc0481744e32e918b86ce5dc7258f@haiku-os.org> Message-ID: <052.296ef9597336be915fe7fdec15113ca1@haiku-os.org> #3642: Tracker crashes when Expander attempts to unzip a zip file ------------------------+--------------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: ------------------------+--------------------------------------------------- Changes (by aldeck): * status: new => closed * resolution: => fixed Comment: Yes, looking at the screenshots, it was most certainly a dup of #3710. Thanks for the update. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 16:58:22 2009 From: trac at haiku-os.org (aldeck) Date: Fri, 14 Aug 2009 14:58:22 -0000 Subject: [Haiku-bugs] [Haiku] #3642: Tracker crashes when Expander attempts to unzip a zip file In-Reply-To: <043.c2adc0481744e32e918b86ce5dc7258f@haiku-os.org> References: <043.c2adc0481744e32e918b86ce5dc7258f@haiku-os.org> Message-ID: <052.37249f2099d7072c67d88bf20bd53914@haiku-os.org> #3642: Tracker crashes when Expander attempts to unzip a zip file ------------------------+--------------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: ------------------------+--------------------------------------------------- Changes (by aldeck): * status: closed => reopened * resolution: fixed => Comment: changing resolution to duplicate -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 16:58:56 2009 From: trac at haiku-os.org (aldeck) Date: Fri, 14 Aug 2009 14:58:56 -0000 Subject: [Haiku-bugs] [Haiku] #3642: Tracker crashes when Expander attempts to unzip a zip file In-Reply-To: <043.c2adc0481744e32e918b86ce5dc7258f@haiku-os.org> References: <043.c2adc0481744e32e918b86ce5dc7258f@haiku-os.org> Message-ID: <052.35e68d66995db7ba208fa30973cdc0d0@haiku-os.org> #3642: Tracker crashes when Expander attempts to unzip a zip file ------------------------+--------------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: duplicate | Blockedby: 3710 Platform: x86 | Blocking: ------------------------+--------------------------------------------------- Changes (by aldeck): * status: reopened => closed * resolution: => duplicate * blockedby: => 3710 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 17:11:32 2009 From: trac at haiku-os.org (augiedoggie) Date: Fri, 14 Aug 2009 15:11:32 -0000 Subject: [Haiku-bugs] [Haiku] #4233: [OpenTerminal] doesn't work if any file is selected In-Reply-To: <040.87c7d4d88106b68428ad33da6f8b451e@haiku-os.org> References: <040.87c7d4d88106b68428ad33da6f8b451e@haiku-os.org> Message-ID: <049.a1c421c4bd46bdc2bb15491ca83d1ce7@haiku-os.org> #4233: [OpenTerminal] doesn't work if any file is selected -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by augiedoggie): This is because an old version was used at first. The new version that was committed should fix this. But, it needs a 'using namespace std' statement to build properly on gcc4. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 17:18:56 2009 From: trac at haiku-os.org (axeld) Date: Fri, 14 Aug 2009 15:18:56 -0000 Subject: [Haiku-bugs] [Haiku] #4230: [Deskbar] Vulcan Death Grip no longer work In-Reply-To: <040.def44c35e395728576624111cdb05ad8@haiku-os.org> References: <040.def44c35e395728576624111cdb05ad8@haiku-os.org> Message-ID: <049.89829b554ba4a865a8a43d92746983b0@haiku-os.org> #4230: [Deskbar] Vulcan Death Grip no longer work -----------------------------------+---------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by axeld): * status: new => closed * resolution: => invalid Comment: I guess diver is testing with a US internal keymap or vice versa. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 17:19:51 2009 From: trac at haiku-os.org (bonefish) Date: Fri, 14 Aug 2009 15:19:51 -0000 Subject: [Haiku-bugs] [Haiku] #4224: patch: private areas, mlock()/munlock() and MAP_LOCKED for mmap() In-Reply-To: <039.bfbdd2d39660cd913743f506143293b2@haiku-os.org> References: <039.bfbdd2d39660cd913743f506143293b2@haiku-os.org> Message-ID: <048.7318f1718ca0b9ac41b0e39aec08b78d@haiku-os.org> #4224: patch: private areas, mlock()/munlock() and MAP_LOCKED for mmap() ----------------------------+----------------------------------------------- Reporter: Blub | Owner: axeld Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by bonefish): * status: new => closed * resolution: => invalid Comment: Replying to [comment:4 Blub]: > After reading the mlock manpage again I can see the problem now. Particularly the part about munlock() not affecting any locks established by other processes. So one spare-bit wouldn't be enough for this. The locks of other processes shall not be affected. The bits are associated with the area though, which belongs to the process calling m[un]lock(). I.e. one effectively has on bit per process and page. And there's already a per-page counter indicating whether the page is locked. > I guess the multiuser support will be worked on more extensively after the upcoming release? I'm already looking forward to it :) Well, at some point after R1 multi-user will be attacked. It's quite a big chunk of work, though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 17:33:07 2009 From: trac at haiku-os.org (phoudoin) Date: Fri, 14 Aug 2009 15:33:07 -0000 Subject: [Haiku-bugs] [Haiku] #4234: GLTeapot Bug. In-Reply-To: <043.09c8136d9dd6021decafbc46484b326e@haiku-os.org> References: <043.09c8136d9dd6021decafbc46484b326e@haiku-os.org> Message-ID: <052.fb507e5e0cf9590ae34045a3fa8a7b68@haiku-os.org> #4234: GLTeapot Bug. -----------------------+---------------------------------------------------- Reporter: HaikuBot | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by phoudoin): Guys, sounds more like an issue with BDirectWindow on workspace change than an OpenGL one, no? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 17:48:15 2009 From: trac at haiku-os.org (jackburton) Date: Fri, 14 Aug 2009 15:48:15 -0000 Subject: [Haiku-bugs] [Haiku] #4234: GLTeapot Bug. In-Reply-To: <043.09c8136d9dd6021decafbc46484b326e@haiku-os.org> References: <043.09c8136d9dd6021decafbc46484b326e@haiku-os.org> Message-ID: <052.0ce212dd1fdbe87d8e14aad508a6db20@haiku-os.org> #4234: GLTeapot Bug. ------------------------+--------------------------------------------------- Reporter: HaikuBot | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------+--------------------------------------------------- Changes (by jackburton): * status: new => closed * resolution: => fixed Comment: Replying to [comment:1 phoudoin]: > Guys, sounds more like an issue with BDirectWindow on workspace change than an OpenGL one, no? Indeed. Fixed in r32369. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 17:50:46 2009 From: trac at haiku-os.org (stpere) Date: Fri, 14 Aug 2009 15:50:46 -0000 Subject: [Haiku-bugs] [Haiku] #4205: Network Preferences should check input of IP addresses In-Reply-To: <042.aa2ba80ab1a114127431818a4827b175@haiku-os.org> References: <042.aa2ba80ab1a114127431818a4827b175@haiku-os.org> Message-ID: <051.4c4495918bfc867f6916a82115933396@haiku-os.org> #4205: Network Preferences should check input of IP addresses ----------------------------------+----------------------------------------- Reporter: scottmc | Owner: stpere Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences/Network | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------------+----------------------------------------- Changes (by stpere): * status: assigned => closed * resolution: => fixed Comment: Should be fixed in r32370. Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 18:05:09 2009 From: trac at haiku-os.org (axeld) Date: Fri, 14 Aug 2009 16:05:09 -0000 Subject: [Haiku-bugs] [Haiku] #4215: MediaPlayer outputs only black frame when Acceleration is enabled In-Reply-To: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> References: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> Message-ID: <051.3aa63082ce26be331c9ef05e87aeb3a8@haiku-os.org> #4215: MediaPlayer outputs only black frame when Acceleration is enabled ---------------------------------------------+------------------------------ Reporter: jahaiku | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------------+------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: I disabled overlay for the reported cards. I can only confirm it works fine on i865, and G33. I also have a i965 where it worked at some point, but I can't test this right now (and in the next weeks). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 18:25:02 2009 From: trac at haiku-os.org (umccullough) Date: Fri, 14 Aug 2009 16:25:02 -0000 Subject: [Haiku-bugs] [Haiku] #4232: problem starting vmware player with the gcc4 compiled disk image In-Reply-To: <044.bb09f4aa88971f3ea16e907312661b24@haiku-os.org> References: <044.bb09f4aa88971f3ea16e907312661b24@haiku-os.org> Message-ID: <053.b654398fd59dcf917adda88792bf0586@haiku-os.org> #4232: problem starting vmware player with the gcc4 compiled disk image --------------------------+------------------------------------------------- Reporter: starsseed | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by umccullough): This appears to only be an issue with the gcc4 versions of the vmware images. Can someone who uses vmware test-build their own and determine if this really an issue with the vmdk header creation, or if it's an issue specifically with the machine doing the builds for the haiku-files.org page (run by Phil) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 18:39:52 2009 From: trac at haiku-os.org (stpere) Date: Fri, 14 Aug 2009 16:39:52 -0000 Subject: [Haiku-bugs] [Haiku] #3911: DiskProbe cascades windows off screen In-Reply-To: <048.b2cded3f0d39fdb7bc401f7e51033ea1@haiku-os.org> References: <048.b2cded3f0d39fdb7bc401f7e51033ea1@haiku-os.org> Message-ID: <057.1fee8dcbe1556c73d264255159bdde77@haiku-os.org> #3911: DiskProbe cascades windows off screen ------------------------------------+--------------------------------------- Reporter: jonas.kirilla | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/DiskProbe | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Changes (by stpere): * owner: axeld => stpere * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 18:52:29 2009 From: trac at haiku-os.org (axeld) Date: Fri, 14 Aug 2009 16:52:29 -0000 Subject: [Haiku-bugs] [Haiku] #4234: GLTeapot Bug. In-Reply-To: <043.09c8136d9dd6021decafbc46484b326e@haiku-os.org> References: <043.09c8136d9dd6021decafbc46484b326e@haiku-os.org> Message-ID: <052.5fd062cd52f29761daebcb24685022dd@haiku-os.org> #4234: GLTeapot Bug. ---------------------------------+------------------------------------------ Reporter: HaikuBot | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * component: - General => Servers/app_server -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 19:38:40 2009 From: trac at haiku-os.org (starsseed) Date: Fri, 14 Aug 2009 17:38:40 -0000 Subject: [Haiku-bugs] [Haiku] #4235: partition type is missing in DriveSetup Message-ID: <044.ec34e51e74760caecfc6ee9955fd7bb5@haiku-os.org> #4235: partition type is missing in DriveSetup -------------------------------------+-------------------------------------- Reporter: starsseed | Owner: stippi Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/DriveSetup | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- DriveSetup should show the partition type (or the partition type label)[[BR]] eb - BeFS[[BR]] 07 - Windows NTFS[[BR]] 42 - Linux swap[[BR]] ... see : [http://www.win.tue.nl/~aeb/partitions/partition_types-1.html http://www.win.tue.nl/~aeb/partitions/partition_types-1.html] -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 19:41:04 2009 From: trac at haiku-os.org (scottmc) Date: Fri, 14 Aug 2009 17:41:04 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.0cd3598be8eef9b577726024c2319eb9@haiku-os.org> #4103: cddb not working -------------------------------+-------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by scottmc): Replying to [comment:21 bga]: > Scott, please, do this so we can resolve this problem: > > 1 - Make sure you have no audio CD mounted.[[BR]] > 2 - Close cddb_daemon.[[BR]] > 3 - rm -rf ~/config/settings/cdda (this will erase all cdda related files).[[BR]] > 4 - Mount an audio CD.[[BR]] > 5 - Start cddb_daemon from a Terminal window and paste any output here. > > After all this, either the CD will be renamed or the cddb_daemon output will show why it was not. I will try this in the next day or two. Both of the laptops that I have had this issue on have AMD64 CPUs, could there be some Intel specific code that is tripping this up? Perhaps SSE3 or something along those lines? Just a thought. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 19:45:53 2009 From: trac at haiku-os.org (scottmc) Date: Fri, 14 Aug 2009 17:45:53 -0000 Subject: [Haiku-bugs] [Haiku] #4215: MediaPlayer outputs only black frame when Acceleration is enabled In-Reply-To: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> References: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> Message-ID: <051.2e06fcf382cad20ecdadd6f364bb38d9@haiku-os.org> #4215: MediaPlayer outputs only black frame when Acceleration is enabled ---------------------------------------------+------------------------------ Reporter: jahaiku | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------------+------------------------------ Comment(by scottmc): I had the same issue with a couple of laptops. I disabled the overlay in the media player settings but it was still there. The same binary worked fine on some intel PCs, but not on either of the AMD64 PCs I tried it on. One of the AMD64 PCs has an ATI Radeon in it, while the other has a newer nvidia that falls back to VESA mode. Could there be some Intel specific code causing this? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 19:49:29 2009 From: trac at haiku-os.org (axeld) Date: Fri, 14 Aug 2009 17:49:29 -0000 Subject: [Haiku-bugs] [Haiku] #3756: [patch] Dvorak keymap -- RCommand, ROption In-Reply-To: <041.538cce882c508cce24d48e07af7c0d9a@haiku-os.org> References: <041.538cce882c508cce24d48e07af7c0d9a@haiku-os.org> Message-ID: <050.9d440e1eaca5bc0d5bd8688798170fc9@haiku-os.org> #3756: [patch] Dvorak keymap -- RCommand, ROption ---------------------------------+------------------------------------------ Reporter: mmadia | Owner: axeld Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Preferences/Keymap | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Fixed in r32378. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 20:13:44 2009 From: trac at haiku-os.org (stpere) Date: Fri, 14 Aug 2009 18:13:44 -0000 Subject: [Haiku-bugs] [Haiku] #3911: DiskProbe cascades windows off screen In-Reply-To: <048.b2cded3f0d39fdb7bc401f7e51033ea1@haiku-os.org> References: <048.b2cded3f0d39fdb7bc401f7e51033ea1@haiku-os.org> Message-ID: <057.2c217466a21b3e7c48f0c715c7ef2bdb@haiku-os.org> #3911: DiskProbe cascades windows off screen -------------------------------------+-------------------------------------- Reporter: jonas.kirilla | Owner: stpere Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/DiskProbe | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -------------------------------------+-------------------------------------- Changes (by stpere): * status: assigned => closed * resolution: => fixed Comment: Fix committed in r32382. Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 20:51:08 2009 From: trac at haiku-os.org (stpere) Date: Fri, 14 Aug 2009 18:51:08 -0000 Subject: [Haiku-bugs] [Haiku] #3507: Save menuitem in DiskProbe's attribute editor In-Reply-To: <044.b6e23d3e88cd69157e4077576cd0653c@haiku-os.org> References: <044.b6e23d3e88cd69157e4077576cd0653c@haiku-os.org> Message-ID: <053.269986dd6b781d009b95796217e4884d@haiku-os.org> #3507: Save menuitem in DiskProbe's attribute editor ------------------------------------+--------------------------------------- Reporter: humdinger | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/DiskProbe | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Changes (by stpere): * owner: axeld => stpere * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 21:50:07 2009 From: trac at haiku-os.org (rudolfc) Date: Fri, 14 Aug 2009 19:50:07 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.49815492c1d18e9d4043f697da01aaba@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi, Can you somehow force haiku to startup in 1680x1050 mode with the driver? Maybe your screen doesn't like 1024x768 mode which apparantly gets set (from the log). I am curious if it's just the mode or the entire driver that doesn't work.. Bye! Rudolf -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 22:04:47 2009 From: trac at haiku-os.org (humdinger) Date: Fri, 14 Aug 2009 20:04:47 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.0b47f03936816772879cb65574d61322@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by humdinger): Hi Rudolf. The fact that the log is being generated proves that the nvidia driver is doing something. Can I force it into a specific resolution? You tell me. :)[[BR]] What I will try, is setting the ~/config/settings/kernel/drivers/vesa file to "mode 1680 1050 32". In theory the boot screen should then be in that resolution until the nvidia takes over, right? Maybe that will start the nvidia driver is the right mood^W mode... What I could also try: use the ~/config/settings/system/app_server/workspaces file of someone running 1680x1050. Could anyone upload such I file, please? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 22:08:28 2009 From: trac at haiku-os.org (anevilyak) Date: Fri, 14 Aug 2009 20:08:28 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.5e5b0f8e5c29f07372f273426612580e@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by anevilyak): That gets more complicated since the resolution alone is not enough, the timing information also has to match the capabilities of your monitor, so I'm not sure how safe it'd be for you to use someone else's app_server_settings. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 22:14:20 2009 From: trac at haiku-os.org (humdinger) Date: Fri, 14 Aug 2009 20:14:20 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.d8f38527e01dc5640e9fbf17912a7acf@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by humdinger): Hmmm... yeah... shouldn't it be safe if the file were from someone also with a notebook panel (mine is 15,4"). Shouldn't the timing be reasonably similar? That vesa thing doesn't work BTW. It didn't even change the boot screen... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 22:20:26 2009 From: trac at haiku-os.org (rudolfc) Date: Fri, 14 Aug 2009 20:20:26 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.a9229eb695861b7241f6b4e5ae4172ea@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): hmm, I am running in that mode on my laptop right now, but on windows. I just booted a few times and over here the driver always works. Independant of one or both missing files, and independant of the mode I choose. I'll try to grab the file for you (can't get on the net on haiku because wifi isn't enabled by default) It's unfortunate that haiku's app_server settings file doesn't use ascii like the beos app_server did :-/ would it understand such an old settings file though? The vesa bios doesn't support ws modes I take it since they don't show in the boot options menu in the bootloader. In fact, I never saw a bios yet that showed such modes there. Anyhow: if the native mode would work then the problem would be 'solvable' by the driver telling app_server what the native mode of your system is. I got from Axel that there are some new hooks I can implement for just that (if I understand correctly). Of course, since you can run 1024x768 in vesa mode (correct?) the driver should be able to use that mode as well.. Bye! Rudolf. Update: since you are also writing comments ATM :-) The modeline isn't actually used by the driver: it itself determines the right settings from the modeline it fetched from the card GPU programming at bootup. You can safely try my settings (15,4 inch BTW too ;-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 22:35:46 2009 From: trac at haiku-os.org (rudolfc) Date: Fri, 14 Aug 2009 20:35:46 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.ed8adcc700b41d504df7910de8f4a136@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): OK, it's up (zipped in windows). I think your panel uses the exact same modeline as mine BTW. Bye! Rudolf. BTW: maybe you can try 1400x1050 as vesa modesettings file at some point, that's a valid VESA mode and sits closer to your panel resolution wise.. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 22:39:20 2009 From: trac at haiku-os.org (jackburton) Date: Fri, 14 Aug 2009 20:39:20 -0000 Subject: [Haiku-bugs] [Haiku] #1939: chart demo crashes when moved around In-Reply-To: <049.3e2bd489cab20a7321e2a9ec7e5f7db7@haiku-os.org> References: <049.3e2bd489cab20a7321e2a9ec7e5f7db7@haiku-os.org> Message-ID: <058.aadae562dbd8edafb0eddff77d1179b8@haiku-os.org> #1939: chart demo crashes when moved around ---------------------------------+------------------------------------------ Reporter: the ringmaster | Owner: jackburton Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: ---------------------------------+------------------------------------------ Changes (by jackburton): * status: new => closed * resolution: => fixed Comment: Fixed in r32392. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 22:42:18 2009 From: trac at haiku-os.org (jackburton) Date: Fri, 14 Aug 2009 20:42:18 -0000 Subject: [Haiku-bugs] [Haiku] #2915: Chart window keeps drawing when send to other workspace In-Reply-To: <041.8751d3e4df5ac787d290a3c723bef7f2@haiku-os.org> References: <041.8751d3e4df5ac787d290a3c723bef7f2@haiku-os.org> Message-ID: <050.feb324f7723e42cba9315952e88eab58@haiku-os.org> #2915: Chart window keeps drawing when send to other workspace ---------------------------------+------------------------------------------ Reporter: nutela | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: ---------------------------------+------------------------------------------ Changes (by jackburton): * status: new => closed * resolution: => fixed Comment: Fixed, most probably in r32312. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 14 23:46:05 2009 From: trac at haiku-os.org (humdinger) Date: Fri, 14 Aug 2009 21:46:05 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.3c31cb6295921da4b5a3bdc5c43ef44d@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by humdinger): Thanks Rudolf! I replaced the workspaces file via bfs_shell and was disappointed that it didn't seem to work. Then I had a closer look: Your workspaces.zip expands to a 0-byte-file... Could you try that again? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 00:45:45 2009 From: trac at haiku-os.org (stpere) Date: Fri, 14 Aug 2009 22:45:45 -0000 Subject: [Haiku-bugs] [Haiku] #3507: Save menuitem in DiskProbe's attribute editor In-Reply-To: <044.b6e23d3e88cd69157e4077576cd0653c@haiku-os.org> References: <044.b6e23d3e88cd69157e4077576cd0653c@haiku-os.org> Message-ID: <053.976ae9e558bb286cbe58c378591dcf2a@haiku-os.org> #3507: Save menuitem in DiskProbe's attribute editor -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: stpere Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/DiskProbe | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -------------------------------------+-------------------------------------- Changes (by stpere): * status: assigned => closed * resolution: => fixed Comment: This should be fixed in r32402. It also fixes the impossibility to undo/redo, this was caused by the same problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 00:56:22 2009 From: trac at haiku-os.org (stpere) Date: Fri, 14 Aug 2009 22:56:22 -0000 Subject: [Haiku-bugs] [Haiku] #3344: [DiskProbe] Inserting text in find wndow should move cursor In-Reply-To: <040.e0c4fd0029218e0ebaf8fda24d80d592@haiku-os.org> References: <040.e0c4fd0029218e0ebaf8fda24d80d592@haiku-os.org> Message-ID: <049.a62e64c370a233a97d0364898f8adc09@haiku-os.org> #3344: [DiskProbe] Inserting text in find wndow should move cursor ------------------------------------+--------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/DiskProbe | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by stpere): Hi, It seems fixed, or at least I can't reproduce it. Can someone confirm? :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 01:41:02 2009 From: trac at haiku-os.org (diver) Date: Fri, 14 Aug 2009 23:41:02 -0000 Subject: [Haiku-bugs] [Haiku] #3344: [DiskProbe] Inserting text in find wndow should move cursor In-Reply-To: <040.e0c4fd0029218e0ebaf8fda24d80d592@haiku-os.org> References: <040.e0c4fd0029218e0ebaf8fda24d80d592@haiku-os.org> Message-ID: <049.fbc5395a5c53a9218978fc15eacce254@haiku-os.org> #3344: [DiskProbe] Inserting text in find wndow should move cursor ------------------------------------+--------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/DiskProbe | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by diver): Nope, it's still here in r32402 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 01:43:25 2009 From: trac at haiku-os.org (diver) Date: Fri, 14 Aug 2009 23:43:25 -0000 Subject: [Haiku-bugs] [Haiku] #4236: [DiskProbe] startup window is shifted to the right Message-ID: <040.bf1d5df593724ee20e811521727390c6@haiku-os.org> #4236: [DiskProbe] startup window is shifted to the right ------------------------------------+--------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/DiskProbe | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Startup window of DiskProbe (with disk selector) is now shifted to the right side of screen. This is r32402 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 03:10:06 2009 From: trac at haiku-os.org (diver) Date: Sat, 15 Aug 2009 01:10:06 -0000 Subject: [Haiku-bugs] [Haiku] #4233: [OpenTerminal] doesn't work if any file is selected In-Reply-To: <040.87c7d4d88106b68428ad33da6f8b451e@haiku-os.org> References: <040.87c7d4d88106b68428ad33da6f8b451e@haiku-os.org> Message-ID: <049.b10412079164813583abde6b35c7ca5c@haiku-os.org> #4233: [OpenTerminal] doesn't work if any file is selected -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by diver): It is working correctly now, please close this ticket. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 03:16:47 2009 From: trac at haiku-os.org (anevilyak) Date: Sat, 15 Aug 2009 01:16:47 -0000 Subject: [Haiku-bugs] [Haiku] #4233: [OpenTerminal] doesn't work if any file is selected In-Reply-To: <040.87c7d4d88106b68428ad33da6f8b451e@haiku-os.org> References: <040.87c7d4d88106b68428ad33da6f8b451e@haiku-os.org> Message-ID: <049.befabda920c4e00ed8f38215cafde2d5@haiku-os.org> #4233: [OpenTerminal] doesn't work if any file is selected ------------------------------+--------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Add-Ons/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Changes (by anevilyak): * status: new => closed * resolution: => fixed Comment: Thanks for the update! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 04:36:31 2009 From: trac at haiku-os.org (stpere) Date: Sat, 15 Aug 2009 02:36:31 -0000 Subject: [Haiku-bugs] [Haiku] #3507: Save menuitem in DiskProbe's attribute editor In-Reply-To: <044.b6e23d3e88cd69157e4077576cd0653c@haiku-os.org> References: <044.b6e23d3e88cd69157e4077576cd0653c@haiku-os.org> Message-ID: <053.1476a69946f96c53dd54ef7c9a13c99d@haiku-os.org> #3507: Save menuitem in DiskProbe's attribute editor -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: stpere Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Applications/DiskProbe | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -------------------------------------+-------------------------------------- Changes (by stpere): * status: closed => reopened * resolution: fixed => Comment: I reverted my commit. It seems it wasn't totally fixing it. I will commit something more complete/working soon. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 05:21:19 2009 From: trac at haiku-os.org (stpere) Date: Sat, 15 Aug 2009 03:21:19 -0000 Subject: [Haiku-bugs] [Haiku] #4236: [DiskProbe] startup window is shifted to the right In-Reply-To: <040.bf1d5df593724ee20e811521727390c6@haiku-os.org> References: <040.bf1d5df593724ee20e811521727390c6@haiku-os.org> Message-ID: <049.268184db45b9b7514a6d624449e5b862@haiku-os.org> #4236: [DiskProbe] startup window is shifted to the right -------------------------------------+-------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/DiskProbe | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -------------------------------------+-------------------------------------- Changes (by stpere): * status: new => closed * resolution: => fixed Comment: A fix is available in r32410. We should come up with a cleaner solution for this.. it's likely to be needed by many applications. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 02:53:44 2009 From: trac at haiku-os.org (diver) Date: Sat, 15 Aug 2009 00:53:44 -0000 Subject: [Haiku-bugs] [Haiku] #4237: [Zip-O-Matic] overwrites zip files with the same name Message-ID: <040.0490fae1a43bbd6b099718197bb130b1@haiku-os.org> #4237: [Zip-O-Matic] overwrites zip files with the same name -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Create a folder on Desktop[[BR]] Start Zip-O-Matic[[BR]] Drop "New Folder" to Zip-O-Matic window -> "New Folder.zip" will be created[[BR]] If you drop "New Folder" again then "New Folder.zip" will be overwritten[[BR]] Tested with r32403 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 02:59:49 2009 From: trac at haiku-os.org (diver) Date: Sat, 15 Aug 2009 00:59:49 -0000 Subject: [Haiku-bugs] [Haiku] #4238: [Tracker] should strip add-on shortcut for ZipOMatic (-Z) Message-ID: <040.1e2b6fac461558da54340713193848a3@haiku-os.org> #4238: [Tracker] should strip add-on shortcut for ZipOMatic (-Z) ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Start Zip-O-Matic[[BR]] Right click Home icon on Desktop and move to "Open With" menu.[[BR]] You should see '''ZipOMatic-Z''' entry.[[BR]] Tested with r32403 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 05:57:18 2009 From: trac at haiku-os.org (Keifer) Date: Sat, 15 Aug 2009 03:57:18 -0000 Subject: [Haiku-bugs] [Haiku] #4239: msk driver network connection quickly becomes unresponsive Message-ID: <041.46cfbf09b605923b5aa837eb95cd8056@haiku-os.org> #4239: msk driver network connection quickly becomes unresponsive -----------------------------+---------------------------------------------- Reporter: Keifer | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- how to reproduce: 1) with plug in Ethernet cable 2) Launch browser 3) Attempt to load multiple sites experienced behavior: 1) the browser loads the home page from mozilla.org 2) trying to load additional sites results in the browser reporting the the connection has timed out 3) pinging urls from the terminal also fails to report back expected behavior: 1) the network connection continues to function normally after the first 60 seconds additional notes: this is occurring with r32290 running a HP mini 1000 netbook with a marvell yukon 88e8040 device. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 07:58:08 2009 From: trac at haiku-os.org (koki) Date: Sat, 15 Aug 2009 05:58:08 -0000 Subject: [Haiku-bugs] [Haiku] #4240: Black screen after boot splash when using intel_extreme driver Message-ID: <039.0449f61b788a8da5cc4670c335c3e673@haiku-os.org> #4240: Black screen after boot splash when using intel_extreme driver --------------------------------------------+------------------------------- Reporter: koki | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------------+------------------------------- I have a PC with the intel integrated video (82945G/GZ Integrated Graphics Controller rev 02, according to lspci) hooked via an analog connection to a Sumsung 22" wide screen. Haiku will boot in VESA mode, but then I cannot set the resolution to when I try to use the intel_extreme driver, all I get is a black screen right after the Haiku boot splash. Screenshot of backtrace taken from KDL attached. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 08:00:08 2009 From: trac at haiku-os.org (koki) Date: Sat, 15 Aug 2009 06:00:08 -0000 Subject: [Haiku-bugs] [Haiku] #4240: Black screen after boot splash when using intel_extreme driver In-Reply-To: <039.0449f61b788a8da5cc4670c335c3e673@haiku-os.org> References: <039.0449f61b788a8da5cc4670c335c3e673@haiku-os.org> Message-ID: <048.0ccb421b4ea3d1eb453bcb404fb598d4@haiku-os.org> #4240: Black screen after boot splash when using intel_extreme driver --------------------------------------------+------------------------------- Reporter: koki | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------------+------------------------------- Comment(by koki): Sorry, in the second paragraph of the description I meant to say: "Haiku will boot in VESA mode, but then I cannot set the resolution to 1680 x 1050. And when I try to use the intel_extreme driver, all I get is a black screen right after the Haiku boot splash." -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 08:13:56 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 06:13:56 -0000 Subject: [Haiku-bugs] [Haiku] #3344: [DiskProbe] Inserting text in find wndow should move cursor In-Reply-To: <040.e0c4fd0029218e0ebaf8fda24d80d592@haiku-os.org> References: <040.e0c4fd0029218e0ebaf8fda24d80d592@haiku-os.org> Message-ID: <049.8b1745f0b1d2af89d7a59de6dcf2e4bf@haiku-os.org> #3344: [DiskProbe] Inserting text in find wndow should move cursor ------------------------------------+--------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/DiskProbe | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by humdinger): Maybe diver means when re-opening the find window or when switching between "Text" and "Hex". Here the cursor does get positioned at the beginning instead at the end. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 10:03:31 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Sat, 15 Aug 2009 08:03:31 -0000 Subject: [Haiku-bugs] [Haiku] #4237: [Zip-O-Matic] overwrites zip files with the same name In-Reply-To: <040.0490fae1a43bbd6b099718197bb130b1@haiku-os.org> References: <040.0490fae1a43bbd6b099718197bb130b1@haiku-os.org> Message-ID: <049.447d482bc8ef4ffbe8a9b14235b16a89@haiku-os.org> #4237: [Zip-O-Matic] overwrites zip files with the same name -----------------------------+---------------------------------------------- Reporter: diver | Owner: jonas.kirilla Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Changes (by jonas.kirilla): * owner: axeld => jonas.kirilla -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 10:04:30 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Sat, 15 Aug 2009 08:04:30 -0000 Subject: [Haiku-bugs] [Haiku] #4238: [Tracker] should strip add-on shortcut for ZipOMatic (-Z) In-Reply-To: <040.1e2b6fac461558da54340713193848a3@haiku-os.org> References: <040.1e2b6fac461558da54340713193848a3@haiku-os.org> Message-ID: <049.a636eb5779629fa53c30e52053fb31dd@haiku-os.org> #4238: [Tracker] should strip add-on shortcut for ZipOMatic (-Z) ----------------------------------+----------------------------------------- Reporter: diver | Owner: jonas.kirilla Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by jonas.kirilla): * owner: axeld => jonas.kirilla -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 10:08:01 2009 From: trac at haiku-os.org (pulkomandy) Date: Sat, 15 Aug 2009 08:08:01 -0000 Subject: [Haiku-bugs] [Haiku] #4239: msk driver network connection quickly becomes unresponsive In-Reply-To: <041.46cfbf09b605923b5aa837eb95cd8056@haiku-os.org> References: <041.46cfbf09b605923b5aa837eb95cd8056@haiku-os.org> Message-ID: <050.7adf8ec33a93c745c0f4fb292f52f039@haiku-os.org> #4239: msk driver network connection quickly becomes unresponsive -----------------------------+---------------------------------------------- Reporter: Keifer | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by pulkomandy): Same problem here with a Dell inspiron 1525, same chip. Oco also gets it on its Sony Vaio (don't remember the exact model) Freebsd has the same issue, however it seems to happen after 30minutes which is already much better than us... : http://www.freebsd.org/cgi /query-pr.cgi?pr=kern%2F124127&cat= -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 12:22:25 2009 From: trac at haiku-os.org (diver) Date: Sat, 15 Aug 2009 10:22:25 -0000 Subject: [Haiku-bugs] [Haiku] #3344: [DiskProbe] Inserting text in find wndow should move cursor In-Reply-To: <040.e0c4fd0029218e0ebaf8fda24d80d592@haiku-os.org> References: <040.e0c4fd0029218e0ebaf8fda24d80d592@haiku-os.org> Message-ID: <049.24c563bca0bed34460857bf5e17dc273@haiku-os.org> #3344: [DiskProbe] Inserting text in find wndow should move cursor ------------------------------------+--------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/DiskProbe | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by diver): Sorry about "screenshot3" attachment, this really needs to be fixed in ScreenShot app.[[BR]] Anyway try to paste any text copied from DiskProbe itself. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 13:01:11 2009 From: trac at haiku-os.org (bga) Date: Sat, 15 Aug 2009 11:01:11 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.e4a8a003863ed4a3f855a27ec4695c6e@haiku-os.org> #4103: cddb not working -------------------------------+-------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by bga): no. There is no arch specific code in cddb_daemon. If there was, it would result in a crash, not a wrong behavior. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 13:32:53 2009 From: trac at haiku-os.org (diver) Date: Sat, 15 Aug 2009 11:32:53 -0000 Subject: [Haiku-bugs] [Haiku] #4241: [Tracker] dragging a file from LaunchBox over another workspace copies it and hides Message-ID: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> #4241: [Tracker] dragging a file from LaunchBox over another workspace copies it and hides ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Start Workspaces and LaunchBox.[[BR]] Drag any icon from LaunchBox pad over another workspace.[[BR]] You should notice copy dialog and no file on Desktop.[[BR]] Tested with r32411 under VirtualBox 3.0.4. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 15:57:26 2009 From: trac at haiku-os.org (jackburton) Date: Sat, 15 Aug 2009 13:57:26 -0000 Subject: [Haiku-bugs] [Haiku] #885: [app_server] deadlock on font change In-Reply-To: <040.b760b44f133d8b2ef5e9d9081757da9e@haiku-os.org> References: <040.b760b44f133d8b2ef5e9d9081757da9e@haiku-os.org> Message-ID: <049.791eeb8008492f4e82ab9a5ee4cee199@haiku-os.org> #885: [app_server] deadlock on font change ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: critical | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by jackburton): Can you still reproduce this one ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 16:20:48 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 14:20:48 -0000 Subject: [Haiku-bugs] [Haiku] #2835: Change menu item Copy/Paste Attributes (Easy) In-Reply-To: <044.80aaba6abb99f40950e0ec9d926cde43@haiku-os.org> References: <044.80aaba6abb99f40950e0ec9d926cde43@haiku-os.org> Message-ID: <053.d43d020d5b1bb91f1a362e9ef093dc1a@haiku-os.org> #2835: Change menu item Copy/Paste Attributes (Easy) ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): > You can copy the current Tracker window's attribute layout (what attributes are displayed and their sort order) with the menu "Attribute | Copy/Paste Attributes".[[BR]] > The naming is misleading. How about "Copy/Paste Layout". I'd like to commit this patch. I briefly considered "Copy/Paste Attribute Layout", but think that's unnecessarily long.[[BR]] If anyone objects, speak up now. (richy_rich: next time patch from haiku/trunk/. Thanks for the patch. :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 16:36:07 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 14:36:07 -0000 Subject: [Haiku-bugs] [Haiku] #4183: Rotate Indices Left/Right shortcut In-Reply-To: <044.358daf06844d3e54100cb769ac659fca@haiku-os.org> References: <044.358daf06844d3e54100cb769ac659fca@haiku-os.org> Message-ID: <053.6086e658e4b28b6f3906befba28968d1@haiku-os.org> #4183: Rotate Indices Left/Right shortcut ---------------------------------------+------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Icon-O-Matic | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------+------------------------------------ Comment(by humdinger): Here's a small patch that has ALT+R assigned to "Rotate Indices Right" and ALT+SHIFT+R to "Rotate Indices Left". -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 16:42:37 2009 From: trac at haiku-os.org (brecht) Date: Sat, 15 Aug 2009 14:42:37 -0000 Subject: [Haiku-bugs] [Haiku] #4125: NULL device is translated to '//' (was: [userlandfs] NULL device is translated to '//') In-Reply-To: <041.04836bffb71abf987b2f417734d7c985@haiku-os.org> References: <041.04836bffb71abf987b2f417734d7c985@haiku-os.org> Message-ID: <050.e396f7028a597df760908202aff37501@haiku-os.org> #4125: NULL device is translated to '//' -------------------------------------+-------------------------------------- Reporter: brecht | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/UserlandFS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Changes (by brecht): * owner: axeld => bonefish * component: File Systems => File Systems/UserlandFS -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 17:03:41 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 15:03:41 -0000 Subject: [Haiku-bugs] [Haiku] #4242: Exchanging modifier keys doen't work Message-ID: <044.5901550991cd4fe8ab242c904d48808d@haiku-os.org> #4242: Exchanging modifier keys doen't work --------------------------------+------------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Keymap | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- This is r32241. Normally, left-dragging a key copies it over the key you drop it, right- dragging exchanges the two keys (BTW: I'm for reversing the logic, as left-dragging is the more common action and exchanging is less destructive). Anyway, dragging a modifier key (SHIFT, COM, CTRL etc.) onto another /always/ copies, no matter what mouse button is used. Also, the whole upper row of keys (ESC, Fx-keys etc.) are neither copyable nor exchangeable. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 17:10:29 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 15:10:29 -0000 Subject: [Haiku-bugs] [Haiku] #3499: Drop-down menu rendering in file dialog and more In-Reply-To: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> References: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> Message-ID: <053.ccf7f10d77c4fc3cd10562c47719865c@haiku-os.org> #3499: Drop-down menu rendering in file dialog and more ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by humdinger): * status: assigned => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 17:20:24 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 15:20:24 -0000 Subject: [Haiku-bugs] [Haiku] #4243: Vertical scrollbar overlapping attribute bar Message-ID: <044.cbe60d2c01015f75e0ef50d07ba7851e@haiku-os.org> #4243: Vertical scrollbar overlapping attribute bar ----------------------------+----------------------------------------------- Reporter: humdinger | Owner: stippi Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- This is r32241. See the attached screenshot of a Tracker window.[[BR]] The upper part of the vertical scrollbar overlaps the attribute bar. For one thing, it looks a bit off with the dark lower line of the attribute bar being a bit below the lower line of the scrollbutton box. Also logically, it's not correct as it seems to include the attribute bar in the scrolling area, when it's actually not scrolled together with the file list. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 17:25:28 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 15:25:28 -0000 Subject: [Haiku-bugs] [Haiku] #3499: Drop-down menu rendering in file dialog and more In-Reply-To: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> References: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> Message-ID: <053.1c4e478ad877de6ef29d91f31cdcc4b7@haiku-os.org> #3499: Drop-down menu rendering in file dialog and more ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by humdinger): Some commit in the past months must have fixed it. Thanks, stippi (I guess). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 17:37:09 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 15:37:09 -0000 Subject: [Haiku-bugs] [Haiku] #4243: Vertical scrollbar overlapping attribute bar In-Reply-To: <044.cbe60d2c01015f75e0ef50d07ba7851e@haiku-os.org> References: <044.cbe60d2c01015f75e0ef50d07ba7851e@haiku-os.org> Message-ID: <053.988b1933d1326219399e7ade7f04d29c@haiku-os.org> #4243: Vertical scrollbar overlapping attribute bar -----------------------------+---------------------------------------------- Reporter: humdinger | Owner: stippi Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -----------------------------+---------------------------------------------- Changes (by humdinger): * status: new => closed * resolution: => invalid Comment: I'm sorry. I forgot the horizontal scrolling. If the window isn't wide enough to display all attribute columns completely, scrolling horizontally will of course scroll the attribute bar as well. Doing that while the vertical scrollbar stays unmoved would look really weird... Sorry for the noise... I'm tempted to close the ticket with "junk", but not exactly knowing that category, I go with "invalid". :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 18:55:45 2009 From: trac at haiku-os.org (scottmc) Date: Sat, 15 Aug 2009 16:55:45 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.0fea2936a31948565eab859b65d5eddd@haiku-os.org> #4103: cddb not working -------------------------------+-------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by scottmc): Replying to [comment:21 bga]: > Scott, please, do this so we can resolve this problem: > > 1 - Make sure you have no audio CD mounted.[[BR]] > 2 - Close cddb_daemon.[[BR]] > 3 - rm -rf ~/config/settings/cdda (this will erase all cdda related files).[[BR]] > 4 - Mount an audio CD.[[BR]] > 5 - Start cddb_daemon from a Terminal window and paste any output here. > > After all this, either the CD will be renamed or the cddb_daemon output will show why it was not. Here's the output running the above steps. I tried 5 different CDs this time, of those one didn't give me the "Error when querying CD.", but even that one didn't complete the renaming of the volume and track names. {{{ Welcome to the Haiku shell. ~> rm -rf ~/config/settings/cdda ~> cddb_daemon sh: cddb_daemon: command not found ~> /boot/system/servers/cddb_daemon CDDB Daemon for Haiku v1.0.0 started. Checking currently mounted volumes ... Skipping device with id 1. Skipping device with id 2. Skipping device with id 3. Looking up CD with CDDB Id 6509fd08. Error when querying CD. Checking complete. Listening for device mounts. Looking up CD with CDDB Id 690a1c0a. Error when querying CD. Looking up CD with CDDB Id b609b10c. * b609b10c : Nirvana - In Utero [MFSL UDCD 690] (rock) Looking up CD with CDDB Id 950c910c. Error when querying CD. Looking up CD with CDDB Id ab0de90c. Error when querying CD. }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 19:02:38 2009 From: trac at haiku-os.org (stpere) Date: Sat, 15 Aug 2009 17:02:38 -0000 Subject: [Haiku-bugs] [Haiku] #3344: [DiskProbe] Inserting text in find wndow should move cursor In-Reply-To: <040.e0c4fd0029218e0ebaf8fda24d80d592@haiku-os.org> References: <040.e0c4fd0029218e0ebaf8fda24d80d592@haiku-os.org> Message-ID: <049.4ce496a2f517f21504aff5d7828d988d@haiku-os.org> #3344: [DiskProbe] Inserting text in find wndow should move cursor ------------------------------------+--------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/DiskProbe | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Changes (by stpere): * owner: axeld => stpere * status: new => assigned Comment: Thanks for the screenshot, will look into this! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 19:16:27 2009 From: trac at haiku-os.org (umccullough) Date: Sat, 15 Aug 2009 17:16:27 -0000 Subject: [Haiku-bugs] [Haiku] #4215: MediaPlayer outputs only black frame when Acceleration is enabled In-Reply-To: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> References: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> Message-ID: <051.4bc642f76076414743c425b3e3aba0a8@haiku-os.org> #4215: MediaPlayer outputs only black frame when Acceleration is enabled ---------------------------------------------+------------------------------ Reporter: jahaiku | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------------+------------------------------ Comment(by umccullough): Just a note, I looked at Scott's problem and while it seems to have the same result (black screen in media player with any video), it doesn't change with/without overlay enabled. Thus, his issue seems to be a different bug with similar symptoms. Note: we did not test to see if every video codec causes the same problem, I theorized perhaps our current ffmpeg settings might not be compatible with his amd64 processor, but I cannot confirm this personally at this time. Scott, create a new ticket and I'll try to find an AMD machine to test this on as well. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 19:24:18 2009 From: trac at haiku-os.org (jackburton) Date: Sat, 15 Aug 2009 17:24:18 -0000 Subject: [Haiku-bugs] [Haiku] #2658: Deskbar floating where it should after resolution change In-Reply-To: <042.71b5142596fc67fa61f04043a3169bc3@haiku-os.org> References: <042.71b5142596fc67fa61f04043a3169bc3@haiku-os.org> Message-ID: <051.a764aa3c171cb0f1e5b2d30502c11ca1@haiku-os.org> #2658: Deskbar floating where it should after resolution change ---------------------------------+------------------------------------------ Reporter: scottmc | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by jackburton): Can you check with r32420 or later ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 19:39:05 2009 From: trac at haiku-os.org (stpere) Date: Sat, 15 Aug 2009 17:39:05 -0000 Subject: [Haiku-bugs] [Haiku] #3344: [DiskProbe] Inserting text in find wndow should move cursor In-Reply-To: <040.e0c4fd0029218e0ebaf8fda24d80d592@haiku-os.org> References: <040.e0c4fd0029218e0ebaf8fda24d80d592@haiku-os.org> Message-ID: <049.cd1120131daac13e75c5a90361f70bad@haiku-os.org> #3344: [DiskProbe] Inserting text in find wndow should move cursor ------------------------------------+--------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/DiskProbe | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by stpere): While I'm at it, would it be better if, when you reopen the FindWindow, that the last text searched for (that is shown again) is all selected, so that you can easily replace it if you want. It's still easier to go at the end (just a right key) if you want to extend it is with than the current "solution".. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 19:39:48 2009 From: trac at haiku-os.org (diver) Date: Sat, 15 Aug 2009 17:39:48 -0000 Subject: [Haiku-bugs] [Haiku] #3499: Drop-down menu rendering in file dialog and more In-Reply-To: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> References: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> Message-ID: <053.46a7888daf6b594ab1cf4f43a5d96fdc@haiku-os.org> #3499: Drop-down menu rendering in file dialog and more ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by diver): I don't think this is fixed as I saw it a week ago when I used Firefox. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 19:56:21 2009 From: trac at haiku-os.org (scottmc) Date: Sat, 15 Aug 2009 17:56:21 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.ec49cae0acf55773089355ba446ce304@haiku-os.org> #4103: cddb not working -------------------------------+-------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by scottmc): Continuing on with trying more CDs and I get this: {{{ ~> cddb_daemon sh: cddb_daemon: command not found ~> /boot/system/servers/cddb_daemon CDDB Daemon for Haiku v1.0.0 started. Checking currently mounted volumes ... Skipping device with id 1. Skipping device with id 2. Skipping device with id 3. Looking up CD with CDDB Id 6509fd08. Error when querying CD. Checking complete. Listening for device mounts. Looking up CD with CDDB Id 690a1c0a. Error when querying CD. Looking up CD with CDDB Id b609b10c. * b609b10c : Nirvana - In Utero [MFSL UDCD 690] (rock) Looking up CD with CDDB Id 950c910c. Error when querying CD. Looking up CD with CDDB Id ab0de90c. Error when querying CD. Skipping device with id 10. Skipping device with id 11. Looking up CD with CDDB Id ba0a5e0c. Error when querying CD. Looking up CD with CDDB Id 1e116112. Error when querying CD. Looking up CD with CDDB Id 30117a16. Error when querying CD. Looking up CD with CDDB Id 900cb30b. * 900cb30b : The Black Crowes - Amorica. (Banned Cover) (rock) Looking up CD with CDDB Id c50efc0e. Error when querying CD. Looking up CD with CDDB Id a20d920e. Error when querying CD. Skipping device with id 18. Skipping device with id 19. Skipping device with id 20. }}} Note that In Utero did work, and even renamed the volume and files, but when unmounting it and remounting it, it wouldn't come up again, same for the 2nd CD that worked, it only worked the one time. Second time for those it just said Skipping device with id XX. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 19:59:25 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 17:59:25 -0000 Subject: [Haiku-bugs] [Haiku] #3499: Drop-down menu rendering in file dialog and more In-Reply-To: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> References: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> Message-ID: <053.fd21f84e8fc563d792eba4087c7eab07@haiku-os.org> #3499: Drop-down menu rendering in file dialog and more ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by humdinger): I checked with all kinds of Haiku applications and haven't seen it anywhere anymore but with BeZilla. Looks like a BeZilla specific thing. So, what to do? Re-open this ticket, though it's been fixed for all native apps?[[BR]] Please advise. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 20:03:04 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 18:03:04 -0000 Subject: [Haiku-bugs] [Haiku] #1612: A Visible Formula attribute in Queries (patch) (was: A Visible Formula attribute in Queries) In-Reply-To: <044.616220a58f63aba8d71e8ce6442be640@haiku-os.org> References: <044.616220a58f63aba8d71e8ce6442be640@haiku-os.org> Message-ID: <053.62439de25bc2096524d2c862aa9b469e@haiku-os.org> #1612: A Visible Formula attribute in Queries (patch) ----------------------------+----------------------------------------------- Reporter: humdinger | Owner: stippi Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 20:03:55 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 18:03:55 -0000 Subject: [Haiku-bugs] [Haiku] #4183: Rotate Indices Left/Right shortcut (patch) (was: Rotate Indices Left/Right shortcut) In-Reply-To: <044.358daf06844d3e54100cb769ac659fca@haiku-os.org> References: <044.358daf06844d3e54100cb769ac659fca@haiku-os.org> Message-ID: <053.b7349bc0d68790388457a0f0047919ad@haiku-os.org> #4183: Rotate Indices Left/Right shortcut (patch) ---------------------------------------+------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Icon-O-Matic | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------+------------------------------------ -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 20:04:27 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 18:04:27 -0000 Subject: [Haiku-bugs] [Haiku] #2835: Change menu item Copy/Paste Attributes (patch) (was: Change menu item Copy/Paste Attributes (Easy)) In-Reply-To: <044.80aaba6abb99f40950e0ec9d926cde43@haiku-os.org> References: <044.80aaba6abb99f40950e0ec9d926cde43@haiku-os.org> Message-ID: <053.cd30e7e51aeedecffc0e35cacda26421@haiku-os.org> #2835: Change menu item Copy/Paste Attributes (patch) ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 20:17:24 2009 From: trac at haiku-os.org (stpere) Date: Sat, 15 Aug 2009 18:17:24 -0000 Subject: [Haiku-bugs] [Haiku] #3348: [Terminal] Selecting the same font in preferences causes "Save changes?" dialog In-Reply-To: <040.cab858a4dbf4b82a64a0bedefa673049@haiku-os.org> References: <040.cab858a4dbf4b82a64a0bedefa673049@haiku-os.org> Message-ID: <049.4fa3496921d2a5765249d70e089ca90e@haiku-os.org> #3348: [Terminal] Selecting the same font in preferences causes "Save changes?" dialog -----------------------------------+---------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: 3891 | -----------------------------------+---------------------------------------- Changes (by stpere): * owner: jackburton => stpere * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 20:38:27 2009 From: trac at haiku-os.org (stpere) Date: Sat, 15 Aug 2009 18:38:27 -0000 Subject: [Haiku-bugs] [Haiku] #3348: [Terminal] Selecting the same font in preferences causes "Save changes?" dialog In-Reply-To: <040.cab858a4dbf4b82a64a0bedefa673049@haiku-os.org> References: <040.cab858a4dbf4b82a64a0bedefa673049@haiku-os.org> Message-ID: <049.365ca735137559e3cae2445fb7825d79@haiku-os.org> #3348: [Terminal] Selecting the same font in preferences causes "Save changes?" dialog ------------------------------------+--------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: 3891 ------------------------------------+--------------------------------------- Changes (by stpere): * status: assigned => closed * resolution: => fixed Comment: Hi, I fixed this in r32421. I don't know about the second part of your ticket, maybe someone can enlight me if that would be better? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 20:47:12 2009 From: trac at haiku-os.org (diver) Date: Sat, 15 Aug 2009 18:47:12 -0000 Subject: [Haiku-bugs] [Haiku] #885: [app_server] deadlock on font change In-Reply-To: <040.b760b44f133d8b2ef5e9d9081757da9e@haiku-os.org> References: <040.b760b44f133d8b2ef5e9d9081757da9e@haiku-os.org> Message-ID: <049.bab81ceabf51e0c8b3466bc4695eabdc@haiku-os.org> #885: [app_server] deadlock on font change ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: critical | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by diver): I can't, feel free to close it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 20:49:35 2009 From: trac at haiku-os.org (scottmc) Date: Sat, 15 Aug 2009 18:49:35 -0000 Subject: [Haiku-bugs] [Haiku] #4215: MediaPlayer outputs only black frame when Acceleration is enabled In-Reply-To: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> References: <042.da3d3972cd809903655febb81eded7b1@haiku-os.org> Message-ID: <051.e2a0b89102ae9e2c038d43f29b756f09@haiku-os.org> #4215: MediaPlayer outputs only black frame when Acceleration is enabled ---------------------------------------------+------------------------------ Reporter: jahaiku | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------------+------------------------------ Comment(by scottmc): A fresh build later (r32410) and mediaplayer is no longer doing the stuck on a black frame thing for me. I'll try it on the other AMD laptop and if that one works then there won't be a need for that new ticket. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 21:52:32 2009 From: trac at haiku-os.org (leavengood) Date: Sat, 15 Aug 2009 19:52:32 -0000 Subject: [Haiku-bugs] [Haiku] #4190: Several small usability enhancements (mostly easy) In-Reply-To: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> References: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> Message-ID: <053.741e9cee8dfa442bda533b42dc075220@haiku-os.org> #4190: Several small usability enhancements (mostly easy) ------------------------------------+--------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/ShowImage | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by leavengood): Replying to [comment:7 diver]: > Alt or Ctrl: scroll horizontal still doesn't work in r32345. I assume you mean when using the mouse wheel? It works for me. It is using the command key so by default that means the left Alt key. If you switch to Windows/Linux shortcut mode it should be either Ctrl key. > And is there a need in black border (1px) around the image? That has always been there for aesthetics I guess, I'll try taking it out and see how it looks. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 22:27:42 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 20:27:42 -0000 Subject: [Haiku-bugs] [Haiku] #4190: Several small usability enhancements (mostly easy) In-Reply-To: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> References: <044.fee76985822bfb78f8ef9b8d4480383f@haiku-os.org> Message-ID: <053.1f2340e40a31cb6b4da41f16d2f5b5df@haiku-os.org> #4190: Several small usability enhancements (mostly easy) ------------------------------------+--------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/ShowImage | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by humdinger): FWIW, at least with r32420, horizontal scrolling with COM+mouswheel doesn't work here either. Also, SHIFT+cursor keys doesn't move the image. Maybe you have a few uncommited changes locally? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 22:46:30 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 20:46:30 -0000 Subject: [Haiku-bugs] [Haiku] #3348: [Terminal] Selecting the same font in preferences causes "Save changes?" dialog In-Reply-To: <040.cab858a4dbf4b82a64a0bedefa673049@haiku-os.org> References: <040.cab858a4dbf4b82a64a0bedefa673049@haiku-os.org> Message-ID: <049.827366b4e8119013a003dd0ad0c79dc0@haiku-os.org> #3348: [Terminal] Selecting the same font in preferences causes "Save changes?" dialog ------------------------------------+--------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: 3891 ------------------------------------+--------------------------------------- Comment(by humdinger): The second part ties in with the comment in #4198 > * The OK button and also the alert regarding unsaved changes when closing the prefs panel aren't needed, all settings are live. Though, IMO it's enough to have a "Revert" button that goes back to the setting when the preference panel was opened. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 22:53:41 2009 From: trac at haiku-os.org (rudolfc) Date: Sat, 15 Aug 2009 20:53:41 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.dd3953a9383670a120a5c446c1b009ad@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi again, I just replaced the file, seems OK to me now. About the modeline use in the driver: as I said, the driver calculates the timing itself so it's the same percentage wise as the native modeline reported by the GPU. That is, this is the timing set in the CRTC. There's a translation layer which converts the CRTC timing to LVDS timing: the latter always runs in the native modeline as programmed by the GPU. The driver does not change that. In other words: the GPU performs modeline scaling for the panel. The story above is how it works for panels that are connected digitally. Analog connected screens (VGA style connection) really use the modeline in workspaces / the mode as set. As long as the driver determines there's no fault in it (like sync pulses outside the scope of a full line). I hope it's fully clear now.. Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 22:53:57 2009 From: trac at haiku-os.org (stpere) Date: Sat, 15 Aug 2009 20:53:57 -0000 Subject: [Haiku-bugs] [Haiku] #3372: Incorrect Terminal numbering In-Reply-To: <040.f824982f3f2881ebcef9f7fa026d7685@haiku-os.org> References: <040.f824982f3f2881ebcef9f7fa026d7685@haiku-os.org> Message-ID: <049.c5791d2fe2c3c99e79ff51208550f542@haiku-os.org> #3372: Incorrect Terminal numbering ------------------------------------+--------------------------------------- Reporter: rossi | Owner: jackburton Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------------------+--------------------------------------- Changes (by stpere): * status: new => closed * resolution: => fixed Comment: Fixed in r32422. It was an "off by one" error. Thank you! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 23:08:50 2009 From: trac at haiku-os.org (bga) Date: Sat, 15 Aug 2009 21:08:50 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.b447035b40ecd167f985be8bf29b37ce@haiku-os.org> #4103: cddb not working --------------------------------+------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Changes (by bga): * status: new => closed * resolution: => fixed Comment: Try with r32423 and let me know how it goes. The error was probably that your CDs resulted in partial matches. I must warn you that handling of partial matches is oretty dumb right now. It *IS* supposed to not request the CD again as it already got the data. That's why it said "skipping cd ..." When mounting the CD the names should be correct though. cddb_daemon only needs to fetch the CD info once. After that the data is stored by cdda-fs. Closing this. Feel free to reopen it if needed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 23:20:22 2009 From: trac at haiku-os.org (stpere) Date: Sat, 15 Aug 2009 21:20:22 -0000 Subject: [Haiku-bugs] [Haiku] #3403: PANIC: vm_page_fault: unhandled page fault in kernel space at 0x808046e4, ip 0x800cd1ce In-Reply-To: <042.188043bdd774ab342d55e671a9088fd3@haiku-os.org> References: <042.188043bdd774ab342d55e671a9088fd3@haiku-os.org> Message-ID: <051.bda909ce75db9c0c117031e7248f8e73@haiku-os.org> #3403: PANIC: vm_page_fault: unhandled page fault in kernel space at 0x808046e4, ip 0x800cd1ce ----------------------------+----------------------------------------------- Reporter: kaliber | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by stpere): * status: new => closed * resolution: => fixed Comment: Thanks for the update! If it does reappear, don't hesitate to tell here. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 15 23:34:59 2009 From: trac at haiku-os.org (humdinger) Date: Sat, 15 Aug 2009 21:34:59 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.9fdab29ad2305d68f53382110ed02ec1@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by humdinger): > I hope it's fully clear now.. Yeah, totally... NOT! :) Anyway, it still doesn't work, sadly. I included another log and a syslog from this latest failed try. BTW, the notebook would be there for your inspection at BeGeistert in October if you come... :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 00:03:27 2009 From: trac at haiku-os.org (leavengood) Date: Sat, 15 Aug 2009 22:03:27 -0000 Subject: [Haiku-bugs] [Haiku] #3939: IBM z60m backlight not enabled In-Reply-To: <042.09007f86455d525cd1344ef646f5f800@haiku-os.org> References: <042.09007f86455d525cd1344ef646f5f800@haiku-os.org> Message-ID: <051.e1031d5ea6eca8e07296a06e26fb5050@haiku-os.org> #3939: IBM z60m backlight not enabled -------------------------------------+-------------------------------------- Reporter: jahaiku | Owner: euan Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/radeon | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by leavengood): I can confirm this (as I have this exact laptop, using it now in fact) though I did not test it recently. I think I logged this as another bug too, which I'll try to find. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 01:28:04 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Sat, 15 Aug 2009 23:28:04 -0000 Subject: [Haiku-bugs] [Haiku] #4239: msk driver network connection quickly becomes unresponsive In-Reply-To: <041.46cfbf09b605923b5aa837eb95cd8056@haiku-os.org> References: <041.46cfbf09b605923b5aa837eb95cd8056@haiku-os.org> Message-ID: <050.c16c98e193912134161c337df185971c@haiku-os.org> #4239: msk driver network connection quickly becomes unresponsive -----------------------------+---------------------------------------------- Reporter: Keifer | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by jonas.kirilla): If you can ping (a known good) IP number (on the internet) then it's probably a DNS issue. If your router/firewall box is set to serve you DNS (e.g. 10.0.0.1 or 192.168.0.1) try switching to your ISP's given DNS server(s) (IP-numbers) and see if it improves. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 01:39:26 2009 From: trac at haiku-os.org (leavengood) Date: Sat, 15 Aug 2009 23:39:26 -0000 Subject: [Haiku-bugs] [Haiku] #3949: Some Backgrounds enhancements (easy) In-Reply-To: <044.5461c7d9ec4a65843b8903df380c11c6@haiku-os.org> References: <044.5461c7d9ec4a65843b8903df380c11c6@haiku-os.org> Message-ID: <053.85d5b8a1c29d3bfb7abf1498db9488c0@haiku-os.org> #3949: Some Backgrounds enhancements (easy) -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Preferences/Backgrounds | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Changes (by leavengood): * owner: korli => leavengood * status: new => assigned Comment: Replying to [comment:3 humdinger]: > I can see why not doing it by default in ShowImage. If you have a slow system, you may not want to wait for the filtering when browsing through some images. Well I kind of want to remove the delayed filtering from ShowImage, plus the algorithm in app_server is going to be really optimized once Christian is done (I emailed him but haven't heard back, hope he can finish this soon.) Maybe app_server can have some clever logic to only use this when the CPU is fast enough. > As a background, that would be a one time thing after pressing "Apply", right? So filtering should be the default IMO. Actually I'm pretty sure it would need to filter the image each time it was drawn. Actually maybe not if the shrunk image is stored as an attribute of the Desktop somehow. I'll take a look unless Stephan is listening and can inform us :) > I'm sorry, but I have one more enhancement. :) > > # How about commandline parameters to set backgrounds without opening the panel? Yeah I thought of this too and could use that instead of what I do now from ShowImage (though what I do there isn't so bad.) I'll also take ownership of this bug, even if I don't implement everything before the alpha freeze... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 01:42:24 2009 From: trac at haiku-os.org (kvdman) Date: Sat, 15 Aug 2009 23:42:24 -0000 Subject: [Haiku-bugs] [Haiku] #4244: Can't remove pulse replicants. Message-ID: <041.37e738b0583d060a28efc24fce2937a4@haiku-os.org> #4244: Can't remove pulse replicants. --------------------------+------------------------------------------------- Reporter: kvdman | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- On dual processor machines (or greater), when you start Pulse and drag out a replicant for the processor to the desktop, there's no way to remove it besides deleting tracker_shelf and restarting. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 03:29:41 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 01:29:41 -0000 Subject: [Haiku-bugs] [Haiku] #4245: [Terminal] Preferences window is slow to appear Message-ID: <040.b34be9ea230d9de28df1897a88f537e8@haiku-os.org> #4245: [Terminal] Preferences window is slow to appear -----------------------------------+---------------------------------------- Reporter: diver | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Preferences window is slow to appear in r32432 in VirtualBox 3.0.4. Could be related to r32421 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 05:18:45 2009 From: trac at haiku-os.org (stpere) Date: Sun, 16 Aug 2009 03:18:45 -0000 Subject: [Haiku-bugs] [Haiku] #3728: Print screen snapshot should have .PNG extension In-Reply-To: <040.3fa7aa23aac5b8391359fe5e4b78e4b1@haiku-os.org> References: <040.3fa7aa23aac5b8391359fe5e4b78e4b1@haiku-os.org> Message-ID: <049.ee8910956c78595a3c1c4ea2bd428dc0@haiku-os.org> #3728: Print screen snapshot should have .PNG extension --------------------------------------+------------------------------------- Reporter: haiqu | Owner: julun Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications/Screenshot | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------------+------------------------------------- Changes (by stpere): * status: new => closed * resolution: => fixed Comment: Fixed in r32433 ! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 05:39:14 2009 From: trac at haiku-os.org (leavengood) Date: Sun, 16 Aug 2009 03:39:14 -0000 Subject: [Haiku-bugs] [Haiku] #3939: IBM z60m backlight not enabled In-Reply-To: <042.09007f86455d525cd1344ef646f5f800@haiku-os.org> References: <042.09007f86455d525cd1344ef646f5f800@haiku-os.org> Message-ID: <051.7a1570392cb5a68c88ac30e5ded619c6@haiku-os.org> #3939: IBM z60m backlight not enabled --------------------------------------+------------------------------------- Reporter: jahaiku | Owner: euan Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/radeon | Version: R1 development Resolution: duplicate | Blockedby: Platform: All | Blocking: --------------------------------------+------------------------------------- Changes (by leavengood): * status: new => closed * resolution: => duplicate Comment: I found the other bug, which I logged about a year ago: #2675. I started looking through the messages Scott linked to, but since then the X.org Radeon code has changed a lot. When it comes to drivers I don't know what I'm doing, and I'm not sure what to change in our driver to make it work. But I may keep looking at it since I like this laptop and would like it to work with Haiku. Though I guess there is always VESA mode... Anyhow, I'm closing this bug as a duplicate. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 02:52:08 2009 From: trac at haiku-os.org (stpere) Date: Sun, 16 Aug 2009 00:52:08 -0000 Subject: [Haiku-bugs] [Haiku] #4099: Screenshot -d option crashes In-Reply-To: <042.27c1fbb0d80d6e9c3ebeab6e94a0f5c3@haiku-os.org> References: <042.27c1fbb0d80d6e9c3ebeab6e94a0f5c3@haiku-os.org> Message-ID: <051.95ec0de6dcfad790d963460f7fa956dd@haiku-os.org> #4099: Screenshot -d option crashes --------------------------------------+------------------------------------- Reporter: scottmc | Owner: leavengood Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Screenshot | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------------+------------------------------------- Changes (by stpere): * status: new => closed * resolution: => fixed Comment: Fixed in r32431, Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 06:14:21 2009 From: trac at haiku-os.org (stpere) Date: Sun, 16 Aug 2009 04:14:21 -0000 Subject: [Haiku-bugs] [Haiku] #4245: [Terminal] Preferences window is slow to appear In-Reply-To: <040.b34be9ea230d9de28df1897a88f537e8@haiku-os.org> References: <040.b34be9ea230d9de28df1897a88f537e8@haiku-os.org> Message-ID: <049.5cf9f639bf89843bb348c581939efbfd@haiku-os.org> #4245: [Terminal] Preferences window is slow to appear -----------------------------------+---------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Changes (by stpere): * owner: jackburton => stpere * status: new => assigned Comment: Hi, I would rather say it might be caused by another of my changes (ticket #4198). I optimized it in r32434. Can you tell me if it's better like this? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 06:36:44 2009 From: trac at haiku-os.org (Keifer) Date: Sun, 16 Aug 2009 04:36:44 -0000 Subject: [Haiku-bugs] [Haiku] #4239: msk driver network connection quickly becomes unresponsive In-Reply-To: <041.46cfbf09b605923b5aa837eb95cd8056@haiku-os.org> References: <041.46cfbf09b605923b5aa837eb95cd8056@haiku-os.org> Message-ID: <050.255f161c7a289544fa02b98553233922@haiku-os.org> #4239: msk driver network connection quickly becomes unresponsive -----------------------------+---------------------------------------------- Reporter: Keifer | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by Keifer): Running 'ping -c 10 74.125.67.100' and 'ping -c 10 google.com' immediately after boot up works as would be expected. Doing the same after the connection seemingly fails results in an unknown host error for google.com and 100% packet loss for 74.125.67.100. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 06:39:13 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 04:39:13 -0000 Subject: [Haiku-bugs] [Haiku] #4245: [Terminal] Preferences window is slow to appear In-Reply-To: <040.b34be9ea230d9de28df1897a88f537e8@haiku-os.org> References: <040.b34be9ea230d9de28df1897a88f537e8@haiku-os.org> Message-ID: <049.e4ad10151e057861a17e983dd2158f57@haiku-os.org> #4245: [Terminal] Preferences window is slow to appear -----------------------------------+---------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by diver): It's a bit faster now, but not that instant as before. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 06:55:28 2009 From: trac at haiku-os.org (scottmc) Date: Sun, 16 Aug 2009 04:55:28 -0000 Subject: [Haiku-bugs] [Haiku] #4246: KDL - updating DMAResource not yet implemented Message-ID: <042.3caf4b97d5a41346421fd2f213995709@haiku-os.org> #4246: KDL - updating DMAResource not yet implemented -----------------------+---------------------------------------------------- Reporter: scottmc | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- While testing the cddb_daemon Haiku dropped to KDL. Screenshots attached -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 07:17:02 2009 From: trac at haiku-os.org (scottmc) Date: Sun, 16 Aug 2009 05:17:02 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.2d83bd5bd70af11ffeb029b634d61004@haiku-os.org> #4103: cddb not working --------------------------------+------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Changes (by scottmc): * status: closed => reopened * resolution: fixed => Comment: Tried with r32432, still not working right. For nearly every CD I tried the CDPlayer code picked up the name correctly but cdda-fs didn't rename the volume and filenames. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 07:25:00 2009 From: trac at haiku-os.org (scottmc) Date: Sun, 16 Aug 2009 05:25:00 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.d6521e6653ee75fd531c67c036b3c1b0@haiku-os.org> #4103: cddb not working --------------------------------+------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Comment(by scottmc): Ticket #4246 may or may not be related to this one. It occurring while I was trying out various CDs on r32432. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 07:32:16 2009 From: trac at haiku-os.org (stpere) Date: Sun, 16 Aug 2009 05:32:16 -0000 Subject: [Haiku-bugs] [Haiku] #4245: [Terminal] Preferences window is slow to appear In-Reply-To: <040.b34be9ea230d9de28df1897a88f537e8@haiku-os.org> References: <040.b34be9ea230d9de28df1897a88f537e8@haiku-os.org> Message-ID: <049.952f38b845fbe0ec537ea8ae70067e15@haiku-os.org> #4245: [Terminal] Preferences window is slow to appear -----------------------------------+---------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by stpere): further optimizations in r32435. Can you test again? Thanks -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 08:14:36 2009 From: trac at haiku-os.org (Luposian) Date: Sun, 16 Aug 2009 06:14:36 -0000 Subject: [Haiku-bugs] [Haiku] #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 In-Reply-To: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> References: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> Message-ID: <052.c56285d2d43dc95ec8c2dcbd08a030df@haiku-os.org> #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 -------------------------------------+-------------------------------------- Reporter: Luposian | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Luposian): Replying to [comment:15 rudolfc]: > How come 1440x900 is now showing up? did you enable force_ws in nvidia.settings, or > not??? I (thankfully) no longer need the nvidia.settings file. Something was fixed in the sources. What, I don't know, but 1440x900 now shows up and is selectable. > Can you upload a driver logfile for me please? If you need it, sure. But as it was a monitor issue, if it's fixed, it's fixed. Isn't that a good thing? Or do you want to know WHY it's fixed, so it doesn't break (or get broken) later? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 08:19:49 2009 From: trac at haiku-os.org (Luposian) Date: Sun, 16 Aug 2009 06:19:49 -0000 Subject: [Haiku-bugs] [Haiku] #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 In-Reply-To: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> References: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> Message-ID: <052.c6d65786f3e4cfcebf8642bff6505486@haiku-os.org> #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 -------------------------------------+-------------------------------------- Reporter: Luposian | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Luposian): Replying to [comment:16 rudolfc]: > Hmm, does your card have both a DVI and VGA connector? Did you change the > connection of your screen? No. The Creative Geforce 2 Ultra and the Asus GeForce 3 Ti500 are both AGP and only have VGA, no DVI. > Anyhow, I'd love a driver logfile from a system boot, if possible a boot on the > VGA connector, and a boot on the DVI connector, if that's what you changed... ? I can send a logfile from the latest revision of Haiku, if you still need it, but I can't test DVI. But DVI always worked on my other system. VGA has always been the problem area. But not anymore, so it seems, on this current system. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 09:27:05 2009 From: trac at haiku-os.org (scottmc) Date: Sun, 16 Aug 2009 07:27:05 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.c190df098e406cc7ea4b85e3d58b0e4f@haiku-os.org> #4103: cddb not working --------------------------------+------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Comment(by scottmc): I added a line to cddb_server.cpp to print out the statusCode, it appears to be the same as the cddbID, is that expected? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 12:20:03 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 10:20:03 -0000 Subject: [Haiku-bugs] [Haiku] #4245: [Terminal] Preferences window is slow to appear In-Reply-To: <040.b34be9ea230d9de28df1897a88f537e8@haiku-os.org> References: <040.b34be9ea230d9de28df1897a88f537e8@haiku-os.org> Message-ID: <049.f3b4dda125b52c510eac0895dc58ba0b@haiku-os.org> #4245: [Terminal] Preferences window is slow to appear -----------------------------------+---------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by diver): Sorry, but r32435 didn't change anything. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 12:37:17 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Sun, 16 Aug 2009 10:37:17 -0000 Subject: [Haiku-bugs] [Haiku] #4246: KDL - updating DMAResource not yet implemented In-Reply-To: <042.3caf4b97d5a41346421fd2f213995709@haiku-os.org> References: <042.3caf4b97d5a41346421fd2f213995709@haiku-os.org> Message-ID: <051.536501c1fa8c027c8cb46cee32b5a79f@haiku-os.org> #4246: KDL - updating DMAResource not yet implemented ---------------------------+------------------------------------------------ Reporter: scottmc | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Changes (by jonas.kirilla): * component: - General => System/Kernel Comment: Panic happens here:[[BR]] http://haiku.it.su.se:8180/source/xref/src/add- ons/kernel/drivers/disk/scsi/scsi_cd/scsi_cd.cpp#878 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 12:56:05 2009 From: trac at haiku-os.org (pulkomandy) Date: Sun, 16 Aug 2009 10:56:05 -0000 Subject: [Haiku-bugs] [Haiku] #4239: msk driver network connection quickly becomes unresponsive In-Reply-To: <041.46cfbf09b605923b5aa837eb95cd8056@haiku-os.org> References: <041.46cfbf09b605923b5aa837eb95cd8056@haiku-os.org> Message-ID: <050.76b9ecaedd444d04125ce591d9692604@haiku-os.org> #4239: msk driver network connection quickly becomes unresponsive -----------------------------+---------------------------------------------- Reporter: Keifer | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by pulkomandy): It's not related to DNS. The driver will miss an interrupt, and then fail to transfer anything after that. I tested it at home, and at the RMLL booth. Oco is having the same problem too. So the chances that it's a problem with all these router/firewalls. (and it works fine on all these setups under linux). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 14:23:05 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 12:23:05 -0000 Subject: [Haiku-bugs] [Haiku] #4247: [Tracker] Info window is slow to appear Message-ID: <040.d32bf0e0e9fb5f96b60cee040c71ab2a@haiku-os.org> #4247: [Tracker] Info window is slow to appear ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Right click Haiku volume and select "Get info", info window will appear only several seconds later. This seems to be introduced in r30894. [[BR]] See also http://lists.berlios.de/pipermail/haiku- commits/2009-June/017101.html [[BR]] Maybe it would be a good idea to just revert it until a proper fix is found as alpha1 is just around the corner. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 14:30:40 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 12:30:40 -0000 Subject: [Haiku-bugs] [Haiku] #4248: [Tracker] icon jumping if "Clean Up" is used Message-ID: <040.07389962ee8086ac2c96a0945b402211@haiku-os.org> #4248: [Tracker] icon jumping if "Clean Up" is used ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Press Alt+K to "Clean up" icons.[[BR]] Press Alt+Shift+K to "Clean up all".[[BR]] Repeat to see jumping effect.[[BR]] Also if you open Haiku volume, switch to icon view (Alt+1) and hold down Alt+Shift+K you should see jumping too, but this could be another bug.[[BR]] Tested in r32436 in VirtualBox 3.0.4. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 14:34:51 2009 From: trac at haiku-os.org (nielx) Date: Sun, 16 Aug 2009 12:34:51 -0000 Subject: [Haiku-bugs] [Haiku] #3605: Template to restore customizations & missing author info to blog teasers In-Reply-To: <039.695645a9b32e83339d2e45078ba83fd5@haiku-os.org> References: <039.695645a9b32e83339d2e45078ba83fd5@haiku-os.org> Message-ID: <048.d912eab76118f556c36f54a5ca79cd48@haiku-os.org> #3605: Template to restore customizations & missing author info to blog teasers --------------------------+------------------------------------------------- Reporter: koki | Owner: haiku-web Type: enhancement | Status: closed Priority: normal | Milestone: Website R2 (Drupal 5) Component: Website/CMS | Version: Resolution: invalid | Blockedby: Platform: All | Blocking: --------------------------+------------------------------------------------- Changes (by nielx): * status: new => closed * resolution: => invalid Comment: Will close. N. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 14:35:43 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 12:35:43 -0000 Subject: [Haiku-bugs] [Haiku] #4249: [Open Target Folder] hotkey clashes with OpenTerminal Message-ID: <040.35cc59bd6b9d76a6bb00e7b1def4fdd1@haiku-os.org> #4249: [Open Target Folder] hotkey clashes with OpenTerminal -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Both Open Target Folder and OpenTerminal are using Opt+Alt+T hotkey.[[BR]] Now if you select Home icon on desktop and press Opt+Alt+T only OpenTerminal will react. [[BR]]I think Opt+Alt+T is much more fitting for OpenTerminal hotkey. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 14:36:13 2009 From: trac at haiku-os.org (nielx) Date: Sun, 16 Aug 2009 12:36:13 -0000 Subject: [Haiku-bugs] [Haiku] #967: create a backup script for the website In-Reply-To: <045.e6ab8573686aab3f2880a961b244b0e1@haiku-os.org> References: <045.e6ab8573686aab3f2880a961b244b0e1@haiku-os.org> Message-ID: <054.40ad1a55011e8517065c07c11dd53643@haiku-os.org> #967: create a backup script for the website --------------------------+------------------------------------------------- Reporter: wkornewald | Owner: gavin Type: enhancement | Status: closed Priority: high | Milestone: Website R2 (Drupal 5) Component: Website | Version: Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------+------------------------------------------------- Changes (by nielx): * status: assigned => closed * resolution: => fixed Comment: Fixed for dev.haiku-os.org. Migrating to a new server will mean this will have to be done from the beginning anyway. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 14:43:42 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 12:43:42 -0000 Subject: [Haiku-bugs] [Haiku] #4250: [Keymap] pressing shift doesn't show upper case characters Message-ID: <040.7a37a949bae8831ad119122f9ba42a3a@haiku-os.org> #4250: [Keymap] pressing shift doesn't show upper case characters --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Keymap | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Keymap preflet doesn't show upper case characters, it used to work until Keymap rewrite.[[BR]] Tested in r32436 in VirtualBox 3.0.4. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 14:49:30 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 12:49:30 -0000 Subject: [Haiku-bugs] [Haiku] #4251: [SoundRecorder] timeline background is black Message-ID: <040.c885b02392b8bb27e87a702ee95ddd9c@haiku-os.org> #4251: [SoundRecorder] timeline background is black ----------------------------------------+----------------------------------- Reporter: diver | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/SoundRecorder | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------------+----------------------------------- [[Image(SoundRecorder.png)]] Tested in r32436 in VirtualBox 3.0.4. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 14:53:41 2009 From: trac at haiku-os.org (humdinger) Date: Sun, 16 Aug 2009 12:53:41 -0000 Subject: [Haiku-bugs] [Haiku] #4249: [Open Target Folder] hotkey clashes with OpenTerminal In-Reply-To: <040.35cc59bd6b9d76a6bb00e7b1def4fdd1@haiku-os.org> References: <040.35cc59bd6b9d76a6bb00e7b1def4fdd1@haiku-os.org> Message-ID: <049.6e918ebc4156e8df6aca0e7cb07995f7@haiku-os.org> #4249: [Open Target Folder] hotkey clashes with OpenTerminal -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by humdinger): I agree. Alt+Opt+T fits better to open a Terminal. In TeamMonitor, there's also a way to open a Terminal: Alt+Shift+T. Maybe this should be remapped to also Alt+Opt+T. Leaves a shortcut for OpenTargetFolder. I suggest Alt+Opt+O. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 14:56:37 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 12:56:37 -0000 Subject: [Haiku-bugs] [Haiku] #4252: [app_server] DebugNow background drawing in prevew Message-ID: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> #4252: [app_server] DebugNow background drawing in prevew --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Background drawing of DebugNow screensaver is wrong.[[BR]] [[Image(debug_now_1.png)]] [[Image(debug_now_1.png)]] [[BR]] Tested in r32436 in VirtualBox 3.0.4. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 14:58:31 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 12:58:31 -0000 Subject: [Haiku-bugs] [Haiku] #4252: [app_server] DebugNow background drawing in prevew In-Reply-To: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> References: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> Message-ID: <049.100d39d453e886f2f166690850a5b29d@haiku-os.org> #4252: [app_server] DebugNow background drawing in prevew --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by diver): [[Image(debug_now_2.png)]] -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 14:59:41 2009 From: trac at haiku-os.org (bga) Date: Sun, 16 Aug 2009 12:59:41 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.c57c238e3499aeda99504846363dcc07@haiku-os.org> #4103: cddb not working --------------------------------+------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Comment(by bga): Scott, you are confusing cddb_daemon with CD player a bit. cddb_daemon saves information in cdda-fs, CD player dies not. So it is normal that even when CD Player shows the track names you still do not see the renamed files. Please, forget about this. The only relevent information you can take form CD player in what concerns cddb_daemon is that it managed to get the track names while cddb_daemon did not. That said, I added even more debug in r32437. Please repeat the last test steps I mentioned but only include here the cases where cddb_daemon failed. There should be a lot more information dumped now now. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 15:00:56 2009 From: trac at haiku-os.org (bga) Date: Sun, 16 Aug 2009 13:00:56 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.53c4f24f496abd776de10ec09cb7f8fb@haiku-os.org> #4103: cddb not working --------------------------------+------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Comment(by bga): Also, statusCode is a BString. You need to use statusCode.String() when printing it. In any case, it does not matter as the status code is printed below but, somehow, it is empty. That's what I am trying to figure out why it is happening. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 15:09:14 2009 From: trac at haiku-os.org (bga) Date: Sun, 16 Aug 2009 13:09:14 -0000 Subject: [Haiku-bugs] [Haiku] #4248: [Tracker] icon jumping if "Clean Up" is used In-Reply-To: <040.07389962ee8086ac2c96a0945b402211@haiku-os.org> References: <040.07389962ee8086ac2c96a0945b402211@haiku-os.org> Message-ID: <049.8cf4a678fca866a527228f0422dda121@haiku-os.org> #4248: [Tracker] icon jumping if "Clean Up" is used ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by bga): I guess this is being tracked in #3828. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 15:09:29 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 13:09:29 -0000 Subject: [Haiku-bugs] [Haiku] #4253: [Interface kit] listview drawing problems in Vision Message-ID: <040.3fa8f6d7133da39a34a518a8c490266e@haiku-os.org> #4253: [Interface kit] listview drawing problems in Vision --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Start Vision.[[BR]] Click Network Setup...->Add...->type "Vision3"->Done.[[BR]] Select Vision3 and click yellow up arrow twice.[[BR]] Tested in r32436 in VirtualBox 3.0.4. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 15:22:43 2009 From: trac at haiku-os.org (bga) Date: Sun, 16 Aug 2009 13:22:43 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.ee60b0a33c4490520521859f6cf87347@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by bga): Did not manage to include the generate the debug information yet but, just to add a bit more information, there are the modes I see before r32020 (these modes also show up in the fail safe boot menu before and after r32020): 1400x1050[[BR]] 1280x1024[[BR]] 1152x864[[BR]] 1024x768[[BR]] 800x600[[BR]] 720x400[[BR]] 640x480[[BR]] 640x400[[BR]] 640x350 And there are the modes I see after r32020: 1280x1024[[BR]] 1152x864[[BR]] 1024x768[[BR]] 800x600[[BR]] 640x480[[BR]] 640x400[[BR]] 640x350 So the missing resolutions are: 1400x1050[[BR]] 720x400 Both missing resolutions work fine in my monitor + card combination (using VESA) and the first one is the one I used as default (as this is the resolution closest to the native 1680x1050 native resolution my monitor supports). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 15:27:59 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 13:27:59 -0000 Subject: [Haiku-bugs] [Haiku] #4254: [Tracker] should change symlink icons on the fly Message-ID: <040.2c372269f241e6f901e60936ac0915a6@haiku-os.org> #4254: [Tracker] should change symlink icons on the fly ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Start Terminal and type:[[BR]] {{{ open . mkdir folder ln -s folder symlink_to_folder mv folder renamed_folder (close home folder) open . (note that symlink_to_folder changed it's icon) mv renamed_folder folder (close home folder) open . (note that symlink_to_folder changed it's icon again) }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 15:35:14 2009 From: trac at haiku-os.org (bga) Date: Sun, 16 Aug 2009 13:35:14 -0000 Subject: [Haiku-bugs] [Haiku] #4166: Recent changes to video modes seem to have removed some modes. In-Reply-To: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> References: <038.9f0de4d21d34649b3e8bc6e994c2757e@haiku-os.org> Message-ID: <047.2b7a37c8ed7842d2f1fb28cc34ac1076@haiku-os.org> #4166: Recent changes to video modes seem to have removed some modes. ------------------------------+--------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Comment(by bga): Scratch that. 720x400 does not show up pre r32020, but 1400x1050 does, which is the resolution I am interested in getting back anyway. :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 15:41:35 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 13:41:35 -0000 Subject: [Haiku-bugs] [Haiku] #4255: [Poorman] cancel button in the first window should quit Poorman Message-ID: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> #4255: [Poorman] cancel button in the first window should quit Poorman --------------------------+------------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Currently if you start Porman for the first time it will show a window where you can select public_html folder.[[BR]] [[Image(poorman.png)]][[BR]] If you press Cancel you will see "Can't Start the Server" alert.[[BR]] [[BR]]Also there is no Poorman subclomponent in Trac[[BR]] Tested with r32436 in VirtualBox 3.0.4. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 18:02:57 2009 From: trac at haiku-os.org (scottmc) Date: Sun, 16 Aug 2009 16:02:57 -0000 Subject: [Haiku-bugs] [Haiku] #3610: minor mimetype error for welcome.html and BeBook index.html In-Reply-To: <039.6379b3a4b8184427618b0675654e7f43@haiku-os.org> References: <039.6379b3a4b8184427618b0675654e7f43@haiku-os.org> Message-ID: <048.b1e44bcc235cc6183609f73ee724cfb6@haiku-os.org> #3610: minor mimetype error for welcome.html and BeBook index.html -----------------------+---------------------------------------------------- Reporter: sten | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by scottmc): Has this one been fixed yet? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 18:03:54 2009 From: trac at haiku-os.org (scottmc) Date: Sun, 16 Aug 2009 16:03:54 -0000 Subject: [Haiku-bugs] [Haiku] #2941: Can't open the Welcome html file with duble click in pre-alpha1 In-Reply-To: <041.968ad670398333067439420f9b4b2b90@haiku-os.org> References: <041.968ad670398333067439420f9b4b2b90@haiku-os.org> Message-ID: <050.5bb66c54c28b054bd2a83a0ddde8d5b8@haiku-os.org> #2941: Can't open the Welcome html file with duble click in pre-alpha1 --------------------------+------------------------------------------------- Reporter: miqlas | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by scottmc): Has this one been fixed? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 18:04:25 2009 From: trac at haiku-os.org (jackburton) Date: Sun, 16 Aug 2009 16:04:25 -0000 Subject: [Haiku-bugs] [Haiku] #885: [app_server] deadlock on font change In-Reply-To: <040.b760b44f133d8b2ef5e9d9081757da9e@haiku-os.org> References: <040.b760b44f133d8b2ef5e9d9081757da9e@haiku-os.org> Message-ID: <049.bd142167efc537cb5010d25726bc1f03@haiku-os.org> #885: [app_server] deadlock on font change ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: critical | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by jackburton): * status: reopened => closed * resolution: => fixed Comment: There have been many changes and the bug is not reproducible anymore. Closing. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 18:12:30 2009 From: trac at haiku-os.org (scottmc) Date: Sun, 16 Aug 2009 16:12:30 -0000 Subject: [Haiku-bugs] [Haiku] #3397: Screen: cannot set screen modes anymore In-Reply-To: <040.97ebe593be723fffddb20fb2c6dadd64@haiku-os.org> References: <040.97ebe593be723fffddb20fb2c6dadd64@haiku-os.org> Message-ID: <049.13e90655bfaba81d58872cd7e62676ac@haiku-os.org> #3397: Screen: cannot set screen modes anymore --------------------------------------------+------------------------------- Reporter: rossi | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/intel_extreme | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------------+------------------------------- Comment(by scottmc): Sounds like this one can be closed then? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 18:29:06 2009 From: trac at haiku-os.org (stpere) Date: Sun, 16 Aug 2009 16:29:06 -0000 Subject: [Haiku-bugs] [Haiku] #4247: [Tracker] Info window is slow to appear In-Reply-To: <040.d32bf0e0e9fb5f96b60cee040c71ab2a@haiku-os.org> References: <040.d32bf0e0e9fb5f96b60cee040c71ab2a@haiku-os.org> Message-ID: <049.ecad81bf1ea247eb4418b133e7aecc76@haiku-os.org> #4247: [Tracker] Info window is slow to appear ----------------------------------+----------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by stpere): * owner: axeld => stpere * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 18:36:31 2009 From: trac at haiku-os.org (leavengood) Date: Sun, 16 Aug 2009 16:36:31 -0000 Subject: [Haiku-bugs] [Haiku] #2186: PANIC: vm_page_fault: unhandled page fault in kernel space (rev25270) In-Reply-To: <042.c8ab1e455ce8f7b50db46cbca7fd81d9@haiku-os.org> References: <042.c8ab1e455ce8f7b50db46cbca7fd81d9@haiku-os.org> Message-ID: <051.6b3517760983b24dec68149fac76f890@haiku-os.org> #2186: PANIC: vm_page_fault: unhandled page fault in kernel space (rev25270) ------------------------+--------------------------------------------------- Reporter: kaliber | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------+--------------------------------------------------- Changes (by leavengood): * status: new => closed * resolution: => fixed Comment: Marking fixed and closing. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 18:43:47 2009 From: trac at haiku-os.org (scottmc) Date: Sun, 16 Aug 2009 16:43:47 -0000 Subject: [Haiku-bugs] [Haiku] #3028: fseeko broken on stdin? In-Reply-To: <042.7fdcdc779c70d8b4fee4c42c984b34fc@haiku-os.org> References: <042.7fdcdc779c70d8b4fee4c42c984b34fc@haiku-os.org> Message-ID: <051.e676fec59df025fcf8be96ec685ae697@haiku-os.org> #3028: fseeko broken on stdin? -------------------------------+-------------------------------------------- Reporter: kaliber | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/libroot.so | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Comment(by scottmc): maybe related to #3145? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 18:49:02 2009 From: trac at haiku-os.org (humdinger) Date: Sun, 16 Aug 2009 16:49:02 -0000 Subject: [Haiku-bugs] [Haiku] #2941: Can't open the Welcome html file with duble click in pre-alpha1 In-Reply-To: <041.968ad670398333067439420f9b4b2b90@haiku-os.org> References: <041.968ad670398333067439420f9b4b2b90@haiku-os.org> Message-ID: <050.9895b2ccd0f6a1a870ad2cde13c0c07f@haiku-os.org> #2941: Can't open the Welcome html file with duble click in pre-alpha1 --------------------------+------------------------------------------------- Reporter: miqlas | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by humdinger): I just built an alpha-vmware image of r32435 and the welcome page will still not load on doubleclick when BeZilla wasn't launched before. BeZilla then comes up with it's normal home page. After that first launch, everything's fine. It really is a ticket for BeZilla at HaikuPorts, I think. Maybe someone could open a ticket there and close this one? I don't want to cause too much work by requesting to register via manual email just to report this one thing. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 18:50:38 2009 From: trac at haiku-os.org (stpere) Date: Sun, 16 Aug 2009 16:50:38 -0000 Subject: [Haiku-bugs] [Haiku] #4247: [Tracker] Info window is slow to appear In-Reply-To: <040.d32bf0e0e9fb5f96b60cee040c71ab2a@haiku-os.org> References: <040.d32bf0e0e9fb5f96b60cee040c71ab2a@haiku-os.org> Message-ID: <049.f61b4209635d6018017a9aadfdce5d95@haiku-os.org> #4247: [Tracker] Info window is slow to appear ----------------------------------+----------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by stpere): I reverted r30894 in r32441. r30894 was refering to enhancement suggestion #2868, asking for a way to monitor changes in the size of a folder, but I guess my implementation wasn't optimal. I will take a closer look into this. Can you tell me if the situation is back to normal? Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 18:52:14 2009 From: trac at haiku-os.org (stpere) Date: Sun, 16 Aug 2009 16:52:14 -0000 Subject: [Haiku-bugs] [Haiku] #2868: [Tracker] Update directory size info In-Reply-To: <042.c36047e3cce76a5b50b1c4a04fa0ada9@haiku-os.org> References: <042.c36047e3cce76a5b50b1c4a04fa0ada9@haiku-os.org> Message-ID: <051.6bfeae92d1e0eb88e0b517b3cf328b7f@haiku-os.org> #2868: [Tracker] Update directory size info -----------------------------+---------------------------------------------- Reporter: Adek336 | Owner: stpere Type: enhancement | Status: reopened Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------+---------------------------------------------- Changes (by stpere): * status: closed => reopened * resolution: fixed => Comment: I had to revert this commit in r32441. Will take a closer look. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 18:52:34 2009 From: trac at haiku-os.org (humdinger) Date: Sun, 16 Aug 2009 16:52:34 -0000 Subject: [Haiku-bugs] [Haiku] #3610: minor mimetype error for welcome.html and BeBook index.html In-Reply-To: <039.6379b3a4b8184427618b0675654e7f43@haiku-os.org> References: <039.6379b3a4b8184427618b0675654e7f43@haiku-os.org> Message-ID: <048.20130395d2c2b3ae09be4fb80c967cd8@haiku-os.org> #3610: minor mimetype error for welcome.html and BeBook index.html ------------------------+--------------------------------------------------- Reporter: sten | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------+--------------------------------------------------- Changes (by humdinger): * status: new => closed * resolution: => fixed Comment: Just built an alpha-vmimage. The Welcome page gets its correct MIME type after the "first-run" script has done its magic.[[BR]] Closing this ticket as fixed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 19:36:50 2009 From: trac at haiku-os.org (stpere) Date: Sun, 16 Aug 2009 17:36:50 -0000 Subject: [Haiku-bugs] [Haiku] #4250: [Keymap] pressing shift doesn't show upper case characters In-Reply-To: <040.7a37a949bae8831ad119122f9ba42a3a@haiku-os.org> References: <040.7a37a949bae8831ad119122f9ba42a3a@haiku-os.org> Message-ID: <049.eda932be1b7a9ed8a9a59797f5a2eefb@haiku-os.org> #4250: [Keymap] pressing shift doesn't show upper case characters --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Keymap | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by stpere): It seems to work here. Do you have a specific keymap where it doesn't work or any tip to reproduce the error? I know it can be hard to tell if it never works on your configuration.. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 20:05:35 2009 From: trac at haiku-os.org (scottmc) Date: Sun, 16 Aug 2009 18:05:35 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.82ddc2f73a1a758fc30ce9c11847f841@haiku-os.org> #4103: cddb not working --------------------------------+------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Comment(by scottmc): Here's the output from checking some CDs with r32443: {{{ Welcome to the Haiku shell. ~> /boot/system/servers/cddb_daemon CDDB Daemon for Haiku v1.0.0 started. Checking currently mounted volumes ... Skipping device with id 1. Skipping device with id 2. Skipping device with id 3. Checking complete. Listening for device mounts. Looking up CD with CDDB Id a60c9e0d. ----- CDDB query reply start ----- ----- CDDB query reply end ----- StatusCode : xa60c9e0d Error : CDDB server status code is . Error when querying CD. Looking up CD with CDDB Id b50ee70e. ----- CDDB query reply start ----- ----- CDDB query reply end ----- StatusCode :b50ee70e Error : CDDB server status code is . Error when querying CD. Looking up CD with CDDB Id d20df70e. ----- CDDB query reply start ----- ----- CDDB query reply end ----- StatusCode : d20df70e Error : CDDB server status code is . Error when querying CD. Looking up CD with CDDB Id cb0e000f. ----- CDDB query reply start ----- HTTP/1.1 200 OK Date: Sun, 16 Aug 2009 17:58:46 GMT Server: Apache/2.0.54 (Debian GNU/Linux) Expires: Sun Aug 16 19:58:46 2009 Connection: close Content-Type: text/plain; charset=UTF-8 200 rock cb0e000f No Doubt / The Singles 1992-2003 ----- CDDB query reply end ----- StatusCode :cb0e000f * cb0e000f : No Doubt - The Singles 1992-2003 (rock) Looking up CD with CDDB Id b609b10c. ----- CDDB query reply start ----- ----- CDDB query reply end ----- StatusCode : xb609b10c Error : CDDB server status code is . Error when querying CD. Looking up CD with CDDB Id 900cb30b. ----- CDDB query reply start ----- ----- CDDB query reply end ----- StatusCode : 900cb30b Error : CDDB server status code is . Error when querying CD. Looking up CD with CDDB Id 750cde08. ----- CDDB query reply start ----- ----- CDDB query reply end ----- StatusCode : xp750cde08 Error : CDDB server status code is . Error when querying CD. }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 20:05:59 2009 From: trac at haiku-os.org (humdinger) Date: Sun, 16 Aug 2009 18:05:59 -0000 Subject: [Haiku-bugs] [Haiku] #4256: media_addon_server sucking CPU in VirtualBox Message-ID: <044.4c86911ba40dbd6890f2c28924e5d7f3@haiku-os.org> #4256: media_addon_server sucking CPU in VirtualBox ----------------------------------------+----------------------------------- Reporter: humdinger | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/media_addon_server | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------------+----------------------------------- This is r32435, gcc4-hybrid in VirtualBox 3.0.4. If I use ALSA, ICH AC97 as VirtualBox's audio setting, 3 threads of the media_addon_server (Auich ICH control, multi_audio audio output and Mr Power's Yeah, baby, very shagedelic) suck ca. 30% CPU. (Using ALSA, SB 16, there's no suckage, but there isn't any audio device found either. With ICH AC97 there's at least an audio device present, though there still is not sound.) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 20:30:21 2009 From: trac at haiku-os.org (bga) Date: Sun, 16 Aug 2009 18:30:21 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.b3062c19d18c5edd4ce51e38b3ce31fa@haiku-os.org> #4103: cddb not working --------------------------------+------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Comment(by bga): Well, this is weird. For several entries the CDDB server seems to simply be sending back an empty reply. Does syslog say anything interesting when one of these CDs fail? I simply can not reproduce this here. What network card are you using? Does the same CDs always fail or sometimes if you retry they work? Also, not there is still some wrong debug output form you on the code. Remove it please as it confuses things. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 20:36:02 2009 From: trac at haiku-os.org (bga) Date: Sun, 16 Aug 2009 18:36:02 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.bb15a3070f8ad3f3ff1108c724f60e3b@haiku-os.org> #4103: cddb not working --------------------------------+------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Comment(by bga): Try r32446. Be sure you have all the changes as based on the output below you did not get all the changes I submitted. This time I am dumping the string sent to the CDDB server so I can test locally here. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 20:53:40 2009 From: trac at haiku-os.org (bga) Date: Sun, 16 Aug 2009 18:53:40 -0000 Subject: [Haiku-bugs] [Haiku] #4257: BWindow::SetTitle() and BDirectWindow. Message-ID: <038.996d1ddda1f6b17b1baf61ac9064c7b1@haiku-os.org> #4257: BWindow::SetTitle() and BDirectWindow. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ It seems that BWindow::SetTitle() causes part of the framebuffer to be invalidated/erased even if there is a BDirectWindow window in front of it. I noticed this starting a download in Firefox. While the download was going on (and the download window was showing), I started a fullscreen SDL application (this uses BDirectWindow). I could see a black rectangle appear, form time to time, in the region where the title of the window underneath was. The Firefox download window updates the title with the download progress. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 20:54:35 2009 From: trac at haiku-os.org (modeenf) Date: Sun, 16 Aug 2009 18:54:35 -0000 Subject: [Haiku-bugs] [Haiku] #4249: [Open Target Folder] hotkey clashes with OpenTerminal In-Reply-To: <040.35cc59bd6b9d76a6bb00e7b1def4fdd1@haiku-os.org> References: <040.35cc59bd6b9d76a6bb00e7b1def4fdd1@haiku-os.org> Message-ID: <049.f6ad105c47b7a7be60345addac9fdfad@haiku-os.org> #4249: [Open Target Folder] hotkey clashes with OpenTerminal -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Changes (by modeenf): * cc: fredrik@? (added) Comment: Should I change it to Alt+Opt+O? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 21:04:34 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 19:04:34 -0000 Subject: [Haiku-bugs] [Haiku] #4247: [Tracker] Info window is slow to appear In-Reply-To: <040.d32bf0e0e9fb5f96b60cee040c71ab2a@haiku-os.org> References: <040.d32bf0e0e9fb5f96b60cee040c71ab2a@haiku-os.org> Message-ID: <049.1ef5dada1e5050551b62e09c20a4b7ed@haiku-os.org> #4247: [Tracker] Info window is slow to appear ----------------------------------+----------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by diver): Thanks, It's normal again. This ticket could be closed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 21:10:30 2009 From: trac at haiku-os.org (stpere) Date: Sun, 16 Aug 2009 19:10:30 -0000 Subject: [Haiku-bugs] [Haiku] #4247: [Tracker] Info window is slow to appear In-Reply-To: <040.d32bf0e0e9fb5f96b60cee040c71ab2a@haiku-os.org> References: <040.d32bf0e0e9fb5f96b60cee040c71ab2a@haiku-os.org> Message-ID: <049.866cca35adc1f6d4f92d81e89823f566@haiku-os.org> #4247: [Tracker] Info window is slow to appear -----------------------------------+---------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by stpere): * status: assigned => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 21:13:28 2009 From: trac at haiku-os.org (modeenf) Date: Sun, 16 Aug 2009 19:13:28 -0000 Subject: [Haiku-bugs] [Haiku] #1927: BeIDE: resize drawing bug In-Reply-To: <040.2cf3162f57a4851d4621a219dafbb412@haiku-os.org> References: <040.2cf3162f57a4851d4621a219dafbb412@haiku-os.org> Message-ID: <049.aa661c8536a92035b48650e2bc8cf859@haiku-os.org> #1927: BeIDE: resize drawing bug -----------------------------------+---------------------------------------- Reporter: thorn | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Application Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: -----------------------------------+---------------------------------------- Changes (by modeenf): * status: assigned => closed * resolution: => fixed Comment: Can't reproduce in r32353, so closing it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 21:23:49 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 19:23:49 -0000 Subject: [Haiku-bugs] [Haiku] #4250: [Keymap] pressing shift doesn't show uppercase characters (was: [Keymap] pressing shift doesn't show upper case characters) In-Reply-To: <040.7a37a949bae8831ad119122f9ba42a3a@haiku-os.org> References: <040.7a37a949bae8831ad119122f9ba42a3a@haiku-os.org> Message-ID: <049.040f0a14d28b37b4a954ef2f249146ec@haiku-os.org> #4250: [Keymap] pressing shift doesn't show uppercase characters --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Keymap | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by diver): I tried to remove Keymap settings:[[BR]] rm ~/config/settings/Key_map[[BR]] Launched Keymap and selected "American" and still can't see uppercase characters.[[BR]] -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 21:30:16 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 19:30:16 -0000 Subject: [Haiku-bugs] [Haiku] #4256: media_addon_server sucking CPU in VirtualBox In-Reply-To: <044.4c86911ba40dbd6890f2c28924e5d7f3@haiku-os.org> References: <044.4c86911ba40dbd6890f2c28924e5d7f3@haiku-os.org> Message-ID: <053.d0278db47b8d0fe1f6b60bcecd50111f@haiku-os.org> #4256: media_addon_server sucking CPU in VirtualBox ----------------------------------------+----------------------------------- Reporter: humdinger | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/media_addon_server | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------------+----------------------------------- Comment(by diver): I'm using VirtualBox 3.0.4 and it set to ALSA and ICH AC97, but media_addon_server don't suck any CPU at all.[[BR]] Sound have metallic effect, though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 21:58:17 2009 From: trac at haiku-os.org (herdemir) Date: Sun, 16 Aug 2009 19:58:17 -0000 Subject: [Haiku-bugs] [Haiku] #4256: media_addon_server sucking CPU in VirtualBox In-Reply-To: <044.4c86911ba40dbd6890f2c28924e5d7f3@haiku-os.org> References: <044.4c86911ba40dbd6890f2c28924e5d7f3@haiku-os.org> Message-ID: <053.4a399cb0be24bf27ebf7947bded74e67@haiku-os.org> #4256: media_addon_server sucking CPU in VirtualBox ----------------------------------------+----------------------------------- Reporter: humdinger | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/media_addon_server | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------------+----------------------------------- Comment(by herdemir): Still there is a bug with Haikus ac97 driver for VirtualBox. When using Windows or Linux as guest os there is no problem with the sound at all, but with Haiku, like you said you get a metallic effect. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 22:10:18 2009 From: trac at haiku-os.org (rudolfc) Date: Sun, 16 Aug 2009 20:10:18 -0000 Subject: [Haiku-bugs] [Haiku] #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 In-Reply-To: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> References: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> Message-ID: <052.1872a90c654dc3ca8024d8c3558fc331@haiku-os.org> #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 --------------------------------------+------------------------------------- Reporter: Luposian | Owner: rudolfc Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Changes (by rudolfc): * status: new => closed * resolution: => fixed Comment: OK, Thanks for your responses. Probably the DDC setup does it's work then, together with the modified I2C detection for 3 instead of 2 buses that was added later. Closing this ticket. If trouble arises again in the future, I take it I'll hear from you :-) Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 22:27:40 2009 From: trac at haiku-os.org (modeenf) Date: Sun, 16 Aug 2009 20:27:40 -0000 Subject: [Haiku-bugs] [Haiku] #2310: [StyledEdit] sometimes hangs during start In-Reply-To: <040.3a9a123d622a2aef495626b5b46e5031@haiku-os.org> References: <040.3a9a123d622a2aef495626b5b46e5031@haiku-os.org> Message-ID: <049.bd18a1881a316bf4b48b93c79d6b2688@haiku-os.org> #2310: [StyledEdit] sometimes hangs during start -------------------------------------+-------------------------------------- Reporter: diver | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/StyledEdit | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by modeenf): Think we can close this. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 23:21:19 2009 From: trac at haiku-os.org (scottmc) Date: Sun, 16 Aug 2009 21:21:19 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.bfc20a08857c8cb6fd9b2057ccc1f266@haiku-os.org> #4103: cddb not working --------------------------------+------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Comment(by scottmc): I removed the code i had inserted locally and rebuilt with r32446. Output results: {{{ Welcome to the Haiku shell. ~> /boot/system/servers/cddb_daemon CDDB Daemon for Haiku v1.0.0 started. Checking currently mounted volumes ... Skipping device with id 1. Skipping device with id 2. Skipping device with id 3. Looking up CD with CDDB Id 900cb30b. GET /~cddb/cddb.cgi?cmd=cddb+query+900cb30b+11+182+23312+44830+62962+89732+108952+135107+151542+176992+201965+218557+3253&hello=baron+haikubox+cddb_daemon+1.0&proto=6 HTTP 1.0 ----- CDDB query reply start ----- ----- CDDB query reply end ----- Error : CDDB server status code is . Error when querying CD. Checking complete. Listening for device mounts. Looking up CD with CDDB Id b609b10c. GET /~cddb/cddb.cgi?cmd=cddb+query+b609b10c+12+150+16405+33482+54597+67332+86050+97457+106135+123742+140032+161870+169005+2483&hello=baron+haikubox+cddb_daemon+1.0&proto=6 HTTP 1.0 ----- CDDB query reply start ----- ----- CDDB query reply end ----- Error : CDDB server status code is . Error when querying CD. Looking up CD with CDDB Id cb0e000f. GET /~cddb/cddb.cgi?cmd=cddb+query+cb0e000f+15+150+15596+32536+48043+66073+86419+104596+124415+147068+160915+178981+198984+218158+237864+253719+3586&hello=baron+haikubox+cddb_daemon+1.0&proto=6 HTTP 1.0 ----- CDDB query reply start ----- ----- CDDB query reply end ----- Error : CDDB server status code is . Error when querying CD. Looking up CD with CDDB Id d20df70e. GET /~cddb/cddb.cgi?cmd=cddb+query+d20df70e+14+150+20280+34202+49892+66700+87337+103435+133320+148475+168955+188722+207840+226530+243497+3577&hello=baron+haikubox+cddb_daemon+1.0&proto=6 HTTP 1.0 ----- CDDB query reply start ----- ----- CDDB query reply end ----- Error : CDDB server status code is . Error when querying CD. Looking up CD with CDDB Id b50ee70e. GET /~cddb/cddb.cgi?cmd=cddb+query+b50ee70e+14+150+2183+20377+35905+55008+77712+90712+109370+128220+146352+161785+177340+197413+232974+3817&hello=baron+haikubox+cddb_daemon+1.0&proto=6 HTTP 1.0 ----- CDDB query reply start ----- ----- CDDB query reply end ----- Error : CDDB server status code is . Error when querying CD. Looking up CD with CDDB Id a60c9e0d. GET /~cddb/cddb.cgi?cmd=cddb+query+a60c9e0d+13+150+17333+34543+51571+72619+93407+115601+134636+151011+168528+184809+206486+225158+3232&hello=baron+haikubox+cddb_daemon+1.0&proto=6 HTTP 1.0 ----- CDDB query reply start ----- ----- CDDB query reply end ----- Error : CDDB server status code is . Error when querying CD. Looking up CD with CDDB Id 750cde08. GET /~cddb/cddb.cgi?cmd=cddb+query+750cde08+8+150+27367+71220+96037+120450+136802+178167+209050+3296&hello=baron+haikubox+cddb_daemon+1.0&proto=6 HTTP 1.0 ----- CDDB query reply start ----- ----- CDDB query reply end ----- Error : CDDB server status code is . Error when querying CD. Looking up CD with CDDB Id 950c910c. GET /~cddb/cddb.cgi?cmd=cddb+query+950c910c+12+182+23452+39855+58255+64282+91662+108857+133855+158190+181745+188995+203567+3219&hello=baron+haikubox+cddb_daemon+1.0&proto=6 HTTP 1.0 ----- CDDB query reply start ----- ----- CDDB query reply end ----- Error : CDDB server status code is . Error when querying CD. Looking up CD with CDDB Id ab0de90c. GET /~cddb/cddb.cgi?cmd=cddb+query+ab0de90c+12+183+22800+41920+58350+72135+91408+104685+115413+132198+143965+159903+174630+3563&hello=baron+haikubox+cddb_daemon+1.0&proto=6 HTTP 1.0 ----- CDDB query reply start ----- ----- CDDB query reply end ----- Error : CDDB server status code is . Error when querying CD. Skipping device with id 13. }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 16 23:50:16 2009 From: trac at haiku-os.org (bga) Date: Sun, 16 Aug 2009 21:50:16 -0000 Subject: [Haiku-bugs] [Haiku] #4103: cddb not working In-Reply-To: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> References: <042.b23f929ea5df9388d3c24be2e0c5cab2@haiku-os.org> Message-ID: <051.d7046d78fb00dce778cdbbe610112f26@haiku-os.org> #4103: cddb not working --------------------------------+------------------------------------------- Reporter: scottmc | Owner: bga Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems/cdda | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Changes (by bga): * status: reopened => closed * resolution: => invalid Comment: Do you have any network related problems with this machine in any other application? I just tested every single entry you provided above and got correct replies for all of them. Unfortunately I can not do anything else and you will have to debug it on your side. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 00:10:28 2009 From: trac at haiku-os.org (herdemir) Date: Sun, 16 Aug 2009 22:10:28 -0000 Subject: [Haiku-bugs] [Haiku] #4258: Using new fonts crashes app_server ... Message-ID: <043.dd34535153dbc694086401335cf25f40@haiku-os.org> #4258: Using new fonts crashes app_server ... --------------------------------+------------------------------------------- Reporter: herdemir | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- I added some other fonts like Liberation Sans & co and some windows fonts using UserBuildConfig during build time. I can boot fine and use Haiku very well. But sometimes either choosing font of Terminal or loading a page on Firefox crashes the app_server. This happens frequently lately. Added stack trace and kernel stack trace of the thread. By the way I'm using Haiku natively. Tested on r32446. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 01:21:48 2009 From: trac at haiku-os.org (stpere) Date: Sun, 16 Aug 2009 23:21:48 -0000 Subject: [Haiku-bugs] [Haiku] #4255: [Poorman] cancel button in the first window should quit Poorman In-Reply-To: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> References: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> Message-ID: <049.46635a801fdb253125da08320cfb9a5e@haiku-os.org> #4255: [Poorman] cancel button in the first window should quit Poorman --------------------------+------------------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by stpere): * owner: axeld => stpere * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 01:44:51 2009 From: trac at haiku-os.org (stpere) Date: Sun, 16 Aug 2009 23:44:51 -0000 Subject: [Haiku-bugs] [Haiku] #4255: [Poorman] cancel button in the first window should quit Poorman In-Reply-To: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> References: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> Message-ID: <049.0e8f086c5c9d52544d737a5656271377@haiku-os.org> #4255: [Poorman] cancel button in the first window should quit Poorman --------------------------+------------------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by stpere): What would be the preferred way to manage this? If I close the application on cancel on that dialog, it prevents the users from accessing the application as a "power user" and setting it himself and exploring it if need is.. It seems like both ways are good for different reasons. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 01:48:15 2009 From: trac at haiku-os.org (diver) Date: Sun, 16 Aug 2009 23:48:15 -0000 Subject: [Haiku-bugs] [Haiku] #4255: [Poorman] cancel button in the first window should quit Poorman In-Reply-To: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> References: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> Message-ID: <049.922f48512f10460aa1881116cc9284c1@haiku-os.org> #4255: [Poorman] cancel button in the first window should quit Poorman --------------------------+------------------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by diver): First of all I would suggest to remove "Can't Start the Server" alert. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 02:01:06 2009 From: trac at haiku-os.org (stpere) Date: Mon, 17 Aug 2009 00:01:06 -0000 Subject: [Haiku-bugs] [Haiku] #4255: [Poorman] cancel button in the first window should quit Poorman In-Reply-To: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> References: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> Message-ID: <049.28098ced0fe8428af693f57cab2348b8@haiku-os.org> #4255: [Poorman] cancel button in the first window should quit Poorman --------------------------+------------------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by stpere): There is an proposed fix in r32449. Is it ok to close the ticket or do you need further corrections on this issue? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 02:09:29 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 00:09:29 -0000 Subject: [Haiku-bugs] [Haiku] #4255: [Poorman] cancel button in the first window should quit Poorman In-Reply-To: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> References: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> Message-ID: <049.e0c72924d8435e23809e354a79f52200@haiku-os.org> #4255: [Poorman] cancel button in the first window should quit Poorman --------------------------+------------------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by diver): Thanks, feel free to close it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 02:12:39 2009 From: trac at haiku-os.org (stpere) Date: Mon, 17 Aug 2009 00:12:39 -0000 Subject: [Haiku-bugs] [Haiku] #4255: [Poorman] cancel button in the first window should quit Poorman In-Reply-To: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> References: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> Message-ID: <049.ebbe5b617d1267474afdab493fbbcfe3@haiku-os.org> #4255: [Poorman] cancel button in the first window should quit Poorman ---------------------------+------------------------------------------------ Reporter: diver | Owner: stpere Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by stpere): * status: assigned => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 03:14:46 2009 From: trac at haiku-os.org (bbjimmy) Date: Mon, 17 Aug 2009 01:14:46 -0000 Subject: [Haiku-bugs] [Haiku] #4259: kernel_x86 fails to boot on real hardware. Message-ID: <042.369bce9c44b7825c5747426998228043@haiku-os.org> #4259: kernel_x86 fails to boot on real hardware. ---------------------------+------------------------------------------------ Reporter: bbjimmy | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ kernel_x86 will not boot on real hardware. Some change between r32290 and r32334 has stopped the system from booting. the bootscreen shows for a moment then the system restarts as if the reset button was pressed on the computer front panel. There is no way to get any output as the reset is before any boot options ( enable console output etc.) are processed. I have narrowed the change range by downloading the pre-alpha images and cpopying the kernel_x86 file to my hard disk partition ( the partition is using a much later build, only the kernel_x86 file has been swapped ) r32290 boots, r32334 does not. Using the same r32334 disk volume in qemu will boot ok. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 03:21:30 2009 From: trac at haiku-os.org (umccullough) Date: Mon, 17 Aug 2009 01:21:30 -0000 Subject: [Haiku-bugs] [Haiku] #4259: kernel_x86 fails to boot on real hardware. In-Reply-To: <042.369bce9c44b7825c5747426998228043@haiku-os.org> References: <042.369bce9c44b7825c5747426998228043@haiku-os.org> Message-ID: <051.37bd6837c84a5c99d4cbebf8aadf7127@haiku-os.org> #4259: kernel_x86 fails to boot on real hardware. ---------------------------+------------------------------------------------ Reporter: bbjimmy | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by umccullough): Well, at least on my real hardware it still boots fine. I suspect you'll need to be a little more specific about your hardware. For example, I have one machine that has pretty much always exhibited that behavior (ticket #1925) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 03:35:41 2009 From: trac at haiku-os.org (bbjimmy) Date: Mon, 17 Aug 2009 01:35:41 -0000 Subject: [Haiku-bugs] [Haiku] #4259: kernel_x86 fails to boot on real hardware. In-Reply-To: <042.369bce9c44b7825c5747426998228043@haiku-os.org> References: <042.369bce9c44b7825c5747426998228043@haiku-os.org> Message-ID: <051.587bbda78f12bafc1a9b6b57007ef8bf@haiku-os.org> #4259: kernel_x86 fails to boot on real hardware. ---------------------------+------------------------------------------------ Reporter: bbjimmy | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bbjimmy): AboutSystem shows: Processor: AMD Athlon 64 1.80 GHz Memory: 480 MB total, xxx used (xx%) nothing special ... Haiku has run ok on this machine for months, now it cannot boot. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 04:04:20 2009 From: trac at haiku-os.org (Disreali) Date: Mon, 17 Aug 2009 02:04:20 -0000 Subject: [Haiku-bugs] [Haiku] #2845: [kernel] vm_page_fault: block notifier/writer In-Reply-To: <040.bb81718304eb12e166bb10537ea14f7b@haiku-os.org> References: <040.bb81718304eb12e166bb10537ea14f7b@haiku-os.org> Message-ID: <049.f22cda0f5e99c0d691de15475aba3ef8@haiku-os.org> #2845: [kernel] vm_page_fault: block notifier/writer ----------------------------+----------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Comment(by Disreali): I am experiencing this issue when testing r32402 with VirtualBox 3.0.4-r50677 on Windows Vista host. I'll get less than thirty or so minutes and it kdl's. Each time it kdl's I had been checking e-mail on yahoo, so I thought it may have been bezilla, but umccullough directed me here. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 04:06:22 2009 From: trac at haiku-os.org (stpere) Date: Mon, 17 Aug 2009 02:06:22 -0000 Subject: [Haiku-bugs] [Haiku] #4252: [app_server] DebugNow background drawing in prevew In-Reply-To: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> References: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> Message-ID: <049.b65986ab689e6ccd67b10d217c17345d@haiku-os.org> #4252: [app_server] DebugNow background drawing in prevew --------------------------------+------------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by stpere): * owner: axeld => stpere * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 04:07:16 2009 From: trac at haiku-os.org (mmlr) Date: Mon, 17 Aug 2009 02:07:16 -0000 Subject: [Haiku-bugs] [Haiku] #4259: kernel_x86 fails to boot on real hardware. In-Reply-To: <042.369bce9c44b7825c5747426998228043@haiku-os.org> References: <042.369bce9c44b7825c5747426998228043@haiku-os.org> Message-ID: <051.5acf5adbed51ab1b0e528a4affd572f9@haiku-os.org> #4259: kernel_x86 fails to boot on real hardware. ---------------------------+------------------------------------------------ Reporter: bbjimmy | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): You cannot just copy over any kernel onto any system. For example r32303 changed the size of the kernel_args structure that is the communication protocol between the haiku_loader and the kernel. At other times syscalls get added/moved, so you need a compatible kernel/libroot.so combo. In this case make sure that your haiku_loader and kernel_x86 are compatible, i.e. they come from the same revision. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 04:08:01 2009 From: trac at haiku-os.org (stpere) Date: Mon, 17 Aug 2009 02:08:01 -0000 Subject: [Haiku-bugs] [Haiku] #4252: [app_server] DebugNow background drawing in prevew In-Reply-To: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> References: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> Message-ID: <049.555a73deeba466f5d722778a9f08bffe@haiku-os.org> #4252: [app_server] DebugNow background drawing in prevew --------------------------------+------------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by stpere): Is it possible it happens after you did press Test and returned to the preview? I noticed (and have a fix) a problem then, not sure if it's the same as yours tho. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 04:11:52 2009 From: trac at haiku-os.org (stpere) Date: Mon, 17 Aug 2009 02:11:52 -0000 Subject: [Haiku-bugs] [Haiku] #4252: [app_server] DebugNow background drawing in prevew In-Reply-To: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> References: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> Message-ID: <049.c86f5b203c579c472bf65a5c9a6c66b8@haiku-os.org> #4252: [app_server] DebugNow background drawing in prevew --------------------------------+------------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by stpere): I forgot to mention that this fix is in r32450. Can you tell me if it fixes your issue? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 02:57:16 2009 From: trac at haiku-os.org (aldeck) Date: Mon, 17 Aug 2009 00:57:16 -0000 Subject: [Haiku-bugs] [Haiku] #4243: Vertical scrollbar overlapping attribute bar In-Reply-To: <044.cbe60d2c01015f75e0ef50d07ba7851e@haiku-os.org> References: <044.cbe60d2c01015f75e0ef50d07ba7851e@haiku-os.org> Message-ID: <053.d1f291273747c46caed566548d14d90d@haiku-os.org> #4243: Vertical scrollbar overlapping attribute bar -----------------------------+---------------------------------------------- Reporter: humdinger | Owner: stippi Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -----------------------------+---------------------------------------------- Comment(by aldeck): I actually thought about this too, i'd find it more aesthetically pleasing and logical this way. Like you say, it sure would be a bit weird for the horizontal scroll, but maybe it's a lesser evil as one uses vertical scroll far more often.[[BR]] I guess the situation is a bit paradoxical as it's strange either way, as both scroll bars don't span over the area they scroll. Although scrollbars bigger than the area they scroll are strange, the contrary is less problematic and quite common. I think it deserves a second thought. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 05:48:30 2009 From: trac at haiku-os.org (bbjimmy) Date: Mon, 17 Aug 2009 03:48:30 -0000 Subject: [Haiku-bugs] [Haiku] #4259: kernel_x86 fails to boot on real hardware. In-Reply-To: <042.369bce9c44b7825c5747426998228043@haiku-os.org> References: <042.369bce9c44b7825c5747426998228043@haiku-os.org> Message-ID: <051.48884fcae0dc95d8a4f43ae4a9a035bf@haiku-os.org> #4259: kernel_x86 fails to boot on real hardware. ---------------------------+------------------------------------------------ Reporter: bbjimmy | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bbjimmy): For example r32303 changed the size of the kernel_args structure that is the communication protocol between the haiku_loader and the kernel. This must be my problem. To boot the disk, I must use the loader on the primary disk... Haiku's bootman will not show all the partitions on the system, only the ones on the primary disk. This partition is on a second disk and I boot haiku on the first disk then tell it to load haiku from the second disk. I need to update my primary partition then I should be able to boot both partitions again. Bootman needs to be fixed. I will install to another partition on the primary disk and test. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 06:03:30 2009 From: trac at haiku-os.org (bbjimmy) Date: Mon, 17 Aug 2009 04:03:30 -0000 Subject: [Haiku-bugs] [Haiku] #4259: kernel_x86 fails to boot on real hardware. In-Reply-To: <042.369bce9c44b7825c5747426998228043@haiku-os.org> References: <042.369bce9c44b7825c5747426998228043@haiku-os.org> Message-ID: <051.21e639055ed0a68fffe34de81538fa96@haiku-os.org> #4259: kernel_x86 fails to boot on real hardware. ---------------------------+------------------------------------------------ Reporter: bbjimmy | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bbjimmy): This ticket can be closed. booting from bootman instead of the bootloader from an older version of Haiku alows the system to boot. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 06:10:28 2009 From: trac at haiku-os.org (umccullough) Date: Mon, 17 Aug 2009 04:10:28 -0000 Subject: [Haiku-bugs] [Haiku] #4259: kernel_x86 fails to boot on real hardware. In-Reply-To: <042.369bce9c44b7825c5747426998228043@haiku-os.org> References: <042.369bce9c44b7825c5747426998228043@haiku-os.org> Message-ID: <051.a61ee20da487562d3ccf713eb425b892@haiku-os.org> #4259: kernel_x86 fails to boot on real hardware. ----------------------------+----------------------------------------------- Reporter: bbjimmy | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by umccullough): * status: new => closed * resolution: => invalid Comment: Thanks for retesting so quickly :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 08:03:22 2009 From: trac at haiku-os.org (jackburton) Date: Mon, 17 Aug 2009 06:03:22 -0000 Subject: [Haiku-bugs] [Haiku] #2310: [StyledEdit] sometimes hangs during start In-Reply-To: <040.3a9a123d622a2aef495626b5b46e5031@haiku-os.org> References: <040.3a9a123d622a2aef495626b5b46e5031@haiku-os.org> Message-ID: <049.3acabee0f5ac32b4d06821e6b0f8814d@haiku-os.org> #2310: [StyledEdit] sometimes hangs during start --------------------------------------+------------------------------------- Reporter: diver | Owner: korli Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/StyledEdit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------------+------------------------------------- Changes (by jackburton): * status: new => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 09:13:26 2009 From: trac at haiku-os.org (axeld) Date: Mon, 17 Aug 2009 07:13:26 -0000 Subject: [Haiku-bugs] [Haiku] #3282: app_server crashed into GDB while switching workspaces In-Reply-To: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> References: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> Message-ID: <055.32e74cd8c23ea69b9b00f4aaf6f47906@haiku-os.org> #3282: app_server crashed into GDB while switching workspaces --------------------------------+------------------------------------------- Reporter: umccullough | Owner: axeld Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by axeld): * status: new => assigned Comment: I've found a reproducible test case: use MediaPlayer with overlay, (probably optionally) switch workspaces, quit MediaPlayer, switch mode. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 09:34:07 2009 From: trac at haiku-os.org (humdinger) Date: Mon, 17 Aug 2009 07:34:07 -0000 Subject: [Haiku-bugs] [Haiku] #4249: [Open Target Folder] hotkey clashes with OpenTerminal In-Reply-To: <040.35cc59bd6b9d76a6bb00e7b1def4fdd1@haiku-os.org> References: <040.35cc59bd6b9d76a6bb00e7b1def4fdd1@haiku-os.org> Message-ID: <049.b97f7227625d08ce941e6ba4d478e48d@haiku-os.org> #4249: [Open Target Folder] hotkey clashes with OpenTerminal -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by humdinger): > Should I change it to Alt+Opt+O? +1 If nobody objects, I'm also for changing the Terminal command in TeamMonitor to Alt+Opt+T. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 09:46:15 2009 From: trac at haiku-os.org (humdinger) Date: Mon, 17 Aug 2009 07:46:15 -0000 Subject: [Haiku-bugs] [Haiku] #4243: Vertical scrollbar overlapping attribute bar In-Reply-To: <044.cbe60d2c01015f75e0ef50d07ba7851e@haiku-os.org> References: <044.cbe60d2c01015f75e0ef50d07ba7851e@haiku-os.org> Message-ID: <053.e6ba3b58da867b6ac8505aef3807a42e@haiku-os.org> #4243: Vertical scrollbar overlapping attribute bar -----------------------------+---------------------------------------------- Reporter: humdinger | Owner: stippi Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -----------------------------+---------------------------------------------- Comment(by humdinger): Up there could be a scroll-widget like in WonderBrush in the bottom right corner: with it you can pan horizontally and vertically. At least than it wouldn't be a waste of space up there... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 10:20:51 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 08:20:51 -0000 Subject: [Haiku-bugs] [Haiku] #4249: [Open Target Folder] hotkey clashes with OpenTerminal In-Reply-To: <040.35cc59bd6b9d76a6bb00e7b1def4fdd1@haiku-os.org> References: <040.35cc59bd6b9d76a6bb00e7b1def4fdd1@haiku-os.org> Message-ID: <049.86a38c1b34725d4a8259803c8c576c70@haiku-os.org> #4249: [Open Target Folder] hotkey clashes with OpenTerminal -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by diver): +1 it would be consistent then. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 10:27:35 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 08:27:35 -0000 Subject: [Haiku-bugs] [Haiku] #4252: [ScreenSaver] DebugNow background drawing in prevew mode (was: [app_server] DebugNow background drawing in prevew) In-Reply-To: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> References: <040.88cd0c081648e87a2e95ce57a53ff3b8@haiku-os.org> Message-ID: <049.d4be156aadbe3a553fe27a38f79ebc2b@haiku-os.org> #4252: [ScreenSaver] DebugNow background drawing in prevew mode -------------------------------------+-------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Preferences/ScreenSaver | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Changes (by diver): * component: Servers/app_server => Preferences/ScreenSaver Comment: Yes, I forgot to mention that I did press Test button. This is fixed now, thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 10:32:20 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 08:32:20 -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.90886e19e6f7ee868c3270cfe1baa582@haiku-os.org> #4252: [ScreenSaver] DebugNow background drawing in prevew mode -------------------------------------+-------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Preferences/ScreenSaver | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by diver): Well, not yet. Start ScreenSavcer and select DebugNow Switch to second workspace and back (Alt+F2, Alt+F1) and the bug is back. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 10:40:37 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 08:40:37 -0000 Subject: [Haiku-bugs] [Haiku] #4260: [ScreenSaver] freezes when switching screensavers Message-ID: <040.6bcecfeb26f3b9919ceb1a92aa88f439@haiku-os.org> #4260: [ScreenSaver] freezes when switching screensavers -------------------------------------+-------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/ScreenSaver | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Start ScreenSaver and select any screensaver[[BR]] Now using only up/down arrows on your keybord go from the first screensaver to the last one and back several times. Tested with r32451 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 10:42:57 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 08:42:57 -0000 Subject: [Haiku-bugs] [Haiku] #4261: [DebugNow] text should be centered Message-ID: <040.3ad5e7587712ca777cd5c3ea74523db1@haiku-os.org> #4261: [DebugNow] text should be centered -----------------------------------+---------------------------------------- Reporter: diver | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Screen Savers | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- "DEBUG NOW" message should be centered in both full screen and preview mode. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 10:52:49 2009 From: trac at haiku-os.org (laplace) Date: Mon, 17 Aug 2009 08:52:49 -0000 Subject: [Haiku-bugs] [Haiku] #4178: Font size sensitive printing UI In-Reply-To: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> References: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> Message-ID: <051.1da62e80a5985290b3202b82b5880a52@haiku-os.org> #4178: Font size sensitive printing UI ----------------------+----------------------------------------------------- Reporter: laplace | Owner: laplace Type: bug | Status: new Priority: normal | Milestone: R1 Component: Printing | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Description changed by laplace: Old description: > Using the layout managers from Haiku the printing related UI should be > made font size sensitive. > > Last BeOS R5 compatible repository revision number 32222. > > The list of tasks: > > Print server > > [X] Printer selection dialog > > Printers preferences > > [ ] Main window > > [ ] Add printer dialog > > Printer drivers > > [ ] libprint > > [ ] Job setup dialog > > [ ] Page setup dialog > > [ ] Preview window > > [ ] PCL6 > > [ ] Add printer dialog > > [ ] PDF > > [ ] Add printer dialog > > [ ] Advanced settings dialog > > [ ] Document information dialog > > [ ] Fonts dialog > > [ ] Job setup dialog > > [ ] Page setup dialog > > [ ] Preview > > [ ] Job setup dialog > > [ ] Page setup dialog > > [ ] Transport Add-Ons > > [ ] HP Jet Direct > > [ ] IPP > > [ ] LPR > > Please use [O] to mark an item being worked on and [X] when it is > completed. Also post in the comments what task you are working on. New description: Using the layout managers from Haiku the printing related UI should be made font size sensitive. Last BeOS R5 compatible repository revision number 32222. The list of tasks: Print server [X] Printer selection dialog Printers preferences [X] Main window [X] Add printer dialog Printer drivers [ ] libprint [ ] Job setup dialog [ ] Page setup dialog [ ] Preview window [ ] PCL6 [ ] Add printer dialog [ ] PDF [ ] Add printer dialog [ ] Advanced settings dialog [ ] Document information dialog [ ] Fonts dialog [ ] Job setup dialog [ ] Page setup dialog [ ] Preview [ ] Job setup dialog [ ] Page setup dialog [ ] Transport Add-Ons [ ] HP Jet Direct [ ] IPP [ ] LPR Please use [O] to mark an item being worked on and [X] when it is completed. Also post in the comments what task you are working on. -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 10:56:54 2009 From: trac at haiku-os.org (laplace) Date: Mon, 17 Aug 2009 08:56:54 -0000 Subject: [Haiku-bugs] [Haiku] #4262: Window position and size should be made persistent Message-ID: <042.99b175fed529ca51241a13ae8393c904@haiku-os.org> #4262: Window position and size should be made persistent -------------------------------+-------------------------------------------- Reporter: laplace | Owner: julun Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Preferences/Print | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 10:59:06 2009 From: trac at haiku-os.org (laplace) Date: Mon, 17 Aug 2009 08:59:06 -0000 Subject: [Haiku-bugs] [Haiku] #4263: Text in printers and job list view should be truncated Message-ID: <042.7e4988e4afd9f62d133b11375bc36bba@haiku-os.org> #4263: Text in printers and job list view should be truncated -------------------------------+-------------------------------------------- Reporter: laplace | Owner: julun Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Print | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- If the text in one of those views is too long it should be truncated. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 11:03:37 2009 From: trac at haiku-os.org (laplace) Date: Mon, 17 Aug 2009 09:03:37 -0000 Subject: [Haiku-bugs] [Haiku] #4263: Text in printers and job list view should be truncated In-Reply-To: <042.7e4988e4afd9f62d133b11375bc36bba@haiku-os.org> References: <042.7e4988e4afd9f62d133b11375bc36bba@haiku-os.org> Message-ID: <051.8aa6a476a32d44815e5a949cc63ba8e4@haiku-os.org> #4263: Text in printers and job list view should be truncated -------------------------------+-------------------------------------------- Reporter: laplace | Owner: julun Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Print | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- Description changed by laplace: Old description: > If the text in one of those views is too long it should be truncated. New description: If the text in one of those views is too long it should be truncated. [[Image(preferences.png)]] -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 11:07:43 2009 From: trac at haiku-os.org (laplace) Date: Mon, 17 Aug 2009 09:07:43 -0000 Subject: [Haiku-bugs] [Haiku] #4178: Font size sensitive printing UI In-Reply-To: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> References: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> Message-ID: <051.cda7372872ebcea665f7b685813ff6ff@haiku-os.org> #4178: Font size sensitive printing UI ----------------------+----------------------------------------------------- Reporter: laplace | Owner: laplace Type: bug | Status: new Priority: normal | Milestone: R1 Component: Printing | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by laplace): Issues in preferences window and "add printer dialog" fixed in r32452. There is still an issue in the preferences window described in #4263. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 11:48:10 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 09:48:10 -0000 Subject: [Haiku-bugs] [Haiku] #380: [3dmiX] crash on fountain star (was: [3dMix] crash on fountain star) In-Reply-To: <040.2533fa66fdc956d5c30b1b61b0d9754e@haiku-os.org> References: <040.2533fa66fdc956d5c30b1b61b0d9754e@haiku-os.org> Message-ID: <049.1bfdd398a3f438422d9957c72fe655d5@haiku-os.org> #380: [3dmiX] crash on fountain star ---------------------------+------------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by diver): * version: => R1 development Comment: It doesn't crash anymore with r32452 in VirtualBox 3.0.4, feel free to close. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 11:49:59 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 09:49:59 -0000 Subject: [Haiku-bugs] [Haiku] #611: [3DmiX] freeze on new track In-Reply-To: <040.6cd2d2baba7bcb608d71d8d46dac364e@haiku-os.org> References: <040.6cd2d2baba7bcb608d71d8d46dac364e@haiku-os.org> Message-ID: <049.4498c6815eef6f5095482e64e96e4a78@haiku-os.org> #611: [3DmiX] freeze on new track ------------------------+--------------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ------------------------+--------------------------------------------------- Changes (by diver): * version: => R1 development Comment: Still freezes with r32452 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 12:14:54 2009 From: trac at haiku-os.org (bga) Date: Mon, 17 Aug 2009 10:14:54 -0000 Subject: [Haiku-bugs] [Haiku] #4264: BDirectWindow exclusive fullscreen mode should detect resolution changes. Message-ID: <038.79c5339331cd31457c14105be8fc5e2d@haiku-os.org> #4264: BDirectWindow exclusive fullscreen mode should detect resolution changes. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Whenever you are in full screen exclusive mode in a BDirectWindow and the resolution is changed with BScreen, the BDirectWindow will keep its size to it will be either bigger or smaller than the current resolution. When it is smaller it is even weirder as you can clearly see the window border and the Desktop below but IsFullScreen returns true. I worked around this problem in SDL by disabling and re-enabling full screen mode when resolution changes but this only works when the resolution is changed internally. If something else changes the resolution, this does not work. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 12:15:27 2009 From: trac at haiku-os.org (bga) Date: Mon, 17 Aug 2009 10:15:27 -0000 Subject: [Haiku-bugs] [Haiku] #4264: BDirectWindow exclusive fullscreen mode should detect resolution changes. In-Reply-To: <038.79c5339331cd31457c14105be8fc5e2d@haiku-os.org> References: <038.79c5339331cd31457c14105be8fc5e2d@haiku-os.org> Message-ID: <047.17d498820bc8d290232ddd525184e7f7@haiku-os.org> #4264: BDirectWindow exclusive fullscreen mode should detect resolution changes. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Description changed by bga: Old description: > Whenever you are in full screen exclusive mode in a BDirectWindow and > the resolution is changed with BScreen, the BDirectWindow will keep its > size to it will be either bigger or smaller than the current resolution. > When it is smaller it is even weirder as you can clearly see the window > border and the Desktop below but IsFullScreen returns true. > > I worked around this problem in SDL by disabling and re-enabling full > screen mode when resolution changes but this only works when the > resolution is changed internally. If something else changes the > resolution, this does not work. New description: Whenever you are in full screen exclusive mode in a BDirectWindow and the resolution is changed with BScreen, the BDirectWindow will keep its size so it will be either bigger or smaller than the current resolution. When it is smaller it is even weirder as you can clearly see the window border and the Desktop below but IsFullScreen returns true. I worked around this problem in SDL by disabling and re-enabling full screen mode when resolution changes but this only works when the resolution is changed internally. If something else changes the resolution, this does not work. -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 12:16:44 2009 From: trac at haiku-os.org (axeld) Date: Mon, 17 Aug 2009 10:16:44 -0000 Subject: [Haiku-bugs] [Haiku] #3282: app_server crashed into GDB while switching workspaces In-Reply-To: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> References: <046.509b9bfc5bb0b9b88fe7ae47033818e3@haiku-os.org> Message-ID: <055.af9612488bc9483e74f34c1cc4d266e1@haiku-os.org> #3282: app_server crashed into GDB while switching workspaces ---------------------------------+------------------------------------------ Reporter: umccullough | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: assigned => closed * resolution: => fixed Comment: Fixed in r32454. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 13:15:06 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 11:15:06 -0000 Subject: [Haiku-bugs] [Haiku] #4265: [ZipOMatic] UI issues Message-ID: <040.02f2dac6c8486467cc89e98d61592c22@haiku-os.org> #4265: [ZipOMatic] UI issues -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- 1. white square in the upper left corner.[[BR]] 2. window feel is resizable but it's not.[[BR]] [[Image(zipomatic.png)]][[BR]] Tested with r32454 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 13:38:19 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 11:38:19 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox Message-ID: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Something is wrong with http://www.haiku-os.org/favicon.ico [[BR]] If you try to open it in Firefox (BeZillaBrowser) it will ask you to save it instead of opeinng it in browser as any other image.[[BR]] This leads to the fact, that that if www.haiku-os.org is set as BeZillaBrowser bookmark it will not have an icon. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 13:56:02 2009 From: trac at haiku-os.org (jackburton) Date: Mon, 17 Aug 2009 11:56:02 -0000 Subject: [Haiku-bugs] [Haiku] #4264: BDirectWindow exclusive fullscreen mode should detect resolution changes. In-Reply-To: <038.79c5339331cd31457c14105be8fc5e2d@haiku-os.org> References: <038.79c5339331cd31457c14105be8fc5e2d@haiku-os.org> Message-ID: <047.9e0407e33a4dcb757bf079d1b26309a3@haiku-os.org> #4264: BDirectWindow exclusive fullscreen mode should detect resolution changes. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jackburton): The situation should have improved in r32455, but there is still a problem. Will fix that later. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 14:37:49 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Mon, 17 Aug 2009 12:37:49 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.a4471eaa89f342bdd897f32775d4cee5@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by jonas.kirilla): The data is fine, but it seems like the server thinks it's text/plain. {{{ /boot/home> wget -v http://www.haiku-os.org/favicon.ico ... Length: 1,150 [text/plain] }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 14:45:39 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Mon, 17 Aug 2009 12:45:39 -0000 Subject: [Haiku-bugs] [Haiku] #4265: [ZipOMatic] UI issues In-Reply-To: <040.02f2dac6c8486467cc89e98d61592c22@haiku-os.org> References: <040.02f2dac6c8486467cc89e98d61592c22@haiku-os.org> Message-ID: <049.f340649ca19decc920e61401294933db@haiku-os.org> #4265: [ZipOMatic] UI issues -----------------------------+---------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by jonas.kirilla): Part 2 should be fixed by r32456.[[BR]] Part 1, I don't know what's happening there. I mentioned it in r32438. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 15:11:30 2009 From: trac at haiku-os.org (axeld) Date: Mon, 17 Aug 2009 13:11:30 -0000 Subject: [Haiku-bugs] [Haiku] #380: [3dmiX] crash on fountain star In-Reply-To: <040.2533fa66fdc956d5c30b1b61b0d9754e@haiku-os.org> References: <040.2533fa66fdc956d5c30b1b61b0d9754e@haiku-os.org> Message-ID: <049.10c376e0bc618f1c00f4296eaf7aa401@haiku-os.org> #380: [3dmiX] crash on fountain star ------------------------+--------------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------+--------------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed * component: Applications => - General Old description: > Launch 3dmix ptrss Alt+t to switch to 3d, view press it with your mouse > to set > focus and press "p". New description: Launch 3dmix ptrss Alt+t to switch to 3d, view press it with your mouse to set focus and press "p". -- Comment: I assume it has been fixed by the extra BView compatibility changes by Ingo and Oliver a while back, anyway, thanks for the udpate. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 15:15:55 2009 From: trac at haiku-os.org (axeld) Date: Mon, 17 Aug 2009 13:15:55 -0000 Subject: [Haiku-bugs] [Haiku] #3499: Drop-down menu rendering in file dialog and more In-Reply-To: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> References: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> Message-ID: <053.488e30dd4e5ac8ecd2571c1256facf0a@haiku-os.org> #3499: Drop-down menu rendering in file dialog and more ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by axeld): If it happens with the file panel, I can't see how this could be BeZilla specific thing. Looks more than some kind of rounding error. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 15:46:18 2009 From: trac at haiku-os.org (humdinger) Date: Mon, 17 Aug 2009 13:46:18 -0000 Subject: [Haiku-bugs] [Haiku] #3499: Drop-down menu rendering in file dialog and more In-Reply-To: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> References: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> Message-ID: <053.21142c1fbcaf3ebc34209ab227ad5c07@haiku-os.org> #3499: Drop-down menu rendering in file dialog and more ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by humdinger): Well, at least it's only visible in BeZilla's Open file panel. Save panel and the panels of every other app in the system are unaffected. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 17:50:15 2009 From: trac at haiku-os.org (axeld) Date: Mon, 17 Aug 2009 15:50:15 -0000 Subject: [Haiku-bugs] [Haiku] #4257: BWindow::SetTitle() and BDirectWindow. In-Reply-To: <038.996d1ddda1f6b17b1baf61ac9064c7b1@haiku-os.org> References: <038.996d1ddda1f6b17b1baf61ac9064c7b1@haiku-os.org> Message-ID: <047.e3d83eafe43ff841288cbf8f2944403c@haiku-os.org> #4257: BWindow::SetTitle() and BDirectWindow. --------------------------------+------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by axeld): * owner: jackburton => axeld * status: new => assigned * component: Kits/Game Kit => Servers/app_server Comment: This seems to be a general app_server problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 18:06:53 2009 From: trac at haiku-os.org (fano) Date: Mon, 17 Aug 2009 16:06:53 -0000 Subject: [Haiku-bugs] [Haiku] #2253: usb_hid should support composite devices and non-boot protocol keyboards In-Reply-To: <039.ca98566102eaf2f700bef3c38b520c6f@haiku-os.org> References: <039.ca98566102eaf2f700bef3c38b520c6f@haiku-os.org> Message-ID: <048.761acfce5cbeb1c91021f7d726ae05d8@haiku-os.org> #2253: usb_hid should support composite devices and non-boot protocol keyboards -----------------------------------+---------------------------------------- Reporter: mmlr | Owner: mmlr Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Keyboard/USB | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: 3573, 3936 -----------------------------------+---------------------------------------- Comment(by fano): I've tried the last version r32448... and nothing... My wireless Microsoft Keyboard continues to work but Microsoft Cordless mouse NOT! So nothing changed, sorry... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 18:24:05 2009 From: trac at haiku-os.org (Hubert) Date: Mon, 17 Aug 2009 16:24:05 -0000 Subject: [Haiku-bugs] [Haiku] #3260: nforce ethernet card driver induces an interrupt storm In-Reply-To: <041.8b60256153054eb31d324557511d9439@haiku-os.org> References: <041.8b60256153054eb31d324557511d9439@haiku-os.org> Message-ID: <050.dae0f016118d4605ad7b1268e33400f5@haiku-os.org> #3260: nforce ethernet card driver induces an interrupt storm -----------------------------+---------------------------------------------- Reporter: Hubert | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by Hubert): This bug is fixed long time ago too and additionally nforce ethernet work now. Please close this bug. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 18:38:24 2009 From: trac at haiku-os.org (stpere) Date: Mon, 17 Aug 2009 16:38:24 -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.aec06cd813fafa8af02086ec4cde859f@haiku-os.org> #4252: [ScreenSaver] DebugNow background drawing in prevew mode -------------------------------------+-------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Preferences/ScreenSaver | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by stpere): Well, it seems that as soon as the preview is hidden, one way or an other, the preview is drawn in black (you can move a window partly over it, leaving a part intact. The preview will show a black background where the window was). In fact, DebugNow is only painting the navy blue in the first frame. We could fix DebugNow to fill the navy blue on every frame.. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 18:50:22 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 16:50:22 -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.bc87c2ff765e846d7b8f236399adc005@haiku-os.org> #4252: [ScreenSaver] DebugNow background drawing in prevew mode -------------------------------------+-------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Preferences/ScreenSaver | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by diver): I've tested DebugNow in ScreenSaver preflet from BeOS and it works as expected there. Even "DEBUG NOW" message is centred. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 18:55:32 2009 From: trac at haiku-os.org (axeld) Date: Mon, 17 Aug 2009 16:55:32 -0000 Subject: [Haiku-bugs] [Haiku] #4257: BWindow::SetTitle() and BDirectWindow. In-Reply-To: <038.996d1ddda1f6b17b1baf61ac9064c7b1@haiku-os.org> References: <038.996d1ddda1f6b17b1baf61ac9064c7b1@haiku-os.org> Message-ID: <047.69fc23d5e4296f671b3ba93ef169f68b@haiku-os.org> #4257: BWindow::SetTitle() and BDirectWindow. ---------------------------------+------------------------------------------ Reporter: bga | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: assigned => closed * resolution: => fixed Comment: Fixed in r32471. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 19:17:36 2009 From: trac at haiku-os.org (jackburton) Date: Mon, 17 Aug 2009 17:17:36 -0000 Subject: [Haiku-bugs] [Haiku] #3260: nforce ethernet card driver induces an interrupt storm In-Reply-To: <041.8b60256153054eb31d324557511d9439@haiku-os.org> References: <041.8b60256153054eb31d324557511d9439@haiku-os.org> Message-ID: <050.aa5a29df6baa7c0d4ed37151fd1eb8ee@haiku-os.org> #3260: nforce ethernet card driver induces an interrupt storm ------------------------------+--------------------------------------------- Reporter: Hubert | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------------+--------------------------------------------- Changes (by jackburton): * status: new => closed * resolution: => fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 19:27:13 2009 From: trac at haiku-os.org (laplace) Date: Mon, 17 Aug 2009 17:27:13 -0000 Subject: [Haiku-bugs] [Haiku] #4267: usb_disk: duplicate device name hides device Message-ID: <042.212e8d948d8283306fffbaa8de16a0e5@haiku-os.org> #4267: usb_disk: duplicate device name hides device -------------------------+-------------------------------------------------- Reporter: laplace | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: Drivers/USB | Version: Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- In drivers/disk/usb/usb_disk/usb_disk.cpp line 756 the current number of devices (gDeviceCount) determines the major part of the device name. The following scenario should results in duplicate device names, that hide a device.[[BR]] 1) Connect USB disk A to PC -> disk/usb/0/...[[BR]] 2) Connect USB disk B to PC -> disk/usb/1/...[[BR]] 3) Remove USB disk A from PC[[BR]] 4) Connect USB disk A to PC -> disk/usb/1/... is reassigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 19:32:45 2009 From: trac at haiku-os.org (mmlr) Date: Mon, 17 Aug 2009 17:32:45 -0000 Subject: [Haiku-bugs] [Haiku] #4267: usb_disk: duplicate device name hides device In-Reply-To: <042.212e8d948d8283306fffbaa8de16a0e5@haiku-os.org> References: <042.212e8d948d8283306fffbaa8de16a0e5@haiku-os.org> Message-ID: <051.2d05f3ba0d24644a2ac4e43e56d5297c@haiku-os.org> #4267: usb_disk: duplicate device name hides device -------------------------+-------------------------------------------------- Reporter: laplace | Owner: mmlr Type: bug | Status: assigned Priority: critical | Milestone: R1/alpha1 Component: Drivers/USB | Version: Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Changes (by mmlr): * status: new => assigned Comment: Yup. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 19:40:25 2009 From: trac at haiku-os.org (laplace) Date: Mon, 17 Aug 2009 17:40:25 -0000 Subject: [Haiku-bugs] [Haiku] #4178: Font size sensitive printing UI In-Reply-To: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> References: <042.eaa2c3d9afef3d74ced1ed537abd9aaa@haiku-os.org> Message-ID: <051.c2e75a7bbf4d7baaa9064fd6d0c1dd90@haiku-os.org> #4178: Font size sensitive printing UI ----------------------+----------------------------------------------------- Reporter: laplace | Owner: laplace Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Printing | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Changes (by laplace): * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 19:51:43 2009 From: trac at haiku-os.org (mmlr) Date: Mon, 17 Aug 2009 17:51:43 -0000 Subject: [Haiku-bugs] [Haiku] #4267: usb_disk: duplicate device name hides device In-Reply-To: <042.212e8d948d8283306fffbaa8de16a0e5@haiku-os.org> References: <042.212e8d948d8283306fffbaa8de16a0e5@haiku-os.org> Message-ID: <051.d1c9ce35094c2006614c1294d01e60ab@haiku-os.org> #4267: usb_disk: duplicate device name hides device --------------------------+------------------------------------------------- Reporter: laplace | Owner: mmlr Type: bug | Status: closed Priority: critical | Milestone: R1/alpha1 Component: Drivers/USB | Version: Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------+------------------------------------------------- Changes (by mmlr): * status: assigned => closed * resolution: => fixed Comment: Fixed in r32474. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 20:02:34 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 18:02:34 -0000 Subject: [Haiku-bugs] [Haiku] #4241: [Tracker] dragging a file from LaunchBox over another workspace copies it and hides In-Reply-To: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> References: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> Message-ID: <049.cbcbd14bec028838d2f5f4ac04f6d064@haiku-os.org> #4241: [Tracker] dragging a file from LaunchBox over another workspace copies it and hides ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by diver): Now I see that this file is just hidden under workspace window. Should this be closed as invalid, or something should be changed to prevent such situation? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 20:06:20 2009 From: trac at haiku-os.org (modeenf) Date: Mon, 17 Aug 2009 18:06:20 -0000 Subject: [Haiku-bugs] [Haiku] #507: [VLC] slider flickering In-Reply-To: <040.e44357474e6996a59441562c061cc5e4@haiku-os.org> References: <040.e44357474e6996a59441562c061cc5e4@haiku-os.org> Message-ID: <049.4775c9e595d0e4ccebb3daf815be9943@haiku-os.org> #507: [VLC] slider flickering ---------------------------------+------------------------------------------ Reporter: diver | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by modeenf): * status: new => closed * resolution: => fixed Old description: > Open any file in vlc and that press stop. Now look at slider, it will > flicker > twice in a second. New description: Open any file in vlc and that press stop. Now look at slider, it will flicker twice in a second. -- Comment: Can't reproduce it on real hardware ether, so I'll close it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 21:06:44 2009 From: trac at haiku-os.org (axeld) Date: Mon, 17 Aug 2009 19:06:44 -0000 Subject: [Haiku-bugs] [Haiku] #4268: document resize knob not invalidated on look change Message-ID: <040.4db1b7ea174207d6f21514ff27b1760c@haiku-os.org> #4268: document resize knob not invalidated on look change --------------------------------+------------------------------------------- Reporter: axeld | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- When using the LookAndFeel test app, change the look from "Document" to "Title". You'll see that the knob is not visually removed inside of the window frame; it is redrawn when changing in the other direction, though. I briefly looked into it, and the region is made dirty, but it seems the client doesn't overwrite, maybe because it's clipping hasn't been changed (although the clipping regions seem to be invalidated correctly in Window). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 21:37:48 2009 From: trac at haiku-os.org (rudolfc) Date: Mon, 17 Aug 2009 19:37:48 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.e9e4a0feec82ce65e0f9f18165898022@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi again, Can you please test the current driver I uploaded? I found a possible shortcoming in the timing (Depending on the hardware implementation of the I2C port that is). This modification is also in svn. Can you test and upload another log for me??? Thanks! (sorry about the delays.. :-) Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 21:42:53 2009 From: trac at haiku-os.org (rudolfc) Date: Mon, 17 Aug 2009 19:42:53 -0000 Subject: [Haiku-bugs] [Haiku] #2780: Video out of range on GeForce 6100 (KM51G-754) In-Reply-To: <046.76cb332d913612d99e9a4f2e6ef2809e@haiku-os.org> References: <046.76cb332d913612d99e9a4f2e6ef2809e@haiku-os.org> Message-ID: <055.e07b52324baf08ec6ecd956a136bc339@haiku-os.org> #2780: Video out of range on GeForce 6100 (KM51G-754) -------------------------------------+-------------------------------------- Reporter: richienyhus | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi once more richienyhus ! I might have a fix for the I2C detection problem. Could you please test the latest binary I uploaded to the above ticket as well? (first try the latest one please..) Thanks for your time and effort in advance... :-) Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 21:49:15 2009 From: trac at haiku-os.org (tqh) Date: Mon, 17 Aug 2009 19:49:15 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.24744fdc1ee0a5653f8a526fdccac2bb@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Changes (by tqh): * cc: fredrik.holmqvist@? (added) Comment: Also seeing this. Trying to see if I can find out anything. My ACPI seems to give garbage to Powerstatus at times also. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 22:47:54 2009 From: trac at haiku-os.org (tqh) Date: Mon, 17 Aug 2009 20:47:54 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.4cc6fdb2d607fe3c1e5415ae3d4b161c@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by tqh): AcpiOsWaitSemaphore with a timeout of 0 should return AE_TIME on B_WOULD_BLOCK. That makes ACPI hang at boot here though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 22:49:49 2009 From: trac at haiku-os.org (tqh) Date: Mon, 17 Aug 2009 20:49:49 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.06bb8563957ca45bbcbc7e637f6b040e@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by tqh): From ACPI docs: {{{ Implementation notes: 1. The implementation of this interface must support timeout values of zero. This is frequently used to determine if a call to the interface with an actual timeout value would block. In this case, AcpiOsWaitSemaphore must return either an E_OK if the units were obtained immediately, or an AE_TIME to indicate that the requested units are not available. Single threaded OSL implementations should always return AE_OK for this interface. }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 23:27:15 2009 From: trac at haiku-os.org (Hubert) Date: Mon, 17 Aug 2009 21:27:15 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.abc53d78c2753f2b7e3affd0004baf09@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Hubert): Not work correctly with new driver:( -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 23:31:31 2009 From: trac at haiku-os.org (Hubert) Date: Mon, 17 Aug 2009 21:31:31 -0000 Subject: [Haiku-bugs] [Haiku] #4269: DHCP not work in r32480 gcc4 hybrid Message-ID: <041.09b7a4bb901f3aa1acdd31aae0c5176d@haiku-os.org> #4269: DHCP not work in r32480 gcc4 hybrid --------------------------------+------------------------------------------- Reporter: Hubert | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Network & Internet | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- DHCP not work in r32480 gcc4 hybrid, in gcc2 hybrid network work correctly. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 17 23:48:43 2009 From: trac at haiku-os.org (axeld) Date: Mon, 17 Aug 2009 21:48:43 -0000 Subject: [Haiku-bugs] [Haiku] #3499: Drop-down menu rendering in file dialog and more In-Reply-To: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> References: <044.d489ba1abf22f752b1fd8f6e3eb64703@haiku-os.org> Message-ID: <053.f17a4912722681dad5992e8262614caa@haiku-os.org> #3499: Drop-down menu rendering in file dialog and more ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Kits/libtracker.so | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: closed => reopened * resolution: fixed => * component: Servers/app_server => Kits/libtracker.so Comment: I would think that this bug hasn't been fixed, but is now just hidden in most cases by other changes. IOW this is still valid, just not as important. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 00:19:24 2009 From: trac at haiku-os.org (umccullough) Date: Mon, 17 Aug 2009 22:19:24 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.5f20f75353acd2f725f3386022990a40@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Changes (by umccullough): * cc: umccullough (added) Comment: Looks like this is not an uncommon issue. Checking a few other websites I found some that seem to have the same problem. I'll take a look at it later on when I get a chance to ssh into the server. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 00:24:23 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 22:24:23 -0000 Subject: [Haiku-bugs] [Haiku] #4270: [Terminal] crash in TermView::FrameResized Message-ID: <040.d1cea2758bf71bd2e9d068c82690a1a7@haiku-os.org> #4270: [Terminal] crash in TermView::FrameResized -----------------------------------+---------------------------------------- Reporter: diver | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Download [http://root.cern.ch/viewvc/trunk/fonts/webdings.ttf webdings.ttf] and copy it to /boot/common/fonts[[BR]] Open Terminal->Preferences and change current font to webdings.[[BR]] {{{ Thread 2329 caused an exception: Divide error 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/libgame.so...done. Loaded symbols for /boot/system/lib/libgame.so Reading symbols from /boot/system/lib/libtracker.so...done. Loaded symbols for /boot/system/lib/libtracker.so Reading symbols from /boot/system/lib/libtextencoding.so...done. Loaded symbols for /boot/system/lib/libtextencoding.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/libmedia.so...done. Loaded symbols for /boot/system/lib/libmedia.so Reading symbols from /boot/system/lib/libtranslation.so...done. Loaded symbols for /boot/system/lib/libtranslation.so [tcsetpgrp failed in terminal_inferior: Invalid Argument] [Switching to team /boot/system/apps/Terminal (2315) thread w>Terminal 1 (2329)] 0x0022976e in TermView::FrameResized () (gdb) bt #0 0x0022976e in TermView::FrameResized () #1 0x003c199d in BView::MessageReceived () from /boot/system/lib/libbe.so #2 0x0022a70c in TermView::MessageReceived () #3 0x003091e7 in BLooper::DispatchMessage () from /boot/system/lib/libbe.so #4 0x003c94d1 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so #5 0x003cd0cc in BWindow::task_looper () from /boot/system/lib/libbe.so #6 0x0030a743 in BLooper::_task0_ () from /boot/system/lib/libbe.so #7 0x007fc124 in thread_entry () from /boot/system/lib/libroot.so #8 0x700c1fec in ?? () }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 00:31:23 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 22:31:23 -0000 Subject: [Haiku-bugs] [Haiku] #4271: [Tracker] crash in BNode::GetAttrInfo () Message-ID: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> #4271: [Tracker] crash in BNode::GetAttrInfo () ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Press Alt+F, type webdings.ttf and hit return to create a query for that file. Open BeZillaBrowser and download [http://root.cern.ch/viewvc/trunk/fonts/webdings.ttf webdings.ttf] to the Desktop. Tracker should crash.[[BR]] Tested with r32481 in VirtualBox 3.0.4 {{{ Thread 417 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 Reading symbols from /boot/system/apps/Workspaces...done. Loaded symbols for /boot/system/apps/Workspaces Reading symbols from /boot/system/add- ons/Translators/BMPTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/BMPTranslator Reading symbols from /boot/system/add- ons/Translators/EXRTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/EXRTranslator Reading symbols from /boot/system/lib/libilmimf.so...done. Loaded symbols for /boot/system/lib/libilmimf.so Reading symbols from /boot/system/lib/libz.so...done. Loaded symbols for /boot/system/lib/libz.so Reading symbols from /boot/system/add- ons/Translators/GIFTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/GIFTranslator Reading symbols from /boot/system/add- ons/Translators/JPEG2000Translator...done. Loaded symbols for /boot/system/add-ons/Translators/JPEG2000Translator Reading symbols from /boot/system/add- ons/Translators/JPEGTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/JPEGTranslator Reading symbols from /boot/system/add- ons/Translators/PCXTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PCXTranslator Reading symbols from /boot/system/add- ons/Translators/PNGTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PNGTranslator Reading symbols from /boot/system/add- ons/Translators/PPMTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PPMTranslator Reading symbols from /boot/system/add- ons/Translators/RAWTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/RAWTranslator Reading symbols from /boot/system/add-ons/Translators/RTF- Translator...done. Loaded symbols for /boot/system/add-ons/Translators/RTF-Translator Reading symbols from /boot/system/add- ons/Translators/SGITranslator...done. Loaded symbols for /boot/system/add-ons/Translators/SGITranslator Reading symbols from /boot/system/add- ons/Translators/STXTTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/STXTTranslator Reading symbols from /boot/system/add- ons/Translators/TGATranslator...done. Loaded symbols for /boot/system/add-ons/Translators/TGATranslator Reading symbols from /boot/system/add- ons/Translators/TIFFTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/TIFFTranslator Reading symbols from /boot/system/add- ons/Translators/WonderBrushTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/WonderBrushTranslator [tcsetpgrp failed in terminal_inferior: Invalid Argument] [Switching to team /boot/system/Tracker (86) thread w>/boot/home/queries/Name = web (417)] 0x003a85e8 in BNode::GetAttrInfo () from /boot/system/lib/libbe.so (gdb) bt #0 0x003a85e8 in BNode::GetAttrInfo () from /boot/system/lib/libbe.so #1 0x005befe5 in BPrivate::BPoseView::AttributeChanged () from /boot/system/lib/libtracker.so #2 0x005bdeb9 in BPrivate::BPoseView::FSNotification () from /boot/system/lib/libtracker.so #3 0x005b3b9c in BPrivate::BPoseView::MessageReceived () from /boot/system/lib/libtracker.so #4 0x005d3afa in BPrivate::BQueryPoseView::MessageReceived () from /boot/system/lib/libtracker.so #5 0x002c51e7 in BLooper::DispatchMessage () from /boot/system/lib/libbe.so #6 0x003854d1 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so #7 0x003890cc in BWindow::task_looper () from /boot/system/lib/libbe.so #8 0x002c6743 in BLooper::_task0_ () from /boot/system/lib/libbe.so #9 0x0069e124 in thread_entry () from /boot/system/lib/libroot.so #10 0x7003ffec in ?? () (gdb) }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 00:39:05 2009 From: trac at haiku-os.org (koki) Date: Mon, 17 Aug 2009 22:39:05 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.37ae7730cecd41a9c6445656ad83a4f6@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by koki): Added the image/x-icon MIME type to .htaccess, and the problem you reported seems to be fixed now. Please retest (you may want to clear you cache, just in case). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 00:39:33 2009 From: trac at haiku-os.org (anevilyak) Date: Mon, 17 Aug 2009 22:39:33 -0000 Subject: [Haiku-bugs] [Haiku] #4271: [Tracker] crash in BNode::GetAttrInfo () In-Reply-To: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> References: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> Message-ID: <049.eb45d521076b6b6bae2c697d2fea4211@haiku-os.org> #4271: [Tracker] crash in BNode::GetAttrInfo () ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by anevilyak): Is that crash reliably reproducible on VirtualBox? Same exact steps on real hardware show no crash, just the file showing up in the query as expected. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 00:47:39 2009 From: trac at haiku-os.org (leavengood) Date: Mon, 17 Aug 2009 22:47:39 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.7b7fc34acc5d4fd4cda5fef0dd2f66b1@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by leavengood): Replying to [comment:3 koki]: > Added the image/x-icon MIME type to .htaccess, and the problem you reported seems to be fixed now. Actually it should be image/vnd.microsoft.icon according to this: http://en.wikipedia.org/wiki/Favicon Though if image/x-icon works everywhere... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 01:03:48 2009 From: trac at haiku-os.org (richienyhus) Date: Mon, 17 Aug 2009 23:03:48 -0000 Subject: [Haiku-bugs] [Haiku] #2780: Video out of range on GeForce 6100 (KM51G-754) In-Reply-To: <046.76cb332d913612d99e9a4f2e6ef2809e@haiku-os.org> References: <046.76cb332d913612d99e9a4f2e6ef2809e@haiku-os.org> Message-ID: <055.68f1c6b40add26ad75ae468099eaca1a@haiku-os.org> #2780: Video out of range on GeForce 6100 (KM51G-754) -------------------------------------+-------------------------------------- Reporter: richienyhus | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by richienyhus): Hi, sorry I haven't replied in the last week, I've been busy studying for tests. I tried to test yesterday but I only managed to get haiku booting in fail safe mode before something came up. I will have a free day on Thursday and will test then. Sorry again ~Richie -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 01:30:05 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 23:30:05 -0000 Subject: [Haiku-bugs] [Haiku] #4271: [Tracker] crash in BNode::GetAttrInfo () In-Reply-To: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> References: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> Message-ID: <049.dc59428dbe62eb63a951f8e0c1e3874a@haiku-os.org> #4271: [Tracker] crash in BNode::GetAttrInfo () ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by diver): Yes, it's reproducible. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 01:39:32 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 23:39:32 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.f291cb95b42635fa339d275c879eb6cf@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by diver): Firefox 3.5.2 on linux refused to open http://www.haiku-os.org/favicon.ico until I've cleaned my cache.[[BR]] However BezillaBrowser still doesn't show favicon. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 01:54:07 2009 From: trac at haiku-os.org (diver) Date: Mon, 17 Aug 2009 23:54:07 -0000 Subject: [Haiku-bugs] [Haiku] #4272: [Tracker] still using old Trash icon in tracker status window Message-ID: <040.3e36917fcc9b6df125d25b6f9cab9e98@haiku-os.org> #4272: [Tracker] still using old Trash icon in tracker status window ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- [[Image(tracker_status.png)]][[BR]] Tested with r32483 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 02:04:01 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 00:04:01 -0000 Subject: [Haiku-bugs] [Haiku] #4273: [ShowImage] should resize itself if image is larger Message-ID: <040.2d14a01808c3cbad1418659213c9e19d@haiku-os.org> #4273: [ShowImage] should resize itself if image is larger ------------------------------------+--------------------------------------- Reporter: diver | Owner: leavengood Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/ShowImage | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Open /boot/system/data/artwork folder[[BR]] Open HAIKU logo - white on blue - normal.png and then press up arrow to open HAIKU logo - white on blue - big.png[[BR]] You should see that ShowImage window isn't resized to the new image size. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 02:11:53 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 00:11:53 -0000 Subject: [Haiku-bugs] [Haiku] #3084: [Tracker] crash in BMessage::_FindField In-Reply-To: <040.ab17a4f3d13ebdb6044db49eeb762185@haiku-os.org> References: <040.ab17a4f3d13ebdb6044db49eeb762185@haiku-os.org> Message-ID: <049.3043a085f2680809cf97b7b03f2e5ca7@haiku-os.org> #3084: [Tracker] crash in BMessage::_FindField ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by diver): Saw it again a week ago. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 02:15:17 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 00:15:17 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Tracker] crash in BWindow::IsHidden Message-ID: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> #4274: [Tracker] crash in BWindow::IsHidden ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Happend while playing with SoundPlay replicant.[[BR]] {{{ Thread 621 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 Reading symbols from /boot/system/apps/Workspaces...done. Loaded symbols for /boot/system/apps/Workspaces Reading symbols from /boot/system/add- ons/Translators/BMPTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/BMPTranslator Reading symbols from /boot/system/add- ons/Translators/EXRTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/EXRTranslator Reading symbols from /boot/system/lib/libilmimf.so...done. Loaded symbols for /boot/system/lib/libilmimf.so Reading symbols from /boot/system/lib/libz.so...done. Loaded symbols for /boot/system/lib/libz.so Reading symbols from /boot/system/add- ons/Translators/GIFTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/GIFTranslator Reading symbols from /boot/system/add- ons/Translators/JPEG2000Translator...done. Loaded symbols for /boot/system/add-ons/Translators/JPEG2000Translator Reading symbols from /boot/system/add- ons/Translators/JPEGTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/JPEGTranslator Reading symbols from /boot/system/add- ons/Translators/PCXTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PCXTranslator Reading symbols from /boot/system/add- ons/Translators/PNGTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PNGTranslator Reading symbols from /boot/system/add- ons/Translators/PPMTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PPMTranslator Reading symbols from /boot/system/add- ons/Translators/RAWTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/RAWTranslator Reading symbols from /boot/system/add-ons/Translators/RTF- Translator...done. Loaded symbols for /boot/system/add-ons/Translators/RTF-Translator Reading symbols from /boot/system/add- ons/Translators/SGITranslator...done. Loaded symbols for /boot/system/add-ons/Translators/SGITranslator Reading symbols from /boot/system/add- ons/Translators/STXTTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/STXTTranslator Reading symbols from /boot/system/add- ons/Translators/TGATranslator...done. Loaded symbols for /boot/system/add-ons/Translators/TGATranslator Reading symbols from /boot/system/add- ons/Translators/TIFFTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/TIFFTranslator Reading symbols from /boot/system/add- ons/Translators/WonderBrushTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/WonderBrushTranslator Reading symbols from /boot/home/Desktop/SoundPlay/SoundPlay...done. Loaded symbols for /boot/home/Desktop/SoundPlay/SoundPlay Reading symbols from /boot/home/config/lib/liblayout.so...done. Loaded symbols for /boot/home/config/lib/liblayout.so Reading symbols from /boot/system/lib/libmedia.so...done. Loaded symbols for /boot/system/lib/libmedia.so Reading symbols from /boot/system/lib/libgame.so...done. Loaded symbols for /boot/system/lib/libgame.so Reading symbols from /boot/system/lib/libbnetapi.so...done. Loaded symbols for /boot/system/lib/libbnetapi.so Reading symbols from /boot/system/lib/libnetwork.so...done. Loaded symbols for /boot/system/lib/libnetwork.so Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/AudioIn...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/AudioIn Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/CPlusAdapter...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/CPlusAdapter Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/Deskbar...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/Deskbar Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/DeskbarFFT...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/DeskbarFFT Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/DeskbarVU...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/DeskbarVU Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/FreeVerb...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/FreeVerb Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/LiveEncoder...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/LiveEncoder Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/LoudnessPlugin...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/LoudnessPlugin Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/MP3Clean...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/MP3Clean Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/MidiRenderer...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/MidiRenderer Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/ModPlugin...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/ModPlugin Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/NoVoicePlugin...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/NoVoicePlugin Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/Noise...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/Noise Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/OggVorbis...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/OggVorbis Reading symbols from /boot/home/config/lib/libogg.so...done. Loaded symbols for /boot/home/config/lib/libogg.so Reading symbols from /boot/home/config/lib/libvorbisfile.so...done. Loaded symbols for /boot/home/config/lib/libvorbisfile.so Reading symbols from /boot/home/config/lib/libvorbis.so...done. Loaded symbols for /boot/home/config/lib/libvorbis.so Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/PitchChange...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/PitchChange Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/SimpleScopePlugin...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/SimpleScopePlugin Reading symbols from /boot/home/Desktop/SoundPlay/Plugins/SpectrumAnalyzer...done. Loaded symbols for /boot/home/Desktop/SoundPlay/Plugins/SpectrumAnalyzer Loaded symbols for /boot/home/Desktop/SoundPlay/SoundPlay [tcsetpgrp failed in terminal_inferior: Invalid Argument] [Switching to team /boot/system/Tracker (81) thread w>SoundPlay playlist editor (621)] 0x0038099e in BWindow::IsHidden () from /boot/system/lib/libbe.so (gdb) bt #0 0x0038099e in BWindow::IsHidden () from /boot/system/lib/libbe.so #1 0x0037f788 in BWindow::IsMinimized () from /boot/system/lib/libbe.so #2 0x08c388aa in SoundPlayController::IsMainInterfaceHidden () from /boot/home/Desktop/SoundPlay/SoundPlay #3 0x08c3fd58 in aa_zzzzzzzzzzzzzzzzzzzz () from /boot/home/Desktop/SoundPlay/SoundPlay #4 0x002bfe9e in BLooper::Quit () from /boot/system/lib/libbe.so #5 0x0037b766 in BWindow::Quit () from /boot/system/lib/libbe.so #6 0x002c1527 in BLooper::_QuitRequested () from /boot/system/lib/libbe.so #7 0x002bfa22 in BLooper::DispatchMessage () from /boot/system/lib/libbe.so #8 0x0037e1e9 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so #9 0x00381d84 in BWindow::task_looper () from /boot/system/lib/libbe.so #10 0x002c0f93 in BLooper::_task0_ () from /boot/system/lib/libbe.so #11 0x00696124 in thread_entry () from /boot/system/lib/libroot.so #12 0x7834bfec in ?? () (gdb) }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 02:19:54 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 00:19:54 -0000 Subject: [Haiku-bugs] [Haiku] #4275: [Deskbar] crash in DeskView::Draw () Message-ID: <040.06f39e09a0582f2e3858385cc5e7e633@haiku-os.org> #4275: [Deskbar] crash in DeskView::Draw () ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Install KeymapSwitcher replicant.[[BR]] Right click it and check "Disable" from context menu.[[BR]] Double click replicant to crash Deskbar.[[BR]] Tested with r32483 in VirtualBox 3.0.4 {{{ Thread 114 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 Reading symbols from /boot/common/bin/KeymapSwitcher...done. Loaded symbols for /boot/common/bin/KeymapSwitcher Reading symbols from /boot/system/apps/ProcessController...done. Loaded symbols for /boot/system/apps/ProcessController [tcsetpgrp failed in terminal_inferior: Invalid Argument] [Switching to team /boot/system/Deskbar (87) thread w>Deskbar (114)] 0x009252ba in DeskView::Draw () from /boot/common/bin/KeymapSwitcher (gdb) bt #0 0x009252ba in DeskView::Draw () from /boot/common/bin/KeymapSwitcher #1 0x009273a6 in DeskView::Pulse () from /boot/common/bin/KeymapSwitcher #2 0x003d954e in BView::_Pulse () from /boot/system/lib/libbe.so #3 0x003d9561 in BView::_Pulse () from /boot/system/lib/libbe.so #4 0x003d9561 in BView::_Pulse () from /boot/system/lib/libbe.so #5 0x003d9561 in BView::_Pulse () from /boot/system/lib/libbe.so #6 0x003d9561 in BView::_Pulse () from /boot/system/lib/libbe.so #7 0x003dde04 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so #8 0x00227e70 in TBarWindow::DispatchMessage () #9 0x003e20cc in BWindow::task_looper () from /boot/system/lib/libbe.so #10 0x0031f743 in BLooper::_task0_ () from /boot/system/lib/libbe.so #11 0x006f7124 in thread_entry () from /boot/system/lib/libroot.so #12 0x70102fec in ?? () (gdb) }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 02:20:57 2009 From: trac at haiku-os.org (koki) Date: Tue, 18 Aug 2009 00:20:57 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.929a0a639c741a53f23637f0aa930755@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by koki): Replying to [comment:5 diver]: > However BezillaBrowser still doesn't show favicon. Added the image/vnd.microsoft.icon MIME type as Ryan suggested. Can you please check again? Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 02:22:51 2009 From: trac at haiku-os.org (umccullough) Date: Tue, 18 Aug 2009 00:22:51 -0000 Subject: [Haiku-bugs] [Haiku] #1925: Reboot during startup on Toshiba Satellite 2615DVD/6.0 In-Reply-To: <046.464cc1a60522972f4d6a4db8a13a4bd4@haiku-os.org> References: <046.464cc1a60522972f4d6a4db8a13a4bd4@haiku-os.org> Message-ID: <055.ac36c12bc8a8dd4f505fd12a0bf92e9e@haiku-os.org> #1925: Reboot during startup on Toshiba Satellite 2615DVD/6.0 ---------------------------+------------------------------------------------ Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Comment(by umccullough): Just in case anyone was wondering, this laptop still reboots shortly after displaying the splash screen. I was hoping some of the recent triple-fault fixes might have fixed it, but really wasn't expecting much since they seemed unrelated. Tested with r32451 IIRC. If there's any amount of debug info I can provide to further track this down, please don't hesitate to ask. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 02:24:25 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 00:24:25 -0000 Subject: [Haiku-bugs] [Haiku] #4276: [Deskbar] hide application expander if there is no windows Message-ID: <040.4741edd8290d4f01fd4233c1344d011d@haiku-os.org> #4276: [Deskbar] hide application expander if there is no windows ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- [[Image(deskbar.png)]] -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 02:34:57 2009 From: trac at haiku-os.org (stpere) Date: Tue, 18 Aug 2009 00:34:57 -0000 Subject: [Haiku-bugs] [Haiku] #4255: [Poorman] cancel button in the first window should quit Poorman In-Reply-To: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> References: <040.3706defc950c7163804d55bb60e85545@haiku-os.org> Message-ID: <049.a3990e658c195fca46d60aab11f47588@haiku-os.org> #4255: [Poorman] cancel button in the first window should quit Poorman ---------------------------+------------------------------------------------ Reporter: diver | Owner: stpere Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Comment(by stpere): I made it to close the application if you choose Cancel in r32486. Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 02:35:27 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 00:35:27 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.5819584c7acd707b27bffe006bb911a7@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by diver): Sorry, it still doesn't work. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 03:03:45 2009 From: trac at haiku-os.org (koki) Date: Tue, 18 Aug 2009 01:03:45 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.8aa19f90a28852afdf4c27ac16323394@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by koki): I don't know what else it could be, but let me make two points: 1) The website theme favicon is not located in the root directory (it's in the theme folder). 2) BezillaBrowser does not seem to have any file types configured, so it may be a client-side (rather than a server-side) problem. You may want to try checking with the Bezilla guys. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 02:59:13 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 00:59:13 -0000 Subject: [Haiku-bugs] [Haiku] #4278: [MediaPlayer] crash after several start/close sessions Message-ID: <040.a5a5ff19c39de1dce7eded13a712f498@haiku-os.org> #4278: [MediaPlayer] crash after several start/close sessions --------------------------------------+------------------------------------- Reporter: diver | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- If I open a video file several times, MediaPlayer would crash {{{ Thread 1604 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/libgame.so...done. Loaded symbols for /boot/system/lib/libgame.so Reading symbols from /boot/system/lib/libmedia.so...done. Loaded symbols for /boot/system/lib/libmedia.so Reading symbols from /boot/system/lib/libtracker.so...done. Loaded symbols for /boot/system/lib/libtracker.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 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/libroot.so...done. Loaded symbols for /boot/system/lib/libroot.so [tcsetpgrp failed in terminal_inferior: Invalid Argument] [Switching to team /boot/system/apps/MediaPlayer (1588) thread frame generator (1604)] 0x00a3d743 in ?? () (gdb) bt #0 0x00a3d743 in ?? () #1 0x18044ac8 in ?? () #2 0x782c993c in ?? () #3 0x782c9940 in ?? () #4 0x782c9a4c in ?? () #5 0x00dbb38c in ?? () #6 0x094e3000 in ?? () #7 0x782c9ce4 in ?? () #8 0x00948744 in posix_memalign () from /boot/system/lib/libroot.so #9 0x00a3cf8b in ?? () #10 0x18044ac8 in ?? () #11 0x094e3000 in ?? () #12 0x782c9ce4 in ?? () #13 0x782c9bac in ?? () #14 0x00000000 in ?? () #15 0x1801f4a0 in ?? () #16 0x782c9c1c in ?? () #17 0x00a3cf1e in ?? () #18 0x005c9c64 in ?? () from /boot/system/lib/libmedia.so #19 0x782c9bac in ?? () #20 0x1808fd20 in ?? () #21 0x005868e5 in BMediaTrack::DecodedFormat () from /boot/system/lib/libmedia.so #22 0x00586da4 in BMediaTrack::ReadFrames () from /boot/system/lib/libmedia.so ---Type to continue, or q to quit--- #23 0x00586cfe in BMediaTrack::ReadFrames () from /boot/system/lib/libmedia.so #24 0x0025b44f in MediaTrackVideoSupplier::ReadFrame () #25 0x0025cd9c in ProxyVideoSupplier::FillBuffer () #26 0x00248cac in VideoProducer::_FrameGeneratorThread () #27 0x00248613 in VideoProducer::_FrameGeneratorThreadEntry () #28 0x00938124 in thread_entry () from /boot/system/lib/libroot.so #29 0x782c9fec in ?? () (gdb) }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 03:09:08 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 18 Aug 2009 01:09:08 -0000 Subject: [Haiku-bugs] [Haiku] #4275: [Deskbar] crash in DeskView::Draw () In-Reply-To: <040.06f39e09a0582f2e3858385cc5e7e633@haiku-os.org> References: <040.06f39e09a0582f2e3858385cc5e7e633@haiku-os.org> Message-ID: <049.e85ad636fe99191a58a330754b939474@haiku-os.org> #4275: [Deskbar] crash in DeskView::Draw () --------------------------+------------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by anevilyak): * component: Applications/Deskbar => Applications Comment: This looks like a bug in KeymapSwitcher's replicant. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 03:12:39 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 01:12:39 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.7e85d859a5c4d4f0f6bf0037d4e0a43e@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by diver): Just to be clear, BeZillaBrowser don't ask me to save favicon anymore and open it correctly after your .htaccess trick, but still doesn't show favicon in bookmark panel. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 03:23:12 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 01:23:12 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.aaae7812e67aea127e58b7a8066701fe@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by diver): [[Image(missing_favicon_from_bookmark_panel.png)]] -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 03:52:39 2009 From: trac at haiku-os.org (Disreali) Date: Tue, 18 Aug 2009 01:52:39 -0000 Subject: [Haiku-bugs] [Haiku] #4279: Locale Preference missing liblocale.so Message-ID: <043.3ced9c6dc415583f33a6708c338939c1@haiku-os.org> #4279: Locale Preference missing liblocale.so -------------------------+-------------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- When attempting to test the Locale pref on r32448 I get an error box saying 'Could not open "Locale" (Missing libraries: liblocale.so).' Previously, an empty Locale preference window opened. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 03:58:00 2009 From: trac at haiku-os.org (umccullough) Date: Tue, 18 Aug 2009 01:58:00 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.0d0acf2536ebf637bc7bc01b1ce9c50f@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by umccullough): * owner: axeld => bonefish * component: - General => Build System Comment: Guessing this is a build system issue - someone in the IRC channel ran into it again yesterday while trying to compile Haiku directly to a partition -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 04:47:15 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 18 Aug 2009 02:47:15 -0000 Subject: [Haiku-bugs] [Haiku] #4279: Locale Preference missing liblocale.so In-Reply-To: <043.3ced9c6dc415583f33a6708c338939c1@haiku-os.org> References: <043.3ced9c6dc415583f33a6708c338939c1@haiku-os.org> Message-ID: <052.5f5e68684269f65bcf3ce92a063a4ae9@haiku-os.org> #4279: Locale Preference missing liblocale.so -------------------------+-------------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by anevilyak): This is because liblocale isn't in the image, as it's being developed in a separate branch. For the time being the Locale preflet probably shouldn't be in the main branch's image until locale is merged back. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 02:49:37 2009 From: trac at haiku-os.org (stpere) Date: Tue, 18 Aug 2009 00:49:37 -0000 Subject: [Haiku-bugs] [Haiku] #3787: Poorman: Use layoutmanager In-Reply-To: <044.271537466000288932d1ca4c2effde07@haiku-os.org> References: <044.271537466000288932d1ca4c2effde07@haiku-os.org> Message-ID: <053.cdc14e32fe3bb6e221315435df58c6a2@haiku-os.org> #3787: Poorman: Use layoutmanager --------------------------+------------------------------------------------- Reporter: humdinger | Owner: stpere Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by stpere): * owner: axeld => stpere * status: new => assigned Comment: Hi tokyo6pm, I made some changes to PoorMan in r32486. I didn't saw your patch before :( Well, I will try to incorporate your changes with mine! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 02:52:37 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 00:52:37 -0000 Subject: [Haiku-bugs] [Haiku] #4277: [checkfs] prettify output Message-ID: <040.efb756cd11154e82edef2f581534a470@haiku-os.org> #4277: [checkfs] prettify output ---------------------------------------------+------------------------------ Reporter: diver | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------------+------------------------------ Current checkfs output looks like this:[[BR]] {{{ checked 7712 nodes, 0 blocks not allocated, 0 blocks already set, 0 blocks could be freed files 6545 directories 1160 attributes 1 attr. dirs 1 indices 5 }}} But maybe it would be better with something like this? {{{ checked 7712 nodes, 0 blocks not allocated, 0 blocks already set, 0 blocks could be freed files 6545 directories 1160 attributes 1 attr. dirs 1 indices 5 }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 05:03:48 2009 From: trac at haiku-os.org (umccullough) Date: Tue, 18 Aug 2009 03:03:48 -0000 Subject: [Haiku-bugs] [Haiku] #3787: Poorman: Use layoutmanager In-Reply-To: <044.271537466000288932d1ca4c2effde07@haiku-os.org> References: <044.271537466000288932d1ca4c2effde07@haiku-os.org> Message-ID: <053.0153b6d56662b3d8f723c16bda93d620@haiku-os.org> #3787: Poorman: Use layoutmanager --------------------------+------------------------------------------------- Reporter: humdinger | Owner: stpere Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by umccullough): Ah bummer! Wonder when we'll get the Trac attachment notifications ;) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 05:07:42 2009 From: trac at haiku-os.org (umccullough) Date: Tue, 18 Aug 2009 03:07:42 -0000 Subject: [Haiku-bugs] [Haiku] #1740: [Trac] Include attachment indicator in email notifications In-Reply-To: <046.1570159e65321561a1f22a66dc423992@haiku-os.org> References: <046.1570159e65321561a1f22a66dc423992@haiku-os.org> Message-ID: <055.0bc8a61a49ae2e45f95f0d770057dcbe@haiku-os.org> #1740: [Trac] Include attachment indicator in email notifications ---------------------------+------------------------------------------------ Reporter: umccullough | Owner: haiku-web Type: enhancement | Status: new Priority: normal | Milestone: Trac 0.11 Component: Website/Trac | Version: Resolution: | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Comment(by umccullough): As mentioned in the edgewall ticket above, there's another solution: http://trac-hacks.org/wiki/AnnouncerPlugin Can we test this out? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 02:53:42 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 18 Aug 2009 00:53:42 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Tracker] crash in BWindow::IsHidden In-Reply-To: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> References: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> Message-ID: <049.c9f1c3ade027ac05241cf1dd65c6a579@haiku-os.org> #4274: [Tracker] crash in BWindow::IsHidden -----------------------------------+---------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by anevilyak): * status: new => closed * resolution: => invalid Comment: This isn't a Tracker bug, it's crashing in the SP replicant code, which could just be a bug in SP itself. Bear in mind, a replicant executes in the same team as the app it's part of, and as such will take the app with it if it misbehaves. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 09:03:23 2009 From: trac at haiku-os.org (kwurzel) Date: Tue, 18 Aug 2009 07:03:23 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.772573ae940cd4a7ae276d1103945275@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by kwurzel): Replying to [comment:9 diver]: > Just to be clear, BeZillaBrowser don't ask me to save favicon anymore and open it correctly after your .htaccess trick, but still doesn't show favicon in bookmark panel. Not updating the favicon is a common problem with Firefox. Please try if removing the bookmark and "re-bookmarking" the page does work (please clear your cache after removing, just to be clear). Thank you! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 09:10:05 2009 From: trac at haiku-os.org (axeld) Date: Tue, 18 Aug 2009 07:10:05 -0000 Subject: [Haiku-bugs] [Haiku] #4225: OpenDML type AVIs does not work with avi_reader (and h264 codec table fix patch) In-Reply-To: <043.4fec916443aafe82e5c1f83df8294fd4@haiku-os.org> References: <043.4fec916443aafe82e5c1f83df8294fd4@haiku-os.org> Message-ID: <052.b9d6715a76a2753e720a9db77770d098@haiku-os.org> #4225: OpenDML type AVIs does not work with avi_reader (and h264 codec table fix patch) ----------------------------------+----------------------------------------- Reporter: herdemir | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Audio & Video/Codecs | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by axeld): * owner: marcusoverhagen => stippi Comment: Since I'm not sure whether stippi just got it wrong, or actually has AVIs with reversed FourCC codes, I'm assigning this to him to have another look. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 09:16:00 2009 From: trac at haiku-os.org (axeld) Date: Tue, 18 Aug 2009 07:16:00 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.d561b6b1b887451917e4fd945bab87c3@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by axeld): Replying to [comment:4 leavengood]: > Actually it should be image/vnd.microsoft.icon according to this: > > http://en.wikipedia.org/wiki/Favicon > > Though if image/x-icon works everywhere... Just for the record: our ICO translator is using x-icon, only, IIRC. I did not heard about the other form before either. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 09:26:47 2009 From: trac at haiku-os.org (leavengood) Date: Tue, 18 Aug 2009 07:26:47 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.fbbea13efe66c291a629e87895b35408@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by leavengood): Replying to [comment:12 axeld]: > > Just for the record: our ICO translator is using x-icon, only, IIRC. > I did not heard about the other form before either. The other form does seem to be the "official" one: http://www.iana.org/assignments/media-types/image/vnd.microsoft.icon So we should at least add that MIME type to our database and the ICO translator. Leaving x-icon too of course. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 09:28:36 2009 From: trac at haiku-os.org (axeld) Date: Tue, 18 Aug 2009 07:28:36 -0000 Subject: [Haiku-bugs] [Haiku] #4277: [checkfs] prettify output In-Reply-To: <040.efb756cd11154e82edef2f581534a470@haiku-os.org> References: <040.efb756cd11154e82edef2f581534a470@haiku-os.org> Message-ID: <049.329a9e83731cb277753f76de7dbccd04@haiku-os.org> #4277: [checkfs] prettify output ---------------------------------------------+------------------------------ Reporter: diver | Owner: axeld Type: enhancement | Status: new Priority: low | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------------+------------------------------ Changes (by axeld): * priority: normal => low Comment: I like the current version better, but maybe having all numbers in one row would improve the situation. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 09:30:09 2009 From: trac at haiku-os.org (axeld) Date: Tue, 18 Aug 2009 07:30:09 -0000 Subject: [Haiku-bugs] [Haiku] #4279: Locale Preference missing liblocale.so In-Reply-To: <043.3ced9c6dc415583f33a6708c338939c1@haiku-os.org> References: <043.3ced9c6dc415583f33a6708c338939c1@haiku-os.org> Message-ID: <052.366ec35b75d3faa4d1a405e3ce8a4a18@haiku-os.org> #4279: Locale Preference missing liblocale.so --------------------------+------------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: --------------------------+------------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => invalid Comment: It isn't included in the image anymore, it just seems to still be on your hard drive. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 09:31:24 2009 From: trac at haiku-os.org (axeld) Date: Tue, 18 Aug 2009 07:31:24 -0000 Subject: [Haiku-bugs] [Haiku] #4275: [Deskbar] crash in DeskView::Draw () In-Reply-To: <040.06f39e09a0582f2e3858385cc5e7e633@haiku-os.org> References: <040.06f39e09a0582f2e3858385cc5e7e633@haiku-os.org> Message-ID: <049.8026a13007e35b7f51a26c3868e6e471@haiku-os.org> #4275: [Deskbar] crash in DeskView::Draw () --------------------------+------------------------------------------------- Reporter: diver | Owner: siarzhuk Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by axeld): * owner: axeld => siarzhuk Comment: Indeed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 09:32:11 2009 From: trac at haiku-os.org (axeld) Date: Tue, 18 Aug 2009 07:32:11 -0000 Subject: [Haiku-bugs] [Haiku] #4279: Locale Preference missing liblocale.so In-Reply-To: <043.3ced9c6dc415583f33a6708c338939c1@haiku-os.org> References: <043.3ced9c6dc415583f33a6708c338939c1@haiku-os.org> Message-ID: <052.dfbb556310d6fe30aac34638acf1a7ec@haiku-os.org> #4279: Locale Preference missing liblocale.so --------------------------+------------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Preferences | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------+------------------------------------------------- Changes (by axeld): * status: closed => reopened * resolution: invalid => Comment: Sorry, just noticed that Rene just fixed this issue in r32487. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 10:23:55 2009 From: trac at haiku-os.org (axeld) Date: Tue, 18 Aug 2009 08:23:55 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.b86eaf19b5bfe2cbcd8c7b2299762977@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by axeld): Looks like I already did so in r17465 - I'm getting senile :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 10:47:00 2009 From: trac at haiku-os.org (pulkomandy) Date: Tue, 18 Aug 2009 08:47:00 -0000 Subject: [Haiku-bugs] [Haiku] #1740: [Trac] Include attachment indicator in email notifications In-Reply-To: <046.1570159e65321561a1f22a66dc423992@haiku-os.org> References: <046.1570159e65321561a1f22a66dc423992@haiku-os.org> Message-ID: <055.3dd0a791cc0c3b9d9580fa59732110fc@haiku-os.org> #1740: [Trac] Include attachment indicator in email notifications ---------------------------+------------------------------------------------ Reporter: umccullough | Owner: haiku-web Type: enhancement | Status: new Priority: normal | Milestone: Trac 0.11 Component: Website/Trac | Version: Resolution: | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Comment(by pulkomandy): The rss feed can be used for that. I tend to use it more than mail notifications, actually. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 10:51:04 2009 From: trac at haiku-os.org (axeld) Date: Tue, 18 Aug 2009 08:51:04 -0000 Subject: [Haiku-bugs] [Haiku] #4241: [Tracker] dragging a file from LaunchBox over another workspace copies it and hides In-Reply-To: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> References: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> Message-ID: <049.abf05bd2635f9cb480582757120b2e55@haiku-os.org> #4241: [Tracker] dragging a file from LaunchBox over another workspace copies it and hides ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by axeld): Do you mean by Workspaces a window or the replicant? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 12:00:41 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 10:00:41 -0000 Subject: [Haiku-bugs] [Haiku] #4241: [Tracker] dragging a file from LaunchBox over another workspace copies it and hides In-Reply-To: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> References: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> Message-ID: <049.d60f9d78f935aca6ceb36c17d32628de@haiku-os.org> #4241: [Tracker] dragging a file from LaunchBox over another workspace copies it and hides ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by diver): Sorry, I meant Workspaces replicant. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 12:05:59 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 10:05:59 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.bc783f5977878b3c877e8c8a0fcd36e0@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by diver): Replying to [comment:11 kwurzel]: > Not updating the favicon is a common problem with Firefox. Please try if removing the bookmark and "re-bookmarking" the page does work (please clear your cache after removing, just to be clear). Sure, I've cleaned my cache and "re-bookmarked" it several times, nothing helps. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 12:13:09 2009 From: trac at haiku-os.org (axeld) Date: Tue, 18 Aug 2009 10:13:09 -0000 Subject: [Haiku-bugs] [Haiku] #3771: 'info' in terminal crashes. In-Reply-To: <041.dcb3c64e413e579a4ab8de0a90b6e18b@haiku-os.org> References: <041.dcb3c64e413e579a4ab8de0a90b6e18b@haiku-os.org> Message-ID: <050.c09860e6f241198c48edb66629747e6f@haiku-os.org> #3771: 'info' in terminal crashes. ---------------------------------------------+------------------------------ Reporter: kvdman | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------------+------------------------------ Comment(by axeld): I can't reproduce this over here. Although my "info" certainly doesn't seem to have anything to do with texinfo. Any updates on this, kvdman? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 12:23:06 2009 From: trac at haiku-os.org (aldeck) Date: Tue, 18 Aug 2009 10:23:06 -0000 Subject: [Haiku-bugs] [Haiku] #4241: [Tracker] dragging a file from LaunchBox over another workspace copies it and hides In-Reply-To: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> References: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> Message-ID: <049.2e6623ad6833256e5f9d3140a242dbd4@haiku-os.org> #4241: [Tracker] dragging a file from LaunchBox over another workspace copies it and hides ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by aldeck): I've seen some code in icon placement that tries to avoid replicants, but it seems it's not working or not triggered in this case. I will take care of this in my branch. Concerning trunk, there are more urgent issues but a fix should be doable. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 12:25:32 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 10:25:32 -0000 Subject: [Haiku-bugs] [Haiku] #4241: [Tracker] dragging a file from LaunchBox over workspace replicant copies it and hides (was: [Tracker] dragging a file from LaunchBox over another workspace copies it and hides) In-Reply-To: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> References: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> Message-ID: <049.ef46866c78b6d36cebd54dc60e63d69d@haiku-os.org> #4241: [Tracker] dragging a file from LaunchBox over workspace replicant copies it and hides ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 12:32:14 2009 From: trac at haiku-os.org (axeld) Date: Tue, 18 Aug 2009 10:32:14 -0000 Subject: [Haiku-bugs] [Haiku] #3132: zbeos too large for floppy/cd image In-Reply-To: <041.d96c0dc1a6d87a58095a60c3fb71cd12@haiku-os.org> References: <041.d96c0dc1a6d87a58095a60c3fb71cd12@haiku-os.org> Message-ID: <050.b380fdc0fa651a95b82d2b16b84b3894@haiku-os.org> #3132: zbeos too large for floppy/cd image ---------------------------------+------------------------------------------ Reporter: kvdman | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/Boot Loader | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: This problem has been fixed in the mean time. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 12:54:48 2009 From: trac at haiku-os.org (aldeck) Date: Tue, 18 Aug 2009 10:54:48 -0000 Subject: [Haiku-bugs] [Haiku] #4241: [Tracker] dragging a file from LaunchBox over workspace replicant copies it and hides In-Reply-To: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> References: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> Message-ID: <049.3793ab162a55b69e2fbdf6184ff5de4a@haiku-os.org> #4241: [Tracker] dragging a file from LaunchBox over workspace replicant copies it and hides ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by aldeck): Creating a new ticket as i would need to heavily modify the summary and description to be more generic, same for #4055 that i just found. I'll keep those for reference, and mark both as duplicate. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 13:42:12 2009 From: trac at haiku-os.org (phoudoin) Date: Tue, 18 Aug 2009 11:42:12 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.0298df80dc053332a86e8b26c43ca117@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by phoudoin): Sounds like 1) we don't actually honor ACPI global hardware lock and 2) when we do it, it's crashing on machine with ACPI global lock. How nice is that! Anyway, for 1) the patch attached should do the job. I'm at office and can't test it, though. For 2), maybe we should star looking at some ACPI runtime settings, like forcing methods serialization (see acglobal.h). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 13:42:32 2009 From: trac at haiku-os.org (axeld) Date: Tue, 18 Aug 2009 11:42:32 -0000 Subject: [Haiku-bugs] [Haiku] #4242: Exchanging modifier keys doen't work In-Reply-To: <044.5901550991cd4fe8ab242c904d48808d@haiku-os.org> References: <044.5901550991cd4fe8ab242c904d48808d@haiku-os.org> Message-ID: <053.598037f4208230e2f9fd6993986e47b7@haiku-os.org> #4242: Exchanging modifier keys doen't work --------------------------------+------------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Keymap | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by axeld): The reasoning behind the current drag&drop behaviour is consistency: dropping a key from anywhere works in exactly the same way. Furthermore, exchanging keys isn't very obvious when you do it from different "planes" (ie. with and without modifier). To make it less destructive, the previous mapped character is copied to the preview text control. Anyway, that was my reasoning, I don't mean to say it's the ideal solution. Comments welcome, as always :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 14:05:35 2009 From: trac at haiku-os.org (axeld) Date: Tue, 18 Aug 2009 12:05:35 -0000 Subject: [Haiku-bugs] [Haiku] #4242: Exchanging modifier keys doen't work In-Reply-To: <044.5901550991cd4fe8ab242c904d48808d@haiku-os.org> References: <044.5901550991cd4fe8ab242c904d48808d@haiku-os.org> Message-ID: <053.06606efa9c0a4b607946a0f43367be62@haiku-os.org> #4242: Exchanging modifier keys doen't work ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences/Keymap | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Fixed in r32490; modifiers are actually always switched, never copied (as there is no way to recover from a lost one). So much for the consistency :-) The F-keys (unlike Escape, which works fine over here) cannot be copied in a useful way, because they are not mapped - you always only get their character code. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 14:17:29 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Tue, 18 Aug 2009 12:17:29 -0000 Subject: [Haiku-bugs] [Haiku] #4242: Exchanging modifier keys doen't work In-Reply-To: <044.5901550991cd4fe8ab242c904d48808d@haiku-os.org> References: <044.5901550991cd4fe8ab242c904d48808d@haiku-os.org> Message-ID: <053.001ee6090b0affd552b60b298a066adb@haiku-os.org> #4242: Exchanging modifier keys doen't work ---------------------------------+------------------------------------------ Reporter: humdinger | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Preferences/Keymap | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by jonas.kirilla): If you're exchanging more than two keys, doesn't it become a bit of a puzzle? A scratch area with a couple of empty keys could help some people. It wouldn't have to show all the time. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 14:19:31 2009 From: trac at haiku-os.org (tqh) Date: Tue, 18 Aug 2009 12:19:31 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.a51a03ad814ee1a69da543b8099d7693@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by tqh): I tested that and then it hung before the rocket icon. I'll look at the code and test more tonight though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 14:31:50 2009 From: trac at haiku-os.org (richienyhus) Date: Tue, 18 Aug 2009 12:31:50 -0000 Subject: [Haiku-bugs] [Haiku] #2780: Video out of range on GeForce 6100 (KM51G-754) In-Reply-To: <046.76cb332d913612d99e9a4f2e6ef2809e@haiku-os.org> References: <046.76cb332d913612d99e9a4f2e6ef2809e@haiku-os.org> Message-ID: <055.968ea24a01075644fa35883ebf54f4b3@haiku-os.org> #2780: Video out of range on GeForce 6100 (KM51G-754) -------------------------------------+-------------------------------------- Reporter: richienyhus | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by richienyhus): Current default driver = NV_0.94 from r32448. All other drivers were also tested in r32448. I'll test on another screen in a day or two, after my exams anyway. cheers ~Richie -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 14:52:08 2009 From: trac at haiku-os.org (phoudoin) Date: Tue, 18 Aug 2009 12:52:08 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.c6069eb2431411a83fcd10e4b3529d76@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by phoudoin): Replying to [comment:9 tqh]: > I tested that and then it hung before the rocket icon. I'll look at the code and test more tonight though. So at modules/drivers loading times. I guess in safe mode it will works, but without any ACPI driver loaded, no PowerStatus... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 15:04:04 2009 From: trac at haiku-os.org (tqh) Date: Tue, 18 Aug 2009 13:04:04 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.9de8319b82209d1afe0bcc06501ecec4@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by tqh): Yes, and the ACPI-tasks was waiting on semaphores. So might be locking issues still. Couldn't figure out if/what the boot-thread was up to though (how do I find it?). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 16:30:41 2009 From: trac at haiku-os.org (kaliber) Date: Tue, 18 Aug 2009 14:30:41 -0000 Subject: [Haiku-bugs] [Haiku] #4269: DHCP not work in r32480 gcc4 hybrid In-Reply-To: <041.09b7a4bb901f3aa1acdd31aae0c5176d@haiku-os.org> References: <041.09b7a4bb901f3aa1acdd31aae0c5176d@haiku-os.org> Message-ID: <050.171b227c385cf6f0d642cfa139a5526b@haiku-os.org> #4269: DHCP not work in r32480 gcc4 hybrid --------------------------------+------------------------------------------- Reporter: Hubert | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Network & Internet | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by kaliber): I run into similar issue (probably the same). Additionally ifconfig shows that there were many errors (and still counting). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 16:54:34 2009 From: trac at haiku-os.org (aldeck) Date: Tue, 18 Aug 2009 14:54:34 -0000 Subject: [Haiku-bugs] [Haiku] #4280: [Tracker] Desktop icons hidden under desktop replicants Message-ID: <041.735fe32a39d4f4b9e33cf6891f9db6ab@haiku-os.org> #4280: [Tracker] Desktop icons hidden under desktop replicants ----------------------------------+----------------------------------------- Reporter: aldeck | Owner: axeld Type: bug | Status: new Priority: low | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: 4055, 4241 | ----------------------------------+----------------------------------------- r32411 Icon placement code in tracker should prevent icons to be placed under replicants, but it seems it's not working or not triggered in most cases. this causes #4055 and #4241 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 17:09:43 2009 From: trac at haiku-os.org (aldeck) Date: Tue, 18 Aug 2009 15:09:43 -0000 Subject: [Haiku-bugs] [Haiku] #4280: [Tracker] Desktop icons hidden under desktop replicants In-Reply-To: <041.735fe32a39d4f4b9e33cf6891f9db6ab@haiku-os.org> References: <041.735fe32a39d4f4b9e33cf6891f9db6ab@haiku-os.org> Message-ID: <050.879a698cf4582d42306771adf5151725@haiku-os.org> #4280: [Tracker] Desktop icons hidden under desktop replicants ----------------------------------+----------------------------------------- Reporter: aldeck | Owner: axeld Type: bug | Status: new Priority: low | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by aldeck): * blocking: 4055, 4241 => -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 17:09:49 2009 From: trac at haiku-os.org (aldeck) Date: Tue, 18 Aug 2009 15:09:49 -0000 Subject: [Haiku-bugs] [Haiku] #4055: Replicants & Shift+Alt+K (Arrange All?) In-Reply-To: <041.0df72ee4b5c41086be0569c13afd8fec@haiku-os.org> References: <041.0df72ee4b5c41086be0569c13afd8fec@haiku-os.org> Message-ID: <050.eebac22e75081798aacfe0b031e52b70@haiku-os.org> #4055: Replicants & Shift+Alt+K (Arrange All?) -----------------------------------+---------------------------------------- Reporter: mmadia | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: duplicate | Blockedby: 4280 Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by aldeck): * status: new => closed * resolution: => duplicate * blockedby: => 4280 Comment: Grouped bugs caused by similar problem. Marking as duplicate of #4280 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 17:10:01 2009 From: trac at haiku-os.org (aldeck) Date: Tue, 18 Aug 2009 15:10:01 -0000 Subject: [Haiku-bugs] [Haiku] #4241: [Tracker] dragging a file from LaunchBox over workspace replicant copies it and hides In-Reply-To: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> References: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> Message-ID: <049.91a70f8efaf67ca22f85d02c9b1b430a@haiku-os.org> #4241: [Tracker] dragging a file from LaunchBox over workspace replicant copies it and hides -----------------------------------+---------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: duplicate | Blockedby: 4280 Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by aldeck): * status: new => closed * resolution: => duplicate * blockedby: => 4280 Comment: Grouped bugs caused by similar problem. Marking as duplicate of #4280 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 17:10:47 2009 From: trac at haiku-os.org (mmadia) Date: Tue, 18 Aug 2009 15:10:47 -0000 Subject: [Haiku-bugs] [Haiku] #3979: [patch] remove redundant Yasm from ReleaseBuildProfiles In-Reply-To: <041.2547f1fcdc0fe75f2f5e2e5697f79e7a@haiku-os.org> References: <041.2547f1fcdc0fe75f2f5e2e5697f79e7a@haiku-os.org> Message-ID: <050.d551a70451dd1d87748ff3153bac0a74@haiku-os.org> #3979: [patch] remove redundant Yasm from ReleaseBuildProfiles ---------------------------+------------------------------------------------ Reporter: mmadia | Owner: bonefish Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by mmadia): * status: new => closed * resolution: => fixed Comment: fixed in changeset:32496 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 17:20:51 2009 From: trac at haiku-os.org (umccullough) Date: Tue, 18 Aug 2009 15:20:51 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.f8553016acf0f891758c1ceafa3e4183@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by umccullough): Even if this only happens with haiku-os.org, it really does sound like a BeZillaBrowser issue. Perhaps you should file a ticket over at HaikuPorts? Once the exact problem is identified by the BeZillaBrowser devs, then we can decide what to fix on our website? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 17:46:57 2009 From: trac at haiku-os.org (tqh) Date: Tue, 18 Aug 2009 15:46:57 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.d2df9bad979677ca17f9f237e8b76ebd@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by tqh): The boot thread (main2?) is also waiting on an acpi-sem so I need to see what's going on. I also added signaling to return error on errors, but no difference. Reading api-spec at: http://www.acpica.org/documentation/ -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 19:28:42 2009 From: trac at haiku-os.org (michael.weirauch) Date: Tue, 18 Aug 2009 17:28:42 -0000 Subject: [Haiku-bugs] [Haiku] #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() Message-ID: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() ------------------------------+--------------------------------------------- Reporter: michael.weirauch | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- r32497;gcc4;ata-bm;acpi; specs [http://dev.haiku-os.org/ticket/3772 here] and [http://dev.haiku-os.org/ticket/3632 here] fresh install; happened on using TextSearch Tracker add-on (likely unrelated) The first two lines in the screenshot are the last two lines of '''syslog''' ouput followed by a '''bt''' -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 19:29:18 2009 From: trac at haiku-os.org (kaliber) Date: Tue, 18 Aug 2009 17:29:18 -0000 Subject: [Haiku-bugs] [Haiku] #4269: DHCP not work in r32480 gcc4 hybrid In-Reply-To: <041.09b7a4bb901f3aa1acdd31aae0c5176d@haiku-os.org> References: <041.09b7a4bb901f3aa1acdd31aae0c5176d@haiku-os.org> Message-ID: <050.9ffaf1498c638c54f0952b265a286438@haiku-os.org> #4269: DHCP not work in r32480 gcc4 hybrid --------------------------------+------------------------------------------- Reporter: Hubert | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Network & Internet | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by kaliber): Replying to [comment:1 kaliber]: > I run into similar issue (probably the same). Additionally ifconfig shows that there were many errors (and still counting). Sorry, I was wrong about errors. I've attached tcpdump output. I hope it will be helpful. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 19:32:30 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 18 Aug 2009 17:32:30 -0000 Subject: [Haiku-bugs] [Haiku] #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() In-Reply-To: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> References: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> Message-ID: <060.6e290897c3496ba406df2f10e28e61bf@haiku-os.org> #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() ------------------------------+--------------------------------------------- Reporter: michael.weirauch | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by anevilyak): Possibly related to #4152? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 19:35:51 2009 From: trac at haiku-os.org (michael.weirauch) Date: Tue, 18 Aug 2009 17:35:51 -0000 Subject: [Haiku-bugs] [Haiku] #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() In-Reply-To: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> References: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> Message-ID: <060.43c2b406f97cd5d6751cbc5cd4e40ff0@haiku-os.org> #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() ------------------------------+--------------------------------------------- Reporter: michael.weirauch | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by michael.weirauch): Replying to [comment:1 anevilyak]: > Possibly related to #4152? Hi Rene, at least I don't seem to have any syslog output about global lock issues. No idea if that one is "technically" related. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 19:41:32 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 18 Aug 2009 17:41:32 -0000 Subject: [Haiku-bugs] [Haiku] #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() In-Reply-To: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> References: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> Message-ID: <060.d846132d543689165b7a41fb8eab7608@haiku-os.org> #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() ------------------------------+--------------------------------------------- Reporter: michael.weirauch | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by anevilyak): Yeah, I'm wondering if they're different symptoms of the same underlying problems or not... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 19:53:30 2009 From: trac at haiku-os.org (michael.weirauch) Date: Tue, 18 Aug 2009 17:53:30 -0000 Subject: [Haiku-bugs] [Haiku] #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() In-Reply-To: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> References: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> Message-ID: <060.7424e92ea79c046ccecfcc72df90c809@haiku-os.org> #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() ------------------------------+--------------------------------------------- Reporter: michael.weirauch | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by michael.weirauch): Luckily, I was just able to reproduce this with the TextSearch add-on. Happened on a second search after a longer lasting first search through the trunk/headers. Backtrace looks exactly the same. Suspiciously an issued '''reboot''' freezes the system immedeately, which ''might'' be just a coincidence, but I do experience complete freezes described in #3772. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 19:59:36 2009 From: trac at haiku-os.org (aldeck) Date: Tue, 18 Aug 2009 17:59:36 -0000 Subject: [Haiku-bugs] [Haiku] #4280: [Tracker] Desktop icons hidden under desktop replicants In-Reply-To: <041.735fe32a39d4f4b9e33cf6891f9db6ab@haiku-os.org> References: <041.735fe32a39d4f4b9e33cf6891f9db6ab@haiku-os.org> Message-ID: <050.75cc8b4b0f63f2a7b56749f887ad038d@haiku-os.org> #4280: [Tracker] Desktop icons hidden under desktop replicants ----------------------------------+----------------------------------------- Reporter: aldeck | Owner: aldeck Type: bug | Status: assigned Priority: low | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: 4055, 4241 | ----------------------------------+----------------------------------------- Changes (by aldeck): * owner: axeld => aldeck * status: new => assigned Comment: Looking into it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 20:01:17 2009 From: trac at haiku-os.org (michael.weirauch) Date: Tue, 18 Aug 2009 18:01:17 -0000 Subject: [Haiku-bugs] [Haiku] #3772: Freeze on Haiku tree compilation (reproduceable) In-Reply-To: <051.cc0063dd1702ef0a00a9391b9565c853@haiku-os.org> References: <051.cc0063dd1702ef0a00a9391b9565c853@haiku-os.org> Message-ID: <060.6232fba11ea3573e02788ebbffdc9698@haiku-os.org> #3772: Freeze on Haiku tree compilation (reproduceable) ------------------------------+--------------------------------------------- Reporter: michael.weirauch | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by michael.weirauch): For keeping this one updated... r32467-r32497;gcc4;ata-bm;acpi For reproducing freezes I usually do now: '''dd if=/dev/zero of=dd.img bs=1024k count=4096''' Sometimes the system freezes before reaching the 3GB (cache) memory limit, sometimes shortly after or minute(s) after the file has been written and the disk has actually written the file back. (There is heavy disk activity after the file has been created and the dd-process exited.) On other occassions the dd-write just works (also repeatedly) fine and I can continue work. But sooner or later, the system will freeze. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 20:31:25 2009 From: trac at haiku-os.org (GeneralMaximus) Date: Tue, 18 Aug 2009 18:31:25 -0000 Subject: [Haiku-bugs] [Haiku] #4282: PackageInstaller Cannot Find libnet.so Message-ID: <049.98387a0c2c0ad9f56638c823d262e6a2@haiku-os.org> #4282: PackageInstaller Cannot Find libnet.so ----------------------------+----------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: x86 Blocking: | ----------------------------+----------------------------------------------- PackageInstaller cannot find libnet.so. Problem was first seen with the X11 package from Haikuware. Creating symlinks named 'libnet.so' to /boot/system/lib/libnetwork.so in /boot/system/lib/ and /boot/develop/abi/x86/gcc4/lib/ fixes the problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 20:59:48 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 18 Aug 2009 18:59:48 -0000 Subject: [Haiku-bugs] [Haiku] #2780: Video out of range on GeForce 6100 (KM51G-754) In-Reply-To: <046.76cb332d913612d99e9a4f2e6ef2809e@haiku-os.org> References: <046.76cb332d913612d99e9a4f2e6ef2809e@haiku-os.org> Message-ID: <055.2ed2fc990b2340473d1c7d6bfc93eeb0@haiku-os.org> #2780: Video out of range on GeForce 6100 (KM51G-754) -------------------------------------+-------------------------------------- Reporter: richienyhus | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Thanks for the logs, It's now clear none of the testversions make your I2C buses work unfortunately. Please do test that other monitor though, a log from the current default driver is enough, if you want to upload it. Good luck with the rest of your exams!! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 21:16:29 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 18 Aug 2009 19:16:29 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.04a6d4e2f91faef5399b8c9a604ea6c8@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): OK Hubert, Here are two more drivers to test, one with delayed ddc timing (mod on common code), and one with extreme slow I2c handling (inside common code). Please test them for me if you still have the drive and energy. Logs would be appreciated. Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 21:18:21 2009 From: trac at haiku-os.org (michael.weirauch) Date: Tue, 18 Aug 2009 19:18:21 -0000 Subject: [Haiku-bugs] [Haiku] #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() In-Reply-To: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> References: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> Message-ID: <060.ac582ded15a847427671b57cdada195e@haiku-os.org> #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() ------------------------------+--------------------------------------------- Reporter: michael.weirauch | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by michael.weirauch): And another KDL. Just right out of the blue. This time, the KDL showed up, and the system was in a frozen state immedeately. Really wondering if this might indeed point to some underlying ACPI issues which just show up more "aggressively" on my system. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 21:31:03 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 18 Aug 2009 19:31:03 -0000 Subject: [Haiku-bugs] [Haiku] #1557: Frequency out of range In-Reply-To: <044.15236cb511ee12c72ec612ed24aea2ba@haiku-os.org> References: <044.15236cb511ee12c72ec612ed24aea2ba@haiku-os.org> Message-ID: <053.308e2327bd92ad89830bba26cb206b26@haiku-os.org> #1557: Frequency out of range -------------------------------------+-------------------------------------- Reporter: plfiorini | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi there, Is this bug still valid? If not, I'd like to close this ticket.. Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 21:38:11 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 18 Aug 2009 19:38:11 -0000 Subject: [Haiku-bugs] [Haiku] #1530: Nvidia GeForce FX 6600 doesn't work In-Reply-To: <050.4cc60a9924bb833736e176bdc0211f65@haiku-os.org> References: <050.4cc60a9924bb833736e176bdc0211f65@haiku-os.org> Message-ID: <059.3e16e17b49c7601ac489bf366608d7d3@haiku-os.org> #1530: Nvidia GeForce FX 6600 doesn't work --------------------------------------+------------------------------------- Reporter: marcusoverhagen | Owner: rudolfc Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------------+------------------------------------- Changes (by rudolfc): * status: assigned => closed * resolution: => fixed Comment: Closing for now. Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 21:46:06 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 18 Aug 2009 19:46:06 -0000 Subject: [Haiku-bugs] [Haiku] #1696: Wrong display resolution on first boot with nvidia graphic cards In-Reply-To: <041.6387ba58e5f141cd904041526245eaa4@haiku-os.org> References: <041.6387ba58e5f141cd904041526245eaa4@haiku-os.org> Message-ID: <050.1d725fa75742c8a6996eebe297ac6c06@haiku-os.org> #1696: Wrong display resolution on first boot with nvidia graphic cards -------------------------------------+-------------------------------------- Reporter: ekdahl | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Update: DDC/EDID is working these days, but will be a bit more extended / improved. Therefore leaving this ticket open for now. BTW: the black-screen in non-native DVI mode was caused by the line: force_ws true in nvidia.settings earlier. That is fixed now since the default is now off and EDID detects WS screens automatically. Apart from a few cards on which EDID still doesn't work that is: even there the screen doesn't turn off because only 4:3 modes are offered. Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 22:12:17 2009 From: trac at haiku-os.org (plfiorini) Date: Tue, 18 Aug 2009 20:12:17 -0000 Subject: [Haiku-bugs] [Haiku] #1557: Frequency out of range In-Reply-To: <044.15236cb511ee12c72ec612ed24aea2ba@haiku-os.org> References: <044.15236cb511ee12c72ec612ed24aea2ba@haiku-os.org> Message-ID: <053.b492493e5efd3c703663d8450aa86276@haiku-os.org> #1557: Frequency out of range -------------------------------------+-------------------------------------- Reporter: plfiorini | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by plfiorini): Last time I checked it didn't happen with my new GeForce 8800GT (G92 based). I will try enabling the integrated chip later. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 22:42:23 2009 From: trac at haiku-os.org (HaikuBot) Date: Tue, 18 Aug 2009 20:42:23 -0000 Subject: [Haiku-bugs] [Haiku] #4283: Font artifacts. Message-ID: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> #4283: Font artifacts. -----------------------+---------------------------------------------------- Reporter: HaikuBot | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Hello. Today I went to my neighbor with Haiku for test. All work fine, but when we tried to set resolution 1680x1050, we saw some font artifacts. They are gone when resolution is 1280x1024 and lower. On all my home PCs I never seen this artifacts. In ubuntu and WinXP all fine with 1680x1050. Neighbor's PC have Athlon 3600+ 64 x2, 1GB RAM, integrated graphic card GeForce 6100 and Samsung 225BW monitor 22 Inch. Here photos with font artifacts: * [http://img228.imageshack.us/img228/870/dsc00653u.jpg One] * [http://img216.imageshack.us/img216/5537/dsc00654s.jpg Two] -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 23:30:40 2009 From: trac at haiku-os.org (axeld) Date: Tue, 18 Aug 2009 21:30:40 -0000 Subject: [Haiku-bugs] [Haiku] #4283: Font artifacts. In-Reply-To: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> References: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> Message-ID: <052.1a38396cbcf6f31f5dace15bf57eed0b@haiku-os.org> #4283: Font artifacts. --------------------------------+------------------------------------------- Reporter: HaikuBot | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by axeld): * component: - General => Servers/app_server Comment: First of all, please attach images rather than adding links. However, the image quality is so bad, that I can't see any artifacts - I'm afraid you have to elaborate a bit :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 23:46:15 2009 From: trac at haiku-os.org (diver) Date: Tue, 18 Aug 2009 21:46:15 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.2d78e274b23c3eb5f2efc0fbc90cf022@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by diver): Maybe someone could confirm this issue then? I don't have a login at HaikuPorts and don't see register link enywhere, so I can't create a ticket there. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 18 23:48:21 2009 From: trac at haiku-os.org (HaikuBot) Date: Tue, 18 Aug 2009 21:48:21 -0000 Subject: [Haiku-bugs] [Haiku] #4283: Font artifacts. In-Reply-To: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> References: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> Message-ID: <052.b63435d46b0c9cc24caf030324a680d9@haiku-os.org> #4283: Font artifacts. --------------------------------+------------------------------------------- Reporter: HaikuBot | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by HaikuBot): Ok, tomorrow I will make photos with better quality. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 01:40:07 2009 From: trac at haiku-os.org (phoudoin) Date: Tue, 18 Aug 2009 23:40:07 -0000 Subject: [Haiku-bugs] [Haiku] #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() In-Reply-To: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> References: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> Message-ID: <060.f3ef72abf2adeed628974a7241dcb691@haiku-os.org> #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() ------------------------------+--------------------------------------------- Reporter: michael.weirauch | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by phoudoin): At least, acpi_battery::ReadBatteryStatus doesn't do much check before assuming the ACPI object returned is * a package * have indeed 4 sub-objects packaged in it * all are of integer type. Last but not least, there is no user_memcpy() to return data to userland. AFAIK and unlike BeOS, Haiku don't lock automatically the memory handed to a driver by the userland caller. Under massive activity, maybe it's logical the userland page is not there... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 02:22:21 2009 From: trac at haiku-os.org (koki) Date: Wed, 19 Aug 2009 00:22:21 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.cd064ea1c5e4579b4c3ac92266b662e8@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by koki): Replying to [comment:17 diver]: > Maybe someone could confirm this issue then? I can confirm that BezillaBrowser indeed does not show the favicon in the bookmarks toolbar, but the problem does not seem to be limited to our website. In fact, I tried with several other sites (cnn.com, osnews.com, asahi.com, etc.), and BezillaBrowser failed in everyone of them. Looks like a bug report with the Bezilla folks is in order. :) With regards to Haiku not being able to open the .ico file, hopefully Axel will take of that some day. :) (/me wonders if a separate bug report is needed for that). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 02:38:11 2009 From: trac at haiku-os.org (leavengood) Date: Wed, 19 Aug 2009 00:38:11 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.7303391877062c50be25c2f9f5452890@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by leavengood): Replying to [comment:18 koki]: > > With regards to Haiku not being able to open the .ico file, hopefully Axel will take of that some day. :) (/me wonders if a separate bug report is needed for that). I don't see any problems like that reported in the above discussion. I checked the code and we are using the image/vnd.microsoft.icon MIME type at least. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 03:15:01 2009 From: trac at haiku-os.org (stpere) Date: Wed, 19 Aug 2009 01:15:01 -0000 Subject: [Haiku-bugs] [Haiku] #169: [Registrar] Shutdown Status window isn't font sensitive (easy) In-Reply-To: <040.f7512d973b6d5fdd1f2838592eddf172@haiku-os.org> References: <040.f7512d973b6d5fdd1f2838592eddf172@haiku-os.org> Message-ID: <049.338218aec1d2c9f05cffa3469d42596d@haiku-os.org> #169: [Registrar] Shutdown Status window isn't font sensitive (easy) --------------------------------+------------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Servers/registrar | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Changes (by stpere): * owner: bonefish => stpere * status: new => assigned * version: => R1 development -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 03:27:58 2009 From: trac at haiku-os.org (mmadia) Date: Wed, 19 Aug 2009 01:27:58 -0000 Subject: [Haiku-bugs] [Haiku] #4284: [patch] ReleaseBuildProfiles, OptionalPackagesDependencies for R1Alpha1 Message-ID: <041.650b0e5fed789bbf783c23ff8a53b19c@haiku-os.org> #4284: [patch] ReleaseBuildProfiles, OptionalPackagesDependencies for R1Alpha1 --------------------------+------------------------------------------------- Reporter: mmadia | Owner: bonefish Type: enhancement | Status: new Priority: normal | Milestone: R1/alpha1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- This patch adds "Python" to the OptionalPackageDependencies Development, as it seems desirable to have -- especially to help support various VCS's. The OptionalPackages defined for "alpha-*" have been modified to reflect the (possible vote in progress) http://dev.haiku- os.org/wiki/R1/VoteAlpha1OptionalPackages Clockwerk and VLC have been removed.[[BR]] P7Zip and Nano have been added. Additionally, HAIKU_ATA_STACK = 1 ; has been added. It has been generally agreed upon that ATA stack is desirable for R1Alpha1. The most common position against it is a lack of testing. Patch untested, but proof-read. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 03:36:28 2009 From: trac at haiku-os.org (stpere) Date: Wed, 19 Aug 2009 01:36:28 -0000 Subject: [Haiku-bugs] [Haiku] #169: [Registrar] Shutdown Status window isn't font sensitive (easy) In-Reply-To: <040.f7512d973b6d5fdd1f2838592eddf172@haiku-os.org> References: <040.f7512d973b6d5fdd1f2838592eddf172@haiku-os.org> Message-ID: <049.299f7b016d908d95613ecff660f96610@haiku-os.org> #169: [Registrar] Shutdown Status window isn't font sensitive (easy) --------------------------------+------------------------------------------- Reporter: diver | Owner: stpere Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/registrar | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Changes (by stpere): * status: assigned => closed * resolution: => fixed Comment: Committed a fix in r32501. I think the problem had something to do with the way the wrapping happened. The text is put in a very small TextView (10x10), and with large fonts, we get this : T <- a very tall line[[BR]] w <- a short line[[BR]] o[[BR]] [[BR]] l[[BR]] i[[BR]] n[[BR]] e[[BR]] s[[BR]] And the size is only computed for the first 2 lines. Then we resize the whole text view based on those stats. What I did was to disable the WordWrap the time we get the size, then enable the WordWrap again. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 04:20:43 2009 From: trac at haiku-os.org (stpere) Date: Wed, 19 Aug 2009 02:20:43 -0000 Subject: [Haiku-bugs] [Haiku] #4273: [ShowImage] should resize itself if image is larger In-Reply-To: <040.2d14a01808c3cbad1418659213c9e19d@haiku-os.org> References: <040.2d14a01808c3cbad1418659213c9e19d@haiku-os.org> Message-ID: <049.62b85e9b0732a1dc25d28d161e132b60@haiku-os.org> #4273: [ShowImage] should resize itself if image is larger -------------------------------------+-------------------------------------- Reporter: diver | Owner: leavengood Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/ShowImage | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -------------------------------------+-------------------------------------- Changes (by stpere): * status: new => closed * resolution: => fixed Comment: Should be fixed in r32502. Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 04:58:33 2009 From: trac at haiku-os.org (anevilyak) Date: Wed, 19 Aug 2009 02:58:33 -0000 Subject: [Haiku-bugs] [Haiku] #4285: emuxki goes dead after media server restart Message-ID: <044.67ffb7957336a8b7433c6ac2e9062e5c@haiku-os.org> #4285: emuxki goes dead after media server restart ---------------------------+------------------------------------------------ Reporter: anevilyak | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ If I restart the media_server, I can no longer get audio until a reboot. MediaPlayer for instance simply sits stuck at the first frame of any file I try to throw at it. {{{ device Input device controller [9|80|0] vendor 1102: Creative Labs device 7002: SB Live! Game Port device Multimedia controller (Multimedia audio controller) [4|1|0] vendor 1102: Creative Labs device 0002: SB Live! EMU10k1 }}} Let me know if any other info from this system would be helpful. I also notice after a day or so, audio starts getting scratchy/skippy, even under no system load. Works correctly on fresh boot/reboot. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 06:04:27 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 19 Aug 2009 04:04:27 -0000 Subject: [Haiku-bugs] [Haiku] #4067: Kinesis USB Keyboard is removed after first key is pressed. In-Reply-To: <041.8a8baaefb5f7eed5900c23f7d3d0e64d@haiku-os.org> References: <041.8a8baaefb5f7eed5900c23f7d3d0e64d@haiku-os.org> Message-ID: <050.72fc3bbb320489858da685ecddae8980@haiku-os.org> #4067: Kinesis USB Keyboard is removed after first key is pressed. -------------------------+-------------------------------------------------- Reporter: mmadia | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): You could add {{{#define TRACE_USB}}} at the top of {{{src/add- ons/kernel/busses/usb/ohci.cpp}}} (before the includes). This will enable verbose (maybe a bit too verbose) output for OHCI and might turn something up. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 06:08:02 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 19 Aug 2009 04:08:02 -0000 Subject: [Haiku-bugs] [Haiku] #4067: Kinesis USB Keyboard is removed after first key is pressed. In-Reply-To: <041.8a8baaefb5f7eed5900c23f7d3d0e64d@haiku-os.org> References: <041.8a8baaefb5f7eed5900c23f7d3d0e64d@haiku-os.org> Message-ID: <050.132ae3060ab1e92b8e9c6e2c8e5899ee@haiku-os.org> #4067: Kinesis USB Keyboard is removed after first key is pressed. -------------------------+-------------------------------------------------- Reporter: mmadia | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): Ah I see it now: there's a OHCI_TD_CONDITION_TOGGLE_MISMATCH after the first transfer. I guess that's an error in toggle maintenance in the OHCI code. Will review after getting some sleep. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 06:45:55 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 19 Aug 2009 04:45:55 -0000 Subject: [Haiku-bugs] [Haiku] #4067: Kinesis USB Keyboard is removed after first key is pressed. In-Reply-To: <041.8a8baaefb5f7eed5900c23f7d3d0e64d@haiku-os.org> References: <041.8a8baaefb5f7eed5900c23f7d3d0e64d@haiku-os.org> Message-ID: <050.b8d1faf0879c9a254cdc07fe98056247@haiku-os.org> #4067: Kinesis USB Keyboard is removed after first key is pressed. -------------------------+-------------------------------------------------- Reporter: mmadia | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): Replying to [comment:5 mmlr]: > Will review after getting some sleep. Ah who needs sleep anyway? Can you please check with r32510? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 09:33:48 2009 From: trac at haiku-os.org (humdinger) Date: Wed, 19 Aug 2009 07:33:48 -0000 Subject: [Haiku-bugs] [Haiku] #4271: [Tracker] crash in BNode::GetAttrInfo () In-Reply-To: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> References: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> Message-ID: <049.07154cf7fa49cf078ebee6e8991ef979@haiku-os.org> #4271: [Tracker] crash in BNode::GetAttrInfo () ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): Can't reproduce with r32511, gcc4-hybrid, VirtualBox 3.0.4 But see that crash with the older pre-alpha-vmware r32435. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 09:42:19 2009 From: trac at haiku-os.org (humdinger) Date: Wed, 19 Aug 2009 07:42:19 -0000 Subject: [Haiku-bugs] [Haiku] #4271: [Tracker] crash in BNode::GetAttrInfo () In-Reply-To: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> References: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> Message-ID: <049.f868747b2e0efb8ebe4438d6fd074410@haiku-os.org> #4271: [Tracker] crash in BNode::GetAttrInfo () ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): Just build the pre-alpha-vmware from r32511 and I still see the crash.[[BR]] So, plain alpha-image crashes, the one build with a UserBuildConfig- profile doesn't... curious. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 10:00:31 2009 From: trac at haiku-os.org (axeld) Date: Wed, 19 Aug 2009 08:00:31 -0000 Subject: [Haiku-bugs] [Haiku] #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() In-Reply-To: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> References: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> Message-ID: <060.cbcb91e5b5cd38a608f0d5ed1e6eceff@haiku-os.org> #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() ------------------------------+--------------------------------------------- Reporter: michael.weirauch | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Changes (by axeld): * owner: axeld => czeidler -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 12:16:28 2009 From: trac at haiku-os.org (rudolfc) Date: Wed, 19 Aug 2009 10:16:28 -0000 Subject: [Haiku-bugs] [Haiku] #1557: Frequency out of range In-Reply-To: <044.15236cb511ee12c72ec612ed24aea2ba@haiku-os.org> References: <044.15236cb511ee12c72ec612ed24aea2ba@haiku-os.org> Message-ID: <053.25cf418940056a1a41045de33fe54f44@haiku-os.org> #1557: Frequency out of range -------------------------------------+-------------------------------------- Reporter: plfiorini | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi, The GF8xxx series is not supported by the driver so this one is running in VESA mode and therefore doesn't give any insight I'm afraid. I'm curious how the integrated chip holds then.. :-) Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 12:18:40 2009 From: trac at haiku-os.org (aldeck) Date: Wed, 19 Aug 2009 10:18:40 -0000 Subject: [Haiku-bugs] [Haiku] #4271: [Tracker] crash in BNode::GetAttrInfo () In-Reply-To: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> References: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> Message-ID: <049.c2d4bb61cf68af2be271d220aa52cd63@haiku-os.org> #4271: [Tracker] crash in BNode::GetAttrInfo () ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by aldeck): Strange, can't reproduce it either. Can you try on real hardware? There's some logic to wait while a node is busy which might misbehave on slow systems/emulators. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 12:35:09 2009 From: trac at haiku-os.org (phoudoin) Date: Wed, 19 Aug 2009 10:35:09 -0000 Subject: [Haiku-bugs] [Haiku] #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() In-Reply-To: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> References: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> Message-ID: <060.8cb5692f74c1ecfabbf1065ed40588c0@haiku-os.org> #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() ------------------------------+--------------------------------------------- Reporter: michael.weirauch | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by phoudoin): Again, I'm not at home to check this patch, so it's untested. But missing user_memcpy and frequent calls doesn't match great... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 12:50:13 2009 From: trac at haiku-os.org (axeld) Date: Wed, 19 Aug 2009 10:50:13 -0000 Subject: [Haiku-bugs] [Haiku] #4223: KDL on use of /bin/mountvolume (and multiple images) In-Reply-To: <048.920f4c6763b5ab0d5af348938fc5e467@haiku-os.org> References: <048.920f4c6763b5ab0d5af348938fc5e467@haiku-os.org> Message-ID: <057.fa4e09f2e862976dd9be19af06ca773c@haiku-os.org> #4223: KDL on use of /bin/mountvolume (and multiple images) ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by axeld): So far, I could only reproduce the hang (which is a dead lock in the disk device manager's device watcher). Have you used the "force unmount" feature while trying to reproduce this bug? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 14:46:55 2009 From: trac at haiku-os.org (humdinger) Date: Wed, 19 Aug 2009 12:46:55 -0000 Subject: [Haiku-bugs] [Haiku] #4271: [Tracker] crash in BNode::GetAttrInfo () In-Reply-To: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> References: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> Message-ID: <049.7a39f5c6e044c6e300302f06d71eaef7@haiku-os.org> #4271: [Tracker] crash in BNode::GetAttrInfo () ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): I just build the same r32511 as raw alpha-image and dd'ed it to a partition. Here, too, I see the same crash. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 14:52:14 2009 From: trac at haiku-os.org (aldeck) Date: Wed, 19 Aug 2009 12:52:14 -0000 Subject: [Haiku-bugs] [Haiku] #4055: Replicants & Shift+Alt+K (Arrange All?) In-Reply-To: <041.0df72ee4b5c41086be0569c13afd8fec@haiku-os.org> References: <041.0df72ee4b5c41086be0569c13afd8fec@haiku-os.org> Message-ID: <050.56bd26a59e9ba6a49bd7cd4435f165c4@haiku-os.org> #4055: Replicants & Shift+Alt+K (Arrange All?) -----------------------------------+---------------------------------------- Reporter: mmadia | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by aldeck): * status: closed => reopened * resolution: duplicate => * blockedby: 4280 => Comment: Turns out it wasn't really a duplicate. The layouting method PlacePose was never called on the first pose. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 14:52:28 2009 From: trac at haiku-os.org (aldeck) Date: Wed, 19 Aug 2009 12:52:28 -0000 Subject: [Haiku-bugs] [Haiku] #4055: Replicants & Shift+Alt+K (Arrange All?) In-Reply-To: <041.0df72ee4b5c41086be0569c13afd8fec@haiku-os.org> References: <041.0df72ee4b5c41086be0569c13afd8fec@haiku-os.org> Message-ID: <050.2cab45bcb91074a6a7ebb5a084d6e20b@haiku-os.org> #4055: Replicants & Shift+Alt+K (Arrange All?) -----------------------------------+---------------------------------------- Reporter: mmadia | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by aldeck): * status: reopened => closed * resolution: => fixed Comment: Fixed in r32512 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 15:19:59 2009 From: trac at haiku-os.org (aldeck) Date: Wed, 19 Aug 2009 13:19:59 -0000 Subject: [Haiku-bugs] [Haiku] #1559: [Tracker] shifted volume icon In-Reply-To: <040.150d6e4e1058ad48cbfa7dc563379d69@haiku-os.org> References: <040.150d6e4e1058ad48cbfa7dc563379d69@haiku-os.org> Message-ID: <049.d6e9cec0717a8abf054275dd37d0fae7@haiku-os.org> #1559: [Tracker] shifted volume icon -----------------------------------+---------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by aldeck): * status: new => closed * resolution: => fixed Comment: Fixed in r32513 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 15:22:28 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 19 Aug 2009 13:22:28 -0000 Subject: [Haiku-bugs] [Haiku] #3936: Microsoft Wireless Optical mouse 2000 doesn't work In-Reply-To: <039.10c8e4c141f3527213722ff38314f601@haiku-os.org> References: <039.10c8e4c141f3527213722ff38314f601@haiku-os.org> Message-ID: <048.1f4c01b3e93fdc123320cf1ee9f5e295@haiku-os.org> #3936: Microsoft Wireless Optical mouse 2000 doesn't work --------------------------------+------------------------------------------- Reporter: fano | Owner: mmlr Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Drivers/Mouse/USB | Version: R1 development Resolution: | Blockedby: 2253 Platform: All | Blocking: --------------------------------+------------------------------------------- Changes (by mmlr): * status: closed => reopened * resolution: duplicate => Comment: As per report in #2253 this still doesn't work, so reopening. I see you have an OHCI chipset, so the same thing as in #4067 could be happening. If so can you please retry with the recent changes to toggle handling in r32510? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 17:32:28 2009 From: trac at haiku-os.org (aldeck) Date: Wed, 19 Aug 2009 15:32:28 -0000 Subject: [Haiku-bugs] [Haiku] #4241: [Tracker] dragging a file from LaunchBox over workspace replicant copies it and hides In-Reply-To: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> References: <040.a1d9a1e7b1ef50e95d6e93fbfcc98458@haiku-os.org> Message-ID: <049.24b92ea702a0a8bac27b0821aed65348@haiku-os.org> #4241: [Tracker] dragging a file from LaunchBox over workspace replicant copies it and hides -----------------------------------+---------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: duplicate | Blockedby: 4280 Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by aldeck): Since r32523 one can use Cleanup to relayout hidden icons. That problem shouldn't happen when the new layouting is implement in my branch. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 17:34:38 2009 From: trac at haiku-os.org (Hubert) Date: Wed, 19 Aug 2009 15:34:38 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.110f1f18e82c585a62594c2d218e7678@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Hubert): With this driver, 1440x900(widescreen)is display correctly. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 18:05:03 2009 From: trac at haiku-os.org (tqh) Date: Wed, 19 Aug 2009 16:05:03 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.2cc80963bbeef306fa5f7f95268a2e9e@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by tqh): Currently I have this issue, which I suspect is why it hangs on startup: KERN: module: Search for generic/dpc/v1 failed. KERN: failed to get dpc module KERN: driver bus_managers/acpi/root/driver_v1 init failed: General system error -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 18:06:27 2009 From: trac at haiku-os.org (tqh) Date: Wed, 19 Aug 2009 16:06:27 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.7449ac880eaa1681b7cfb14455a585b3@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by tqh): The issue: {{{ KERN: module: Search for generic/dpc/v1 failed. KERN: failed to get dpc module KERN: driver bus_managers/acpi/root/driver_v1 init failed: General system error }}} (I hate this editor btw) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 18:12:21 2009 From: trac at haiku-os.org (Disreali) Date: Wed, 19 Aug 2009 16:12:21 -0000 Subject: [Haiku-bugs] [Haiku] #2845: [kernel] vm_page_fault: block notifier/writer In-Reply-To: <040.bb81718304eb12e166bb10537ea14f7b@haiku-os.org> References: <040.bb81718304eb12e166bb10537ea14f7b@haiku-os.org> Message-ID: <049.6750d0c89e7000211191120d203c0fe8@haiku-os.org> #2845: [kernel] vm_page_fault: block notifier/writer ----------------------------+----------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by Disreali): * cc: mdisreali@? (added) Comment: No longer experiencing this issue with r32448. Though, from reading this ticket, the issue seems to come and go depending on the haiku revision. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 18:12:40 2009 From: trac at haiku-os.org (axeld) Date: Wed, 19 Aug 2009 16:12:40 -0000 Subject: [Haiku-bugs] [Haiku] #1925: Reboot during startup on Toshiba Satellite 2615DVD/6.0 In-Reply-To: <046.464cc1a60522972f4d6a4db8a13a4bd4@haiku-os.org> References: <046.464cc1a60522972f4d6a4db8a13a4bd4@haiku-os.org> Message-ID: <055.f4c4036d5263ebc1c21dc312aaac0ec2@haiku-os.org> #1925: Reboot during startup on Toshiba Satellite 2615DVD/6.0 ---------------------------+------------------------------------------------ Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Comment(by axeld): Have you tried using the on-screen debug output option in the boot loader? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 18:49:54 2009 From: trac at haiku-os.org (axeld) Date: Wed, 19 Aug 2009 16:49:54 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.0dea15661a42c5fbb711c0320cf72d13@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by axeld): The "dpc" module must be one of the boot modules, if ACPI is, I would guess. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 19:10:15 2009 From: trac at haiku-os.org (axeld) Date: Wed, 19 Aug 2009 17:10:15 -0000 Subject: [Haiku-bugs] [Haiku] #4223: KDL on use of /bin/mountvolume (and multiple images) In-Reply-To: <048.920f4c6763b5ab0d5af348938fc5e467@haiku-os.org> References: <048.920f4c6763b5ab0d5af348938fc5e467@haiku-os.org> Message-ID: <057.cfc89f69c0c49a0239d0f82e015f0cc8@haiku-os.org> #4223: KDL on use of /bin/mountvolume (and multiple images) ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by axeld): The dead lock should be fixed in r32526. I've seen the crash now, too, without having force unmounted anything. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 19:21:54 2009 From: trac at haiku-os.org (aldeck) Date: Wed, 19 Aug 2009 17:21:54 -0000 Subject: [Haiku-bugs] [Haiku] #2396: [USB disk icons]: when changing the size, position is lost. In-Reply-To: <042.099dced3f82c29e856f403b0e56972e1@haiku-os.org> References: <042.099dced3f82c29e856f403b0e56972e1@haiku-os.org> Message-ID: <051.bcf764afb2caa729a25714c3b1e685b8@haiku-os.org> #2396: [USB disk icons]: when changing the size, position is lost. ----------------------------------+----------------------------------------- Reporter: emitrax | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by aldeck): Part of the problem might have been fixed in r32512. Tried with an usb key, changing icon size keeps it's position (unless it goes out of bounds). One 'issue' persist is that positions are kept only for bfs volumes when quiting/rebooting/pref switch. But i'm tempted to put that in a new enhancement ticket. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 19:22:18 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Wed, 19 Aug 2009 17:22:18 -0000 Subject: [Haiku-bugs] [Haiku] #4223: KDL on use of /bin/mountvolume (and multiple images) In-Reply-To: <048.920f4c6763b5ab0d5af348938fc5e467@haiku-os.org> References: <048.920f4c6763b5ab0d5af348938fc5e467@haiku-os.org> Message-ID: <057.288dd5f8151418d4c1789b690758fbbe@haiku-os.org> #4223: KDL on use of /bin/mountvolume (and multiple images) ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jonas.kirilla): Thanks, I will try it out soon. I don't think I tried force unmounting. The hang or crash would happen on opening the images via Tracker (and so having them mounted by mountvolume). When the images -did- mount successfully I don't think I ever had any problem unmounting. (Either by selecting the volume(s) and pressing Alt-U, or opening the image(s) again (having mountvolume unmount it/them.) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 19:29:02 2009 From: trac at haiku-os.org (aldeck) Date: Wed, 19 Aug 2009 17:29:02 -0000 Subject: [Haiku-bugs] [Haiku] #4286: [Tracker] Persistent postition for non-bfs volumes on desktop. Message-ID: <041.b4c641939bea7f32a3b48237f1ea52b5@haiku-os.org> #4286: [Tracker] Persistent postition for non-bfs volumes on desktop. ----------------------------------+----------------------------------------- Reporter: aldeck | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Implement a solution so that icon position of non-bfs volume are persistent on desktop. cf: last comment in #2396 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 19:29:35 2009 From: trac at haiku-os.org (aldeck) Date: Wed, 19 Aug 2009 17:29:35 -0000 Subject: [Haiku-bugs] [Haiku] #2396: [USB disk icons]: when changing the size, position is lost. In-Reply-To: <042.099dced3f82c29e856f403b0e56972e1@haiku-os.org> References: <042.099dced3f82c29e856f403b0e56972e1@haiku-os.org> Message-ID: <051.e1963c1c64dc9dec3fc4e682c52d76ce@haiku-os.org> #2396: [USB disk icons]: when changing the size, position is lost. -----------------------------------+---------------------------------------- Reporter: emitrax | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by aldeck): * status: new => closed * resolution: => fixed Comment: Created enhancement #4286, closing. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 19:32:22 2009 From: trac at haiku-os.org (umccullough) Date: Wed, 19 Aug 2009 17:32:22 -0000 Subject: [Haiku-bugs] [Haiku] #1925: Reboot during startup on Toshiba Satellite 2615DVD/6.0 In-Reply-To: <046.464cc1a60522972f4d6a4db8a13a4bd4@haiku-os.org> References: <046.464cc1a60522972f4d6a4db8a13a4bd4@haiku-os.org> Message-ID: <055.8fe4c2ea87f4450406e48a06810ec045@haiku-os.org> #1925: Reboot during startup on Toshiba Satellite 2615DVD/6.0 ---------------------------+------------------------------------------------ Reporter: umccullough | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Comment(by umccullough): Replying to [comment:15 axeld]: > Have you tried using the on-screen debug output option in the boot loader? Pretty certain this has been tried in the past, but I'm not sure what you're asking for here. If you want a serial debug I can provide it (and already have attached an older one to this ticket)... Is there some additional debugging I can enable beyond the TRACE_VM and TRACE_MMU that I have already provided? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 19:35:09 2009 From: trac at haiku-os.org (aldeck) Date: Wed, 19 Aug 2009 17:35:09 -0000 Subject: [Haiku-bugs] [Haiku] #3765: Tracker crashed while doing initial setup of new installation In-Reply-To: <040.5f23bccbaf51a0d6dc143f5cf8c0a167@haiku-os.org> References: <040.5f23bccbaf51a0d6dc143f5cf8c0a167@haiku-os.org> Message-ID: <049.cc87d16f20146034423f5a5a2856e215@haiku-os.org> #3765: Tracker crashed while doing initial setup of new installation -----------------------------------+---------------------------------------- Reporter: haiqu | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by aldeck): * status: new => closed * resolution: => invalid Comment: Too little information, please reopen and provide a backtrace if it happens again. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 19:36:20 2009 From: trac at haiku-os.org (tonestone57) Date: Wed, 19 Aug 2009 17:36:20 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack Message-ID: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Haiku crashes using ATA stack. Does not boot. Error: Could not write back block 97. Stack trace for thread 14 "block notifier/writer". Appears to mess up while trying to initialize networking card. In screenshot, in black region shows: ata 0-1 error..., ata 0 error...., over & over again. I will update ticket with listdev & Haiku revision information when I get the chance. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 19:37:56 2009 From: trac at haiku-os.org (umccullough) Date: Wed, 19 Aug 2009 17:37:56 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.79fa5a0e60fe05b5b580c931c27c39a0@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by umccullough): Might be useful to get some hardware info with that ;) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 19:53:42 2009 From: trac at haiku-os.org (tqh) Date: Wed, 19 Aug 2009 17:53:42 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.f451ae9681588c49609f6a9387e17722@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by tqh): Adding it to boot modules removes the syslog error, but main thread is still waiting on a semaphore. So I'll see what else I can find. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 19:53:55 2009 From: trac at haiku-os.org (tonestone57) Date: Wed, 19 Aug 2009 17:53:55 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.db931602667e33f016af0311a440c142@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by tonestone57): Haiku Revision: 32522 (gcc2) w/ata stack listdev output: {{{ device Serial bus controller (SMBus) [c|5|0] vendor 8086: Intel Corporation device 27da: 82801G (ICH7 Family) SMBus Controller device Mass storage controller (IDE interface) [1|1|8a] vendor 8086: Intel Corporation device 27df: 82801G (ICH7 Family) IDE Controller device Bridge (ISA bridge) [6|1|0] vendor 8086: Intel Corporation device 27b8: 82801GB/GR (ICH7 Family) LPC Interface Bridge device Display controller (VGA compatible controller, VGA controller) [3|0|0] vendor 102b: Matrox Graphics, Inc. device 0519: MGA 2064W [Millennium] device Bridge (PCI bridge, Subtractive decode) [6|4|1] vendor 8086: Intel Corporation device 244e: 82801 PCI Bridge device Serial bus controller (USB Controller, EHCI) [c|3|20] vendor 8086: Intel Corporation device 27cc: 82801G (ICH7 Family) USB2 EHCI Controller device Serial bus controller (USB Controller, UHCI) [c|3|0] vendor 8086: Intel Corporation device 27cb: 82801G (ICH7 Family) USB UHCI Controller #4 device Serial bus controller (USB Controller, UHCI) [c|3|0] vendor 8086: Intel Corporation device 27ca: 82801G (ICH7 Family) USB UHCI Controller #3 device Serial bus controller (USB Controller, UHCI) [c|3|0] vendor 8086: Intel Corporation device 27c9: 82801G (ICH7 Family) USB UHCI Controller #2 device Serial bus controller (USB Controller, UHCI) [c|3|0] vendor 8086: Intel Corporation device 27c8: 82801G (ICH7 Family) USB UHCI Controller #1 device Bridge (PCI bridge, Normal decode) [6|4|0] vendor 8086: Intel Corporation device 27d6: 82801G (ICH7 Family) PCI Express Port 4 device Bridge (PCI bridge, Normal decode) [6|4|0] vendor 8086: Intel Corporation device 27d4: 82801G (ICH7 Family) PCI Express Port 3 device Network controller (Ethernet controller) [2|0|0] vendor 10ec: Realtek Semiconductor Co., Ltd. device 8168: RTL8111/8168B PCI Express Gigabit Ethernet controller device Bridge (PCI bridge, Normal decode) [6|4|0] vendor 8086: Intel Corporation device 27d0: 82801G (ICH7 Family) PCI Express Port 1 device Multimedia controller (Audio device) [4|3|0] vendor 8086: Intel Corporation device 27d8: 82801G (ICH7 Family) High Definition Audio Controller device Display controller (VGA compatible controller, VGA controller) [3|0|0] vendor 8086: Intel Corporation device 2772: 82945G/GZ Integrated Graphics Controller device Bridge (Host bridge) [6|0|0] vendor 8086: Intel Corporation device 2770: 82945G/GZ/P/PL Memory Controller Hub ~> }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 19:57:56 2009 From: trac at haiku-os.org (umccullough) Date: Wed, 19 Aug 2009 17:57:56 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.a3c6b6e3955eaf50116dc89be616e188@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by umccullough): Interesting. I think I have a couple machines with ICH7 that don't seem to have any issues so far. I'll see if I can dig out in order to compare the listdev output. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 20:02:18 2009 From: trac at haiku-os.org (HaikuBot) Date: Wed, 19 Aug 2009 18:02:18 -0000 Subject: [Haiku-bugs] [Haiku] #4283: Font artifacts. In-Reply-To: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> References: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> Message-ID: <052.641cac736850509631b535e8aaaafddb@haiku-os.org> #4283: Font artifacts. --------------------------------+------------------------------------------- Reporter: HaikuBot | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by HaikuBot): Added photos with better quality. [http://rapidshare.com/files/269206089/MOV00672.AVI.html Here] also video example. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 20:59:37 2009 From: trac at haiku-os.org (tonestone57) Date: Wed, 19 Aug 2009 18:59:37 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.9854dc52a3a6a2f651669e0c587b9e8a@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by tonestone57): The first ata crash ( screenshot 1 ). It crashes while going through the network cards - trying to initialize them and they timeout. The 2nd crash ( screenshot 2 ) I believe is also related to ata stack crashing & may require a separate ticket to be filed for it. I was not sure if these crashes are related to one another so I put them both here for now. Both bt I believe are caused with the crashing of the ata stack but maybe for different reasons. Sometimes I am able to boot into Haiku and sometimes I am not. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 21:23:31 2009 From: trac at haiku-os.org (michael.weirauch) Date: Wed, 19 Aug 2009 19:23:31 -0000 Subject: [Haiku-bugs] [Haiku] #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() In-Reply-To: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> References: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> Message-ID: <060.e423c85e38e1ce423c7d2ee400704467@haiku-os.org> #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() ------------------------------+--------------------------------------------- Reporter: michael.weirauch | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by michael.weirauch): Hi Philippe, I have issues applying the patch: {{{ michael at think:/store/data/devel/haiku/svn/trunk> patch -i ../../_patches/acpi_battery.cpp.patch --verbose --verbose -p5 --dry-run Hmm... Looks like a unified diff to me... (Stripping trailing CRs from patch.) The text leading up to this was: -------------------------- |--- /Data/projects/haiku/trunk/src/add- ons/kernel/drivers/power/acpi_battery/acpi_battery.cpp (revision 31481) |+++ /Data/projects/haiku/trunk/src/add- ons/kernel/drivers/power/acpi_battery/acpi_battery.cpp (working copy) -------------------------- Patching file src/add- ons/kernel/drivers/power/acpi_battery/acpi_battery.cpp using Plan A... Hunk #1 succeeded at 49. Hunk #2 succeeded at 94. patch: **** malformed patch at line 165: }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 21:28:41 2009 From: trac at haiku-os.org (tqh) Date: Wed, 19 Aug 2009 19:28:41 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.c0d9d3dc041c5227b73b9a0c610a0f21@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by tqh): More info, we didn't call AcpiInitializeObjects, which is described as 'must be called'. Rebuilding so havn't tested yet: {{{ This function completes initialization of the ACPICA Subsystem by initializing all ACPI Devices, Operation Regions, Buffer Fields, Buffers, and Packages. It must be called and it should only be called after a call to AcpiEnableSubsystem. The object cache is purged after these objects are initialized, in case an overly large number of cached objects were created during initialization (versus the size of the caches at runtime.) }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 21:55:31 2009 From: trac at haiku-os.org (umccullough) Date: Wed, 19 Aug 2009 19:55:31 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.2ccafc9188d43612374077b8a81bd9e6@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by umccullough): Just to be sure, this is a completely fresh image built with HAIKU_ATA_STACK = 1 ; in your UserBuildConfig? I ask because when I tried to update an existing image from IDE to ATA a while back, i ran into similar problems as well, but when building a completely fresh image, it was resolved. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 21:59:07 2009 From: trac at haiku-os.org (umccullough) Date: Wed, 19 Aug 2009 19:59:07 -0000 Subject: [Haiku-bugs] [Haiku] #4283: Font artifacts. In-Reply-To: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> References: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> Message-ID: <052.259b3946eb481f81e7b7c7f1df38fd8e@haiku-os.org> #4283: Font artifacts. --------------------------------+------------------------------------------- Reporter: HaikuBot | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by umccullough): This is exactly what I have seen when trying to use the non-native resolution for a given LCD display (for example, using interpolation to see 1280x1204 on an LCD projector that only supports native 1024x768) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 22:01:38 2009 From: trac at haiku-os.org (umccullough) Date: Wed, 19 Aug 2009 20:01:38 -0000 Subject: [Haiku-bugs] [Haiku] #4283: Font artifacts. In-Reply-To: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> References: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> Message-ID: <052.836e42c2f8adbe9caa0a2e04983181db@haiku-os.org> #4283: Font artifacts. --------------------------------+------------------------------------------- Reporter: HaikuBot | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by umccullough): To clarify, I'm not saying you've done something wrong, but perhaps the nvidia driver is trying to scale internally or something. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 22:02:59 2009 From: trac at haiku-os.org (umccullough) Date: Wed, 19 Aug 2009 20:02:59 -0000 Subject: [Haiku-bugs] [Haiku] #4283: Font artifacts. In-Reply-To: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> References: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> Message-ID: <052.0a0577520a1b9f3055d6819a8a97bf33@haiku-os.org> #4283: Font artifacts. -------------------------------------+-------------------------------------- Reporter: HaikuBot | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Changes (by umccullough): * owner: axeld => rudolfc * component: Servers/app_server => Drivers/Graphics/nVidia Comment: Tentatively changing to nvidia driver (change it back if i'm wrong) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 22:04:09 2009 From: trac at haiku-os.org (umccullough) Date: Wed, 19 Aug 2009 20:04:09 -0000 Subject: [Haiku-bugs] [Haiku] #4283: Font artifacts. In-Reply-To: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> References: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> Message-ID: <052.5470d96547e66f1a9f015e3d9e67bf77@haiku-os.org> #4283: Font artifacts. -------------------------------------+-------------------------------------- Reporter: HaikuBot | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by umccullough): And sorry to spam this ticket, but would subpixel rendering be involved here? Perhaps the subpixel rendering is enabled and the subpixels are backwards on that particular display? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 22:07:30 2009 From: trac at haiku-os.org (rudolfc) Date: Wed, 19 Aug 2009 20:07:30 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.52c1467d4f309c914a7d2c77d09a0a27@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Thanks a lot Hubert, Now can you test the rc1-commong-i2c-delay-only version for me (just uploaded) and upload it's log? I'm now trying to determine exactly which timing part is the problem. If it works with this version, I'll commit a change for the common i2c code.. Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 22:14:58 2009 From: trac at haiku-os.org (rudolfc) Date: Wed, 19 Aug 2009 20:14:58 -0000 Subject: [Haiku-bugs] [Haiku] #2545: [kernel] GeForce MX420 lots of stability issues In-Reply-To: <040.4e30d608cc4ca7654053cf6c2360b9a9@haiku-os.org> References: <040.4e30d608cc4ca7654053cf6c2360b9a9@haiku-os.org> Message-ID: <049.4ebcdb46ba2401b276b8caa9a3a3eff2@haiku-os.org> #2545: [kernel] GeForce MX420 lots of stability issues -------------------------------------+-------------------------------------- Reporter: diver | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi, Is this problem still current? Otherwise I'd like to close this ticket since it's unlikely to be a nvidia problem (tested a number of nvidia cards working together, two at a time in my systems which went all OK..) Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 22:35:45 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 19 Aug 2009 20:35:45 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.c02bcaac965892467757f84f06233de7@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by mmlr): Replying to [comment:5 umccullough]: > Just to be sure, this is a completely fresh image built with HAIKU_ATA_STACK = 1 ; in your UserBuildConfig? That is actually important, yes. If both an old IDE and a new ATA stack are present (as the old one won't be removed by setting HAIKU_ATA_STACK to one) the outcome is undefined :-) Both issues certainly stem from the same cause. The ATA stack is not actually crashing, it just seems it programs the controller in a way that it stalls. In that case reads and writes will then time out producing the cases you are getting. Helpful in this case would be the output during boot. If you could take photos of the on-screen debug output while booting that would show when the first errors happen and what they are. You could take one picture per output page for example. The initialization phase of the ATA stack would be the most interesting part. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 22:50:21 2009 From: trac at haiku-os.org (Hubert) Date: Wed, 19 Aug 2009 20:50:21 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.58b13f38e7c3a8ae2c943bbe6544fd3d@haiku-os.org> #4084: Lack 1440x900 resolutoion -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by Hubert): rc1-common-i2c-delay-only - display 1440x900 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 19 22:58:40 2009 From: trac at haiku-os.org (axeld) Date: Wed, 19 Aug 2009 20:58:40 -0000 Subject: [Haiku-bugs] [Haiku] #4283: Font artifacts. In-Reply-To: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> References: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> Message-ID: <052.19583bb090c6a0802376e304540df5a7@haiku-os.org> #4283: Font artifacts. -------------------------------------+-------------------------------------- Reporter: HaikuBot | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by axeld): I haven't seen the outcome of that yet, but I don't think it would look like that; it really looks like a scaling issue, and since the app_server doesn't do that itself, it can only be VESA or the nVidia driver which is responsible for this. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 00:42:11 2009 From: trac at haiku-os.org (aldeck) Date: Wed, 19 Aug 2009 22:42:11 -0000 Subject: [Haiku-bugs] [Haiku] #3617: Clicking a filename will enter renaming mode too easily. In-Reply-To: <040.4b0bb610c9a525ebcabcd2e387cc858e@haiku-os.org> References: <040.4b0bb610c9a525ebcabcd2e387cc858e@haiku-os.org> Message-ID: <049.ca0a25a2fdc43cdc5524dbf7e3f2d88c@haiku-os.org> #3617: Clicking a filename will enter renaming mode too easily. ----------------------------------+----------------------------------------- Reporter: chico | Owner: aldeck Type: enhancement | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by aldeck): * owner: axeld => aldeck * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 02:14:48 2009 From: trac at haiku-os.org (kvdman) Date: Thu, 20 Aug 2009 00:14:48 -0000 Subject: [Haiku-bugs] [Haiku] #3771: 'info' in terminal crashes. In-Reply-To: <041.dcb3c64e413e579a4ab8de0a90b6e18b@haiku-os.org> References: <041.dcb3c64e413e579a4ab8de0a90b6e18b@haiku-os.org> Message-ID: <050.bb36f42f1ea8553489e246d8deee1d97@haiku-os.org> #3771: 'info' in terminal crashes. ---------------------------------------------+------------------------------ Reporter: kvdman | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------------+------------------------------ Comment(by kvdman): Hi Axel, I can't reproduce with a fresh Haiku build, please close. I was getting: baron@/boot/home>info info: ../gnulib/lib/mbiter.h:161:mbiter_multi_next: *iter->cur.ptr == '\0' Kill Thread On personal builds. Karl -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 02:18:11 2009 From: trac at haiku-os.org (kvdman) Date: Thu, 20 Aug 2009 00:18:11 -0000 Subject: [Haiku-bugs] [Haiku] #3771: 'info' in terminal crashes. In-Reply-To: <041.dcb3c64e413e579a4ab8de0a90b6e18b@haiku-os.org> References: <041.dcb3c64e413e579a4ab8de0a90b6e18b@haiku-os.org> Message-ID: <050.38760a5ba0ebbc3aee39860feeb75c84@haiku-os.org> #3771: 'info' in terminal crashes. ---------------------------------------------+------------------------------ Reporter: kvdman | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------------+------------------------------ Comment(by kvdman): btw, it was /boot/common/bin/info not texinfo. Tested on r32528 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 02:23:06 2009 From: trac at haiku-os.org (anevilyak) Date: Thu, 20 Aug 2009 00:23:06 -0000 Subject: [Haiku-bugs] [Haiku] #4067: Kinesis USB Keyboard is removed after first key is pressed. In-Reply-To: <041.8a8baaefb5f7eed5900c23f7d3d0e64d@haiku-os.org> References: <041.8a8baaefb5f7eed5900c23f7d3d0e64d@haiku-os.org> Message-ID: <050.56e0c2f67676da4a3da49d2947163fce@haiku-os.org> #4067: Kinesis USB Keyboard is removed after first key is pressed. -------------------------+-------------------------------------------------- Reporter: mmadia | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by anevilyak): With this rev I'm seeing extreme system sluggishness, even with just a USB mouse on the OHCI controller. No messages on syslog. Anything I can do to help debug? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 02:33:55 2009 From: trac at haiku-os.org (tonestone57) Date: Thu, 20 Aug 2009 00:33:55 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.11a26802395c51220d7c2694024e9254@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by tonestone57): Yes, with HAIKU_ATA_STACK = 1 ; in UserBuildConfig but NOT with fresh image. So, I went into my generated folder & deleted all other folders (attributes, objects, tmp,) except for build, cross_tools, download & the Jamfile which I left alone. I went to a slightly older revision, Haiku 32267. I re-jammed everything but using the old configuration I had in the generated folder. {{{ Creating image ... Writing boot code to "/dev/hdb2" (partition offset: 10750440960 bytes, start offset = 0) ... Populating image ... Deleting old MIME database ... Installing MIME database ... Unmounting ... ...updated 10167 target(s)... }}} I notice that I am getting the same crash issue when running through QEMU. qemu -hda /dev/hdb -m 264. I will try removing build folder & jamfile from generated folder & re-run configure to start completely new. I'll just leave in the download folder & delete everything else and maybe that will make a difference? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 03:20:00 2009 From: trac at haiku-os.org (aldeck) Date: Thu, 20 Aug 2009 01:20:00 -0000 Subject: [Haiku-bugs] [Haiku] #3617: Clicking a filename will enter renaming mode too easily. In-Reply-To: <040.4b0bb610c9a525ebcabcd2e387cc858e@haiku-os.org> References: <040.4b0bb610c9a525ebcabcd2e387cc858e@haiku-os.org> Message-ID: <049.df0de64c7cce3f7fb0fb2a770592b3c2@haiku-os.org> #3617: Clicking a filename will enter renaming mode too easily. -----------------------------------+---------------------------------------- Reporter: chico | Owner: aldeck Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by aldeck): * status: assigned => closed * resolution: => fixed Comment: Fixed in r32529 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 03:37:41 2009 From: trac at haiku-os.org (aldeck) Date: Thu, 20 Aug 2009 01:37:41 -0000 Subject: [Haiku-bugs] [Haiku] #4288: Add a few Tracker 'New templates' to the image Message-ID: <041.73a759fc57db381e20d5b3e00e576541@haiku-os.org> #4288: Add a few Tracker 'New templates' to the image -----------------------+---------------------------------------------------- Reporter: aldeck | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1/alpha1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Title says it all. We might also want to rename the 'New Folder' menu item to 'Folder' as it is redundant. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 04:04:36 2009 From: trac at haiku-os.org (mmlr) Date: Thu, 20 Aug 2009 02:04:36 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.7ca66127ae8966b85dc64ad08cfbe8e1@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by mmlr): Replying to [comment:7 tonestone57]: > I will try removing build folder & jamfile from generated folder & re- run configure to start completely new. I'll just leave in the download folder & delete everything else and maybe that will make a difference? No need to do that really. The only thing that is problematic is when you update an existing installation that already has the IDE stack installed and then switch to ATA. Because that will leave the old files on that installation. If you are initializing the partition using the build system then you are fine. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 04:19:44 2009 From: trac at haiku-os.org (aldeck) Date: Thu, 20 Aug 2009 02:19:44 -0000 Subject: [Haiku-bugs] [Haiku] #3624: "Configure Favorites" : cannot add folders In-Reply-To: <041.dc9e09dc3950ab3d3bdc3a8e7e19191b@haiku-os.org> References: <041.dc9e09dc3950ab3d3bdc3a8e7e19191b@haiku-os.org> Message-ID: <050.79f9918003c9155ee498db3bd720fb16@haiku-os.org> #3624: "Configure Favorites" : cannot add folders -----------------------------------+---------------------------------------- Reporter: mmadia | Owner: leavengood Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by aldeck): * status: new => closed * resolution: => fixed Comment: Fixed in r32530 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 04:31:22 2009 From: trac at haiku-os.org (leavengood) Date: Thu, 20 Aug 2009 02:31:22 -0000 Subject: [Haiku-bugs] [Haiku] #3624: "Configure Favorites" : cannot add folders In-Reply-To: <041.dc9e09dc3950ab3d3bdc3a8e7e19191b@haiku-os.org> References: <041.dc9e09dc3950ab3d3bdc3a8e7e19191b@haiku-os.org> Message-ID: <050.3cc4b2ccce022eaedd620bb39caa7711@haiku-os.org> #3624: "Configure Favorites" : cannot add folders -----------------------------------+---------------------------------------- Reporter: mmadia | Owner: leavengood Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by leavengood): Thanks, I suppose I should actually fix bugs I say I will, but I obviously forgot this one. I think you know the Tracker code much better anyhow. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 04:39:16 2009 From: trac at haiku-os.org (aldeck) Date: Thu, 20 Aug 2009 02:39:16 -0000 Subject: [Haiku-bugs] [Haiku] #3624: "Configure Favorites" : cannot add folders In-Reply-To: <041.dc9e09dc3950ab3d3bdc3a8e7e19191b@haiku-os.org> References: <041.dc9e09dc3950ab3d3bdc3a8e7e19191b@haiku-os.org> Message-ID: <050.c7e892278203196216b184c87b5373ef@haiku-os.org> #3624: "Configure Favorites" : cannot add folders -----------------------------------+---------------------------------------- Reporter: mmadia | Owner: leavengood Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by aldeck): Hehe, sorry for stealing the bug though (not in my habits). I just wanted an light one before sleeping! i hope it works, at least :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 04:53:26 2009 From: trac at haiku-os.org (leavengood) Date: Thu, 20 Aug 2009 02:53:26 -0000 Subject: [Haiku-bugs] [Haiku] #3624: "Configure Favorites" : cannot add folders In-Reply-To: <041.dc9e09dc3950ab3d3bdc3a8e7e19191b@haiku-os.org> References: <041.dc9e09dc3950ab3d3bdc3a8e7e19191b@haiku-os.org> Message-ID: <050.a2f41d2104795b4b42b511e48e458be6@haiku-os.org> #3624: "Configure Favorites" : cannot add folders -----------------------------------+---------------------------------------- Reporter: mmadia | Owner: leavengood Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by leavengood): After 4 months of idleness I don't think it can be called stealing ;) It seems to be fixed. Is there a reason it defaults to the /boot/apps folder when adding a favorite? At least that is what it did for me in ShowImage. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 04:54:57 2009 From: trac at haiku-os.org (tonestone57) Date: Thu, 20 Aug 2009 02:54:57 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.273695214659517594ca7c49ed72ac65@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by tonestone57): Haiku Revision 32267. I cleaned out my generated folder ( except for downloads ). Left HAIKU_ATA_STACK = 1 ; in UserBuildConfig. Rebuilt the gcc2 cross compiler and haiku image. ...updated 10166 target(s)... TO TEST: 1) Built haiku.image file & used QEMU. The image file worked without any issues; it booted into Haiku and ran Haiku3d - worked! 2) Built image to /dev/hdb2. Used QEMU & Haiku would crash; not boot. 3) Tried booting Haiku itself and would crash and not boot. The ATA stack apparently does not like something about my hardware configuration. The Haiku partition I am trying to boot is located off a PATA drive but I also have SATA controller & SATA disk drive & SATA burner in this computer too. I will attach 13 screenshots of the console debugging through QEMU & see if that helps you out. Regards, -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 05:27:50 2009 From: trac at haiku-os.org (mmadia) Date: Thu, 20 Aug 2009 03:27:50 -0000 Subject: [Haiku-bugs] [Haiku] #4067: Kinesis USB Keyboard is removed after first key is pressed. In-Reply-To: <041.8a8baaefb5f7eed5900c23f7d3d0e64d@haiku-os.org> References: <041.8a8baaefb5f7eed5900c23f7d3d0e64d@haiku-os.org> Message-ID: <050.26b3adcbd9d506c35be880ce905505a8@haiku-os.org> #4067: Kinesis USB Keyboard is removed after first key is pressed. -------------------------+-------------------------------------------------- Reporter: mmadia | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmadia): with the change from 32531, this still persists. After booting, I'll plug the Kinesis in. Shortly there after, it'll get stuck in auto-repeat mode. Here's the snippet from syslog starting at inserting the keyboard: {{{ KERN: usb hub 7: port 3: new device connected KERN: usb ehci 1: KERN: fullspeed device connected, giving up port ownership KERN: usb hub 2: port 3: new device connected KERN: usb hub 26: port 1: new device connected KERN: usb hub 7: KERN: port 3: device removed KERN: usb_hid: no handlers for hid device KERN: void AddOnManager::MessageReceived(BMessage *) what: NMP_ Last message repeated 1 time KERN: error when KB_SET_KEY_REPEAT_RATE, fd:-1 KERN: error when KB_SET_KEY_REPEAT_DELAY, fd:-1 KERN: usb error ohci 0: td error: 0x00000003 KERN: usb_hid: error waiting for report: Device check-sum error KERN: usb hub 2: port 3: device removed KERN: usb hub 2: KERN: port 3 disabled KERN: void AddOnManager::MessageReceived(BMessage *) what: NMP_ }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 09:16:42 2009 From: trac at haiku-os.org (axeld) Date: Thu, 20 Aug 2009 07:16:42 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.58984a946c96323e9764fff4cb5efb53@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by axeld): To repeat Michael's words differently: deleting "generated" makes no sense in this case. You have to delete the IDE bus manager, and the ide_adapter from your partition! Ie. delete {{{ /boot/system/add-ons/kernel/bus_managers/ide /boot/system/add-ons/kernel/generic/ide_adapter }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 09:19:09 2009 From: trac at haiku-os.org (axeld) Date: Thu, 20 Aug 2009 07:19:09 -0000 Subject: [Haiku-bugs] [Haiku] #3771: 'info' in terminal crashes. In-Reply-To: <041.dcb3c64e413e579a4ab8de0a90b6e18b@haiku-os.org> References: <041.dcb3c64e413e579a4ab8de0a90b6e18b@haiku-os.org> Message-ID: <050.e4dfc979a89d86089c74aca151670b15@haiku-os.org> #3771: 'info' in terminal crashes. ----------------------------------------------+----------------------------- Reporter: kvdman | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------------------------+----------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: So this was probably a wchar issue. Thanks for the update, Karl! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 09:35:24 2009 From: trac at haiku-os.org (aldeck) Date: Thu, 20 Aug 2009 07:35:24 -0000 Subject: [Haiku-bugs] [Haiku] #3624: "Configure Favorites" : cannot add folders In-Reply-To: <041.dc9e09dc3950ab3d3bdc3a8e7e19191b@haiku-os.org> References: <041.dc9e09dc3950ab3d3bdc3a8e7e19191b@haiku-os.org> Message-ID: <050.dfeb22d3513ab7a339169e864ce43062@haiku-os.org> #3624: "Configure Favorites" : cannot add folders -----------------------------------+---------------------------------------- Reporter: mmadia | Owner: leavengood Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by aldeck): Might be another problem, in fact i never used that feature on BeOS. From what i saw of the code, it does it on purpose (FavoritesConfig.cpp line 854). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 10:03:16 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Thu, 20 Aug 2009 08:03:16 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.e0a0d62abbbdd8e77c23121c570835c8@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by marcusoverhagen): Please make sure that the ide files are not installed. However, the syslog does not show anything that indicates their presence. We should probably print a line when IDE or ATA stack get initialized. One problem that the stack has is some missing functionality. After a device timeout, the scsi stack should reset the device, however it doesn't do so. Recovery from an error is impossible this way. http://haiku.it.su.se:8180/source/xref/src/add- ons/kernel/bus_managers/ata/ATAChannel.cpp#527 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 11:12:02 2009 From: trac at haiku-os.org (diver) Date: Thu, 20 Aug 2009 09:12:02 -0000 Subject: [Haiku-bugs] [Haiku] #2545: [kernel] GeForce MX420 lots of stability issues In-Reply-To: <040.4e30d608cc4ca7654053cf6c2360b9a9@haiku-os.org> References: <040.4e30d608cc4ca7654053cf6c2360b9a9@haiku-os.org> Message-ID: <049.6758633edb7c22c1d9fd4811bf4c9676@haiku-os.org> #2545: [kernel] GeForce MX420 lots of stability issues -------------------------------------+-------------------------------------- Reporter: diver | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by diver): Feel free to close this ticket as I will have this PC only after 6 months. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 11:47:00 2009 From: trac at haiku-os.org (diver) Date: Thu, 20 Aug 2009 09:47:00 -0000 Subject: [Haiku-bugs] [Haiku] #4289: [Tracker] dragging files from the bottom of listview don't show it's icons Message-ID: <040.5ea9473e79dfe3063cfd47a02ad6b009@haiku-os.org> #4289: [Tracker] dragging files from the bottom of listview don't show it's icons ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- [[Image(drag.png)]][[BR]] Tested on 32536 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 11:57:49 2009 From: trac at haiku-os.org (aldeck) Date: Thu, 20 Aug 2009 09:57:49 -0000 Subject: [Haiku-bugs] [Haiku] #4289: [Tracker] dragging files from the bottom of listview don't show it's icons In-Reply-To: <040.5ea9473e79dfe3063cfd47a02ad6b009@haiku-os.org> References: <040.5ea9473e79dfe3063cfd47a02ad6b009@haiku-os.org> Message-ID: <049.7c4432647a2be345472b812da7c0c8ba@haiku-os.org> #4289: [Tracker] dragging files from the bottom of listview don't show it's icons ----------------------------------+----------------------------------------- Reporter: diver | Owner: aldeck Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by aldeck): * owner: axeld => aldeck * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 12:18:51 2009 From: trac at haiku-os.org (diver) Date: Thu, 20 Aug 2009 10:18:51 -0000 Subject: [Haiku-bugs] [Haiku] #4290: [Deskbar] twitcher shows wrong icon for deskbar Message-ID: <040.8279d413abd73f5fd1cf1c171e9637f7@haiku-os.org> #4290: [Deskbar] twitcher shows wrong icon for deskbar ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Click Deskbar menu, hold Ctrl and press ~ to show twitcher window.[[BR]] You should see twitcher without an icon for Deskbar:[[BR]] [[Image(screenshot1.png)]][[BR]] Now if you press tab key twitcher will select next application, steal an icon from this app and set it for Deskbar: [[BR]] [[Image(screenshot2.png)]][[BR]] Tested on r32536 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 13:00:21 2009 From: trac at haiku-os.org (aldeck) Date: Thu, 20 Aug 2009 11:00:21 -0000 Subject: [Haiku-bugs] [Haiku] #4289: [Tracker] dragging files from the bottom of listview don't show it's icons In-Reply-To: <040.5ea9473e79dfe3063cfd47a02ad6b009@haiku-os.org> References: <040.5ea9473e79dfe3063cfd47a02ad6b009@haiku-os.org> Message-ID: <049.ebcc07e1870d27081eee1804a0e61374@haiku-os.org> #4289: [Tracker] dragging files from the bottom of listview don't show it's icons -----------------------------------+---------------------------------------- Reporter: diver | Owner: aldeck Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by aldeck): * status: assigned => closed * resolution: => fixed Comment: Fixed in r32538 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 13:03:05 2009 From: trac at haiku-os.org (axeld) Date: Thu, 20 Aug 2009 11:03:05 -0000 Subject: [Haiku-bugs] [Haiku] #4290: [Deskbar] twitcher shows wrong icon for deskbar In-Reply-To: <040.8279d413abd73f5fd1cf1c171e9637f7@haiku-os.org> References: <040.8279d413abd73f5fd1cf1c171e9637f7@haiku-os.org> Message-ID: <049.185f94aa801ef5828420d9f575841566@haiku-os.org> #4290: [Deskbar] twitcher shows wrong icon for deskbar ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by axeld): It should actually not show the Deskbar at all, although we could reevaluate that behaviour, too. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 13:04:15 2009 From: trac at haiku-os.org (axeld) Date: Thu, 20 Aug 2009 11:04:15 -0000 Subject: [Haiku-bugs] [Haiku] #4290: [Deskbar] twitcher shows wrong icon for deskbar In-Reply-To: <040.8279d413abd73f5fd1cf1c171e9637f7@haiku-os.org> References: <040.8279d413abd73f5fd1cf1c171e9637f7@haiku-os.org> Message-ID: <049.f405a045b1a03221f3f05761c403a97d@haiku-os.org> #4290: [Deskbar] twitcher shows wrong icon for deskbar ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by axeld): Interestingly enough, this did not happen in BeOS, so I might have introduced that bug when I changed how the quick switch works. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 13:08:37 2009 From: trac at haiku-os.org (aldeck) Date: Thu, 20 Aug 2009 11:08:37 -0000 Subject: [Haiku-bugs] [Haiku] #3812: Icons are often invisible when dragging In-Reply-To: <040.0a387b8a8ef66fa3785d21e84237dfc1@haiku-os.org> References: <040.0a387b8a8ef66fa3785d21e84237dfc1@haiku-os.org> Message-ID: <049.9c8833f6f580cc496049e700f9e22606@haiku-os.org> #3812: Icons are often invisible when dragging -----------------------------------+---------------------------------------- Reporter: axeld | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: duplicate | Blockedby: 4289 Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by aldeck): * status: new => closed * resolution: => duplicate * blockedby: => 4289 Comment: Ah didn't see that one, marking as duplicate of #4289 (this one was first, but thats less noise on the bugs ML). Fixed in r32538 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 13:56:58 2009 From: trac at haiku-os.org (aldeck) Date: Thu, 20 Aug 2009 11:56:58 -0000 Subject: [Haiku-bugs] [Haiku] #4271: [Tracker] crash in BNode::GetAttrInfo () In-Reply-To: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> References: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> Message-ID: <049.bfe846782df05761f6c395df9031d362@haiku-os.org> #4271: [Tracker] crash in BNode::GetAttrInfo () ----------------------------------+----------------------------------------- Reporter: diver | Owner: aldeck Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by aldeck): * owner: axeld => aldeck * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 14:23:49 2009 From: trac at haiku-os.org (tonestone57) Date: Thu, 20 Aug 2009 12:23:49 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.69371d9531075562c24458c778976333@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by tonestone57): I booted into my gcc4 IDE Haiku (31540). I mounted the partition for ATA Haiku & looked in those folders. In kernel/bus_managers, there is NO ide listed, instead I have ata. In kernel/generic there is NO ide_adapter, instead I have ata_adapter. I would say that IDE is NOT installed. So, my issue is not being caused by any IDE-ATA conflict and can rule that out. I tested further booting into ATA Haiku & will say that around 40% of the time I can boot into it and the other 60% it crashes, KDLs. I also can't say ATA Haiku is stable, for me, when booted because I ran Bsnow demo. I ended up with CPU activity but no snow showing at all - when I clicked to remove Bsnow, CPU activity stopped ( forgot to check with ProcessController ). When I run Bsnow on IDE Haiku, it actually works and shows snow piling up on the desktop. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 14:57:56 2009 From: trac at haiku-os.org (axeld) Date: Thu, 20 Aug 2009 12:57:56 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.eb22bfdcb976dd11bfe7e63af441a38b@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by axeld): Thanks for the clarification, tonestone57! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 15:30:57 2009 From: trac at haiku-os.org (aldeck) Date: Thu, 20 Aug 2009 13:30:57 -0000 Subject: [Haiku-bugs] [Haiku] #4271: [Tracker] crash in BNode::GetAttrInfo () In-Reply-To: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> References: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> Message-ID: <049.7d11ea8fd26f14d32758eec4fe516ec5@haiku-os.org> #4271: [Tracker] crash in BNode::GetAttrInfo () ----------------------------------+----------------------------------------- Reporter: diver | Owner: aldeck Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by aldeck): I'm a bit stuck, for once it's hard to reproduce, and i can't find a reason for BNode::GetAttrInfo(attrName, &info) to segfault. As always, i can't reproduce it after adding debug output grrr! The only crash where i had some info happened with an empty string for attrName. Humdinger, when it crashes can you try something for me? Don't click the crash/debug dialog and enter manually the KDL (btw it's alt-syreq-d now). Type 'teams' to find Tracker's team id (x), and type 'threads x' to find the thread id (y) of your query window. Now type 'bt y'. This way we'll have more info since the kernel debugger shows function call arguments. You can copy/paste it there from /var/log/syslog. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 16:16:31 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 20 Aug 2009 14:16:31 -0000 Subject: [Haiku-bugs] [Haiku] #4271: [Tracker] crash in BNode::GetAttrInfo () In-Reply-To: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> References: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> Message-ID: <049.2db1a2ab1904e0f5dcb9dddd16381f45@haiku-os.org> #4271: [Tracker] crash in BNode::GetAttrInfo () ----------------------------------+----------------------------------------- Reporter: diver | Owner: aldeck Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): I'd like to help, but in VirtualBox I can't call KDL. My sysreq key apparently like to take screenshots instead...[[BR]] Strangely enough, the native installation won't show the bug anymore. Unfortunate, because there I can enter KDL at will. Is there another option to call KDL besides the keycombo that won't work for me in VirtualBox? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 18:47:09 2009 From: trac at haiku-os.org (rudolfc) Date: Thu, 20 Aug 2009 16:47:09 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.5cd4adb30f09d801eafc5040fc6eb854@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Changes (by rudolfc): * status: new => closed * resolution: => fixed Comment: Hi again Hubert, I committed the solution in R32540. Please doublecheck if it's now correct by default. Closing this ticket, feel free to reopen if it's not OK after all.. Thanks for your cooperation: worked perfectly! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 19:12:12 2009 From: trac at haiku-os.org (bonefish) Date: Thu, 20 Aug 2009 17:12:12 -0000 Subject: [Haiku-bugs] [Haiku] #4271: [Tracker] crash in BNode::GetAttrInfo () In-Reply-To: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> References: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> Message-ID: <049.68ffaa05cf67db2a6ed028e8cf548463@haiku-os.org> #4271: [Tracker] crash in BNode::GetAttrInfo () ----------------------------------+----------------------------------------- Reporter: diver | Owner: aldeck Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by bonefish): Replying to [comment:9 humdinger]: > Strangely enough, the native installation won't show the bug anymore. Unfortunate, because there I can enter KDL at will. Is there another option to call KDL besides the keycombo that won't work for me in VirtualBox? You can add the "kernel_debugger" CLI command via your UserBuildConfig and invoke from the Terminal then. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 19:34:28 2009 From: trac at haiku-os.org (tonestone57) Date: Thu, 20 Aug 2009 17:34:28 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.7254b75bf6aaa8e51fea2039b8f83826@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by tonestone57): No worries Axel. I sometimes come off strong. I wanted to be clear in my response and not rude to anyone. I disconnected my SATA drive & burner and still have the error. The only fix so far was to disable DMA, which allows me to boot & use Haiku ( works OK so far & appears to be stable ). Checkfs seems kinda slow on a partition with lots of files though, without DMA support. I wonder for anyone else having trouble with the ATA_STACK, if turning off DMA lets them boot Haiku too? I will see about taking photos, like Michael suggested, of Haiku actually booting to show the error because QEMU screenshots may have missed some important console debug information. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 20:39:42 2009 From: trac at haiku-os.org (tonestone57) Date: Thu, 20 Aug 2009 18:39:42 -0000 Subject: [Haiku-bugs] [Haiku] #4287: Haiku Crashes With ATA Stack In-Reply-To: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> References: <046.37830a9014a8b45f04577900d9d0e6a0@haiku-os.org> Message-ID: <055.ade641e425716f122437743037501724@haiku-os.org> #4287: Haiku Crashes With ATA Stack --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by tonestone57): Added system log, in 2 parts, to ticket. It is long and fairly repetitive but may shed some light on what is causing the ata_stack to crash. ATA error is listed in the log files. Also, I was able to boot with DMA by enabling console debug and going slowly one page at a time. The extra time was able to handle the device, whatever that may be, from timing out and causing the crash. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 21:04:14 2009 From: trac at haiku-os.org (mmlr) Date: Thu, 20 Aug 2009 19:04:14 -0000 Subject: [Haiku-bugs] [Haiku] #4292: Using the menu key to open the Deskbar menu only works once Message-ID: <039.a0044687f92edff947afceac3a5c8f51@haiku-os.org> #4292: Using the menu key to open the Deskbar menu only works once -----------------------+---------------------------------------------------- Reporter: mmlr | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- When you try to use Haiku purely by keyboard you can use the menu key on the keyboard to open the Deskbar menu. When you hit it, the leave button will get selected and the Deskbar menu opens. When you cancel the menu using escape, the menu will close, but the leave button will stay selected. It is now not possible to open the Deskbar menu using the menu key again. You first have to click somewhere for the leave button to lose its state, simply switching applications (with the twicher) doesn't resolve it either. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 21:23:53 2009 From: trac at haiku-os.org (mmlr) Date: Thu, 20 Aug 2009 19:23:53 -0000 Subject: [Haiku-bugs] [Haiku] #4291: Deskbar keyboard navigation doesn't work and deadlocks In-Reply-To: <039.7fd2451e6bd11d5515280d9eddd01124@haiku-os.org> References: <039.7fd2451e6bd11d5515280d9eddd01124@haiku-os.org> Message-ID: <048.3d0b7024c1a759c81c84a77e6c8aac05@haiku-os.org> #4291: Deskbar keyboard navigation doesn't work and deadlocks -----------------------+---------------------------------------------------- Reporter: mmlr | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Description changed by mmlr: Old description: > When trying to navigate the Deskbar by keyboard, expanding the > Applications and Preferences submenu doesn't work. When you try to open > the menu by the left/right arrow keys, the menu item loses its selected > state and doesn't expand a submenu. When you now focus another > application (clicking on the desktop for example) the Menu will go away, > the leave button becomes gray and the Deskbar doesn't update anymore. New description: When trying to navigate the Deskbar by keyboard, expanding the Applications and Preferences submenu doesn't work. When you try to open the menu by the left/right arrow keys, the menu item loses its selected state and doesn't expand a submenu. When you now focus another application (clicking on the desktop for example) the Menu will go away, the leaf button becomes gray and the Deskbar doesn't update anymore. -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 21:24:26 2009 From: trac at haiku-os.org (mmlr) Date: Thu, 20 Aug 2009 19:24:26 -0000 Subject: [Haiku-bugs] [Haiku] #4292: Using the menu key to open the Deskbar menu only works once In-Reply-To: <039.a0044687f92edff947afceac3a5c8f51@haiku-os.org> References: <039.a0044687f92edff947afceac3a5c8f51@haiku-os.org> Message-ID: <048.9ca19fd7c76841cc13a93f05d29845e1@haiku-os.org> #4292: Using the menu key to open the Deskbar menu only works once -----------------------+---------------------------------------------------- Reporter: mmlr | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Description changed by mmlr: Old description: > When you try to use Haiku purely by keyboard you can use the menu key on > the keyboard to open the Deskbar menu. When you hit it, the leave button > will get selected and the Deskbar menu opens. When you cancel the menu > using escape, the menu will close, but the leave button will stay > selected. It is now not possible to open the Deskbar menu using the menu > key again. You first have to click somewhere for the leave button to lose > its state, simply switching applications (with the twicher) doesn't > resolve it either. New description: When you try to use Haiku purely by keyboard you can use the menu key on the keyboard to open the Deskbar menu. When you hit it, the leaf button will get selected and the Deskbar menu opens. When you cancel the menu using escape, the menu will close, but the leaf button will stay selected. It is now not possible to open the Deskbar menu using the menu key again. You first have to click somewhere for the leaf button to lose its state, simply switching applications (with the twicher) doesn't resolve it either. -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 21:30:06 2009 From: trac at haiku-os.org (mmlr) Date: Thu, 20 Aug 2009 19:30:06 -0000 Subject: [Haiku-bugs] [Haiku] #2360: PS/2 keyboard and touchpad not working on cold boots In-Reply-To: <039.3e1478899be58b63dbf44ba1dcd5fe3c@haiku-os.org> References: <039.3e1478899be58b63dbf44ba1dcd5fe3c@haiku-os.org> Message-ID: <048.1c8472512f282c7c90a1a76123ffd8f1@haiku-os.org> #2360: PS/2 keyboard and touchpad not working on cold boots -----------------------------------+---------------------------------------- Reporter: mmlr | Owner: marcusoverhagen Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Keyboard/PS2 | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by mmlr): * status: assigned => closed * resolution: => fixed Comment: This has been resolved in the meantime. The laptop is now pretty much fully working except for wlan. Going to close this as fixed even though I have no real idea when or what would've changed it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 21:31:32 2009 From: trac at haiku-os.org (mmlr) Date: Thu, 20 Aug 2009 19:31:32 -0000 Subject: [Haiku-bugs] [Haiku] #4291: Deskbar keyboard navigation doesn't work and deadlocks In-Reply-To: <039.7fd2451e6bd11d5515280d9eddd01124@haiku-os.org> References: <039.7fd2451e6bd11d5515280d9eddd01124@haiku-os.org> Message-ID: <048.24ad24a5aee2fc8f576b3991c11e8bfc@haiku-os.org> #4291: Deskbar keyboard navigation doesn't work and deadlocks ----------------------------------+----------------------------------------- Reporter: mmlr | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by mmlr): * component: - General => Applications/Deskbar Comment: Changing component to Deskbar, might be a general menu tracking problem though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 21:31:55 2009 From: trac at haiku-os.org (mmlr) Date: Thu, 20 Aug 2009 19:31:55 -0000 Subject: [Haiku-bugs] [Haiku] #4292: Using the menu key to open the Deskbar menu only works once In-Reply-To: <039.a0044687f92edff947afceac3a5c8f51@haiku-os.org> References: <039.a0044687f92edff947afceac3a5c8f51@haiku-os.org> Message-ID: <048.d6e92c06db83f37327eb2925e9c91f04@haiku-os.org> #4292: Using the menu key to open the Deskbar menu only works once ----------------------------------+----------------------------------------- Reporter: mmlr | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by mmlr): * component: - General => Applications/Deskbar -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 21:37:32 2009 From: trac at haiku-os.org (apn4m3rdrock) Date: Thu, 20 Aug 2009 19:37:32 -0000 Subject: [Haiku-bugs] [Haiku] #4293: Kcore: Page Fault: while compiling Haiku on a Haiku Message-ID: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> #4293: Kcore: Page Fault: while compiling Haiku on a Haiku ---------------------------+------------------------------------------------ Reporter: apn4m3rdrock | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ System: Dell 1100 inspiron 256MB Mem, 1GB VMem Haiku Build: r32063-gcc4 Attached: Photos of the error I was able to easily reproduce this error 5-6 times. Every time I start jam -q haiku-image, within seconds kernel dumps core. Steps: 1. Copied Haiku Raw Image on a partition of 700MB 2. Rebooted, and Installed (thru Installer) installed on a partition of 3.4GB 3. Rebooted and Adjusted Vmem to 1GB 4. Rebooted once again and started compilation process a. Source files on a third BEOS partition of 5GB b. ./configure c. jam -q haiku-image d. messages "..patience.." pops up around some 10 times before it dumps core (pagefault). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 21:38:27 2009 From: trac at haiku-os.org (mmlr) Date: Thu, 20 Aug 2009 19:38:27 -0000 Subject: [Haiku-bugs] [Haiku] #4067: Kinesis USB Keyboard is removed after first key is pressed. In-Reply-To: <041.8a8baaefb5f7eed5900c23f7d3d0e64d@haiku-os.org> References: <041.8a8baaefb5f7eed5900c23f7d3d0e64d@haiku-os.org> Message-ID: <050.d5fab865431fca54fa0f25108b6bd354@haiku-os.org> #4067: Kinesis USB Keyboard is removed after first key is pressed. -------------------------+-------------------------------------------------- Reporter: mmadia | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Changes (by mmlr): * status: new => assigned Comment: I am able to reproduce this issue over here with my OHCI add-on card and my normal keyboard. It will start repeating random keys because usb_hid gets bogus (uninitialized) data from OHCI. I do not quite understand the problem yet, as everything seems to work fine as far as the driver is concerned. The transfers are scheduled and then return without errors, still the buffer they are supposed to have filled haven't been touched. Even though it will repeat randomly the keyboard stays usable for me as long as I keep typing stuff at a certain rate. This hints at a communication/timing problem which I will try to understand later today. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 21:51:53 2009 From: trac at haiku-os.org (apn4m3rdrock) Date: Thu, 20 Aug 2009 19:51:53 -0000 Subject: [Haiku-bugs] [Haiku] #3690: KDL when copying data to a FAT USB flash drive In-Reply-To: <040.e5436f6579ffd970865d8dbe8fde3535@haiku-os.org> References: <040.e5436f6579ffd970865d8dbe8fde3535@haiku-os.org> Message-ID: <049.7b4fd39a133de10967e85b99b7f8cf3f@haiku-os.org> #3690: KDL when copying data to a FAT USB flash drive ------------------------------+--------------------------------------------- Reporter: haiqu | Owner: axeld Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: File Systems/FAT | Version: R1 development Blockedby: | Platform: x86 Blocking: 4066 | ------------------------------+--------------------------------------------- Comment(by apn4m3rdrock): Build: r32063-gcc4 ( Aug 1 2009) Initial error message read : /home/haiku/Haiku/trunk/headers/private/kernel/util/DoublyLinkedList.h:467): fFrist!=NULL &&fLast !=NULL thread 340 MoveTask Reproducing: Transfer file from one mounted vfat partition to another mounted vfat partition ( both of them were mounted as RW ). Copying large file (ISO image approx 700Mb, kdumped in seconds though) from one vfat partition to another vfat partition and the kernel dumped core. PS: Photo of KDMP Attached: 100_2604.jpg -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 23:24:11 2009 From: trac at haiku-os.org (apn4m3rdrock) Date: Thu, 20 Aug 2009 21:24:11 -0000 Subject: [Haiku-bugs] [Haiku] #4293: Kcore: Page Fault: while compiling Haiku on a Haiku In-Reply-To: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> References: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> Message-ID: <056.cd11fea5274735d2ed565957ae5763a8@haiku-os.org> #4293: Kcore: Page Fault: while compiling Haiku on a Haiku ---------------------------+------------------------------------------------ Reporter: apn4m3rdrock | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by apn4m3rdrock): ''''''Sorry, it seems to be a buggy driver for broadcom 440x driver, didn't notice the last 3 lines of the kdebug message (Needs conformation though !!!) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 23:36:42 2009 From: trac at haiku-os.org (bga) Date: Thu, 20 Aug 2009 21:36:42 -0000 Subject: [Haiku-bugs] [Haiku] #4294: Switching resolution of one workspace is switching resolution of all workspaces. Message-ID: <038.e8ad09ea72c160a4e93def8efbe94391@haiku-os.org> #4294: Switching resolution of one workspace is switching resolution of all workspaces. -----------------------+---------------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- This is using the VESA driver and it used to work until recently. Open the Screen preferences, change the resolution of the current workspace to a different one. Switch to another workspace. The other workspace will also have the resolution set in the first one. In other words, even when selecting "Current Workspace" when switching resolution, all workspaces are switching it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 23:37:18 2009 From: trac at haiku-os.org (bga) Date: Thu, 20 Aug 2009 21:37:18 -0000 Subject: [Haiku-bugs] [Haiku] #4294: Switching resolution of one workspace is switching resolution of all workspaces. In-Reply-To: <038.e8ad09ea72c160a4e93def8efbe94391@haiku-os.org> References: <038.e8ad09ea72c160a4e93def8efbe94391@haiku-os.org> Message-ID: <047.32e891787c3f7cec0a022b764bddf012@haiku-os.org> #4294: Switching resolution of one workspace is switching resolution of all workspaces. ----------------------------------+----------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Application Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Changes (by bga): * component: - General => Kits/Application Kit -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 23:40:34 2009 From: trac at haiku-os.org (bga) Date: Thu, 20 Aug 2009 21:40:34 -0000 Subject: [Haiku-bugs] [Haiku] #4295: Deskbar is draw at the wrong position when using BWindowScreen. Message-ID: <038.c88fa6c15b7a78a4e15f9a8555eb2df7@haiku-os.org> #4295: Deskbar is draw at the wrong position when using BWindowScreen. ----------------------------------+----------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Application Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Start a BWindowScreen program, like ParticlesII. While it is running, switch workspaces. Deskbar is draw in the wrong position (aparently in the same position, in absolute pixels, that it would be draw in the (now smaller) BWindowScreen covered workspace. This is arecent regression. probably related to recent changes on handling resolution changes in cases like this. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 23:40:38 2009 From: trac at haiku-os.org (axeld) Date: Thu, 20 Aug 2009 21:40:38 -0000 Subject: [Haiku-bugs] [Haiku] #3924: Automount of USB stick crashes system to KDL In-Reply-To: <040.52bab368db01681c87b5deec7892bcbb@haiku-os.org> References: <040.52bab368db01681c87b5deec7892bcbb@haiku-os.org> Message-ID: <049.97fa310335d909b7b9c221cc61a6553f@haiku-os.org> #3924: Automount of USB stick crashes system to KDL ------------------------+--------------------------------------------------- Reporter: haiqu | Owner: nobody Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: invalid | Blockedby: Platform: x86 | Blocking: ------------------------+--------------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => invalid Comment: Too little information to be useful, but could be a duplicate of #2690. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 20 23:42:11 2009 From: trac at haiku-os.org (axeld) Date: Thu, 20 Aug 2009 21:42:11 -0000 Subject: [Haiku-bugs] [Haiku] #4293: Kcore: Page Fault: while compiling Haiku on a Haiku In-Reply-To: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> References: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> Message-ID: <056.9e9a959f17deaa20deb4d2bc5ba24a88@haiku-os.org> #4293: Kcore: Page Fault: while compiling Haiku on a Haiku -----------------------------+---------------------------------------------- Reporter: apn4m3rdrock | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Changes (by axeld): * component: System/Kernel => Drivers/Network Comment: Definitely, anyway that should be helpful. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 00:47:01 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Thu, 20 Aug 2009 22:47:01 -0000 Subject: [Haiku-bugs] [Haiku] #4296: Apps and scripts as Tracker add-ons Message-ID: <048.c1a4342bc4bd8a2792c5d2540793327c@haiku-os.org> #4296: Apps and scripts as Tracker add-ons ----------------------------------+----------------------------------------- Reporter: jonas.kirilla | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Here's a patch to allow BApplications to be used as if they were Tracker add-ons, allowing you to have a Command-Option shortcut for a favorite application on a selection of supported files. The patch probably needs some more work. It would be nice if one could also use shell scripts as Tracker add-ons. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 01:21:01 2009 From: trac at haiku-os.org (tonestone57) Date: Thu, 20 Aug 2009 23:21:01 -0000 Subject: [Haiku-bugs] [Haiku] #3551: yasm fails an extra 7 tests on newer Haiku In-Reply-To: <046.ab3ed0af75b5c6dfef57071ca0197938@haiku-os.org> References: <046.ab3ed0af75b5c6dfef57071ca0197938@haiku-os.org> Message-ID: <055.506b6d9f7492a406d48f686cd1084c30@haiku-os.org> #3551: yasm fails an extra 7 tests on newer Haiku -------------------------+-------------------------------------------------- Reporter: tonestone57 | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by tonestone57): This ticket can now be closed. No longer an issue. Downloaded & built yasm 0.8.0 on Haiku 32267. Had 5 of 40 test failures, same amount as listed on Haiku Ports website. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 02:22:18 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 21 Aug 2009 00:22:18 -0000 Subject: [Haiku-bugs] [Haiku] #4293: Kcore: Page Fault: while compiling Haiku on a Haiku In-Reply-To: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> References: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> Message-ID: <056.449ff2301d25fb0aba7cd8642a9cc498@haiku-os.org> #4293: Kcore: Page Fault: while compiling Haiku on a Haiku -----------------------------+---------------------------------------------- Reporter: apn4m3rdrock | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by mmlr): Quickly looking at it it would be my guess that the allocation of the mbuf fails due to low memory. Since the driver doesn't really care to check allocations it crashes. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 03:10:17 2009 From: trac at haiku-os.org (umccullough) Date: Fri, 21 Aug 2009 01:10:17 -0000 Subject: [Haiku-bugs] [Haiku] #4293: Kcore: Page Fault: while compiling Haiku on a Haiku In-Reply-To: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> References: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> Message-ID: <056.2247b4cd94d05fdcb83a4ebd20ac1e72@haiku-os.org> #4293: Kcore: Page Fault: while compiling Haiku on a Haiku -----------------------------+---------------------------------------------- Reporter: apn4m3rdrock | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by umccullough): At least on my Dell Inspiron 1100 with 1gb RAM I haven't run into issues with that driver yet, but that's likely because I haven't hit the ceiling :) Also, it's been a long time since I've tried to compile Haiku on it, probably time to test that again I suppose. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 04:20:52 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 21 Aug 2009 02:20:52 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.b5029a69db7db8c91cbfa0c627687ade@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Changes (by mmlr): * status: new => assigned Comment: Can you please retry with a revision >= r32551. Especially with multiple devices connected OHCI would likely break down easily before this change. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 06:46:09 2009 From: trac at haiku-os.org (monni) Date: Fri, 21 Aug 2009 04:46:09 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.abdc822de0ee2498f87170f91980fd7c@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by monni): Tried with r32554... When I look at vector lengths in syslog, it starts with "normal" values, but after a few transfers, all seem to be 4 bytes long. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 07:27:11 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 21 Aug 2009 05:27:11 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.04f556736bfa6739fbdfaccf47220672@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): Replying to [comment:4 monni]: > Tried with r32554... When I look at vector lengths in syslog, it starts with "normal" values, but after a few transfers, all seem to be 4 bytes long. Most often that is fine. 4 byte transfers are usually either from hub status polling or from mouse devices. The length of the transfers are in fact coming from the user of the USB stack, i.e. the drivers using it. The question is if the behaviour changed regarding when only OHCI is present. The soft lock when accessing the dongle is most likely a problem with the bluetooth driver, so if no OHCI specific problems persist I would like to change the component to bluetooth and reassign this bug. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 09:10:19 2009 From: trac at haiku-os.org (axeld) Date: Fri, 21 Aug 2009 07:10:19 -0000 Subject: [Haiku-bugs] [Haiku] #4291: Deskbar keyboard navigation doesn't work and deadlocks In-Reply-To: <039.7fd2451e6bd11d5515280d9eddd01124@haiku-os.org> References: <039.7fd2451e6bd11d5515280d9eddd01124@haiku-os.org> Message-ID: <048.271a29fbc53806a61a7fd0159836d1b7@haiku-os.org> #4291: Deskbar keyboard navigation doesn't work and deadlocks ----------------------------------+----------------------------------------- Reporter: mmlr | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by axeld): FWIW BeOS R5 had a very similar problem (also the keyboard navigation in the Deskbar), not sure it's related, though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 09:16:09 2009 From: trac at haiku-os.org (axeld) Date: Fri, 21 Aug 2009 07:16:09 -0000 Subject: [Haiku-bugs] [Haiku] #4294: Switching resolution of one workspace is switching resolution of all workspaces. In-Reply-To: <038.e8ad09ea72c160a4e93def8efbe94391@haiku-os.org> References: <038.e8ad09ea72c160a4e93def8efbe94391@haiku-os.org> Message-ID: <047.5184d42601a7b5fd628109fc192d14dd@haiku-os.org> #4294: Switching resolution of one workspace is switching resolution of all workspaces. --------------------------------+------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by axeld): * status: new => assigned * component: Kits/Application Kit => Servers/app_server Comment: Damn, that's the one thing I actually tested yesterday, and it did work back then. I'll have a look. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 09:24:39 2009 From: trac at haiku-os.org (axeld) Date: Fri, 21 Aug 2009 07:24:39 -0000 Subject: [Haiku-bugs] [Haiku] #4295: Deskbar is draw at the wrong position when using BWindowScreen. In-Reply-To: <038.c88fa6c15b7a78a4e15f9a8555eb2df7@haiku-os.org> References: <038.c88fa6c15b7a78a4e15f9a8555eb2df7@haiku-os.org> Message-ID: <047.7eb02d709c39b94f9d55b56c3036c1e8@haiku-os.org> #4295: Deskbar is draw at the wrong position when using BWindowScreen. --------------------------------+------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by axeld): * status: new => assigned * component: Kits/Application Kit => Kits/Interface Kit Comment: You don't read commit messages when they get longer, do you? :-) Anyway, I am looking into it now (as mentioned there), but I have high hopes that this is not a freshly introduced problem, but a duplicate of #2658, that just happens much more often now. I'll leave this open for now until I'm sure. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 09:32:22 2009 From: trac at haiku-os.org (brecht) Date: Fri, 21 Aug 2009 07:32:22 -0000 Subject: [Haiku-bugs] [Haiku] #4297: clicking on a submenu title should open the submenu Message-ID: <041.f1afcd98da1dbbe5cbeaedef7d303169@haiku-os.org> #4297: clicking on a submenu title should open the submenu ----------------------------+----------------------------------------------- Reporter: brecht | Owner: stippi Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Currently, clicking on an appication's submenu title makes the menu close. Instead, it should open the submenu if no action is associated with the submenu title itself. On a related note, submenus that have an action associated to them might not be very intuitive. Some users might never find out that the submenu title is hiding an action. Perhaps a visual clue should be provided to indicate submenus that have an action associated to them. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 09:59:02 2009 From: trac at haiku-os.org (apn4m3rdrock) Date: Fri, 21 Aug 2009 07:59:02 -0000 Subject: [Haiku-bugs] [Haiku] #2690: PANIC: ASSERT FAILED (headers/private/kernel/util/DoublyLinkedList.h:464): fFirst != __null && fLast != _ ... ) In-Reply-To: <042.f9e9fe38319e132630f31081515768fa@haiku-os.org> References: <042.f9e9fe38319e132630f31081515768fa@haiku-os.org> Message-ID: <051.7f5f032f2c0d2dbb761787b3cc1b9ebf@haiku-os.org> #2690: PANIC: ASSERT FAILED (headers/private/kernel/util/DoublyLinkedList.h:464): fFirst != __null && fLast != _ ... ) ---------------------------+------------------------------------------------ Reporter: emitrax | Owner: axeld Type: bug | Status: new Priority: high | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by apn4m3rdrock): Build: r32063-gcc4 ( Aug 1 2009) Initial error message read : /home/haiku/Haiku/trunk/headers/private/kernel/util/DoublyLinkedList.h:467): fFrist!=NULL &&fLast !=NULL thread 340 MoveTask Reproducing: Copying large file (ISO image approx 700Mb, kdumped in seconds) from one vfat partition to another vfat partition and the kernel dumped core. Both of them were mounted as in RW mode. PS: Photo of KDMP Attached: 100_2604.jpg -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 10:48:21 2009 From: trac at haiku-os.org (axeld) Date: Fri, 21 Aug 2009 08:48:21 -0000 Subject: [Haiku-bugs] [Haiku] #4293: Kcore: Page Fault: while compiling Haiku on a Haiku In-Reply-To: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> References: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> Message-ID: <056.cbcf53b033d1c34313d58489347864d2@haiku-os.org> #4293: Kcore: Page Fault: while compiling Haiku on a Haiku -----------------------------+---------------------------------------------- Reporter: apn4m3rdrock | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by axeld): In FreeBSD, kernel allocations obviously cannot fail. I'm not sure how they achieve this (probably by killing apps in the worst case), but it's obvious that this is not yet done in Haiku. Eventually, the FreeBSD compatibility layer would need to allocate some memory upfront for the mbufs to make sure they don't easily run out. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 10:48:44 2009 From: trac at haiku-os.org (plfiorini) Date: Fri, 21 Aug 2009 08:48:44 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.b42e2fcff63940f60a55f6985b801fa1@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by plfiorini): Still happens here, eafter 9 months happens again with a different partition map: Disk /dev/sda: 750.1 GB, 750156374016 bytes 255 heads, 63 sectors/track, 91201 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x72206f74 Device Boot Start End Blocks Id System /dev/sda1 1 32635 262140606 7 HPFS/NTFS /dev/sda2 32636 52216 157284382+ 7 HPFS/NTFS /dev/sda3 52217 53260 8385930 eb BeOS fs /dev/sda4 * 53261 91201 304761082+ f W95 Ext'd (LBA) /dev/sda5 53261 54304 8385898+ eb BeOS fs /dev/sda6 54305 56914 20964793+ 83 Linux /dev/sda3 is a primary partition... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 10:49:42 2009 From: trac at haiku-os.org (plfiorini) Date: Fri, 21 Aug 2009 08:49:42 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.de26adfe49694f4ccd1168c57f1c618a@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by plfiorini): Sorry for the noise, I just forgot to put fdisk output into a code block. {{{ Disk /dev/sda: 750.1 GB, 750156374016 bytes 255 heads, 63 sectors/track, 91201 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x72206f74 Device Boot Start End Blocks Id System /dev/sda1 1 32635 262140606 7 HPFS/NTFS /dev/sda2 32636 52216 157284382+ 7 HPFS/NTFS /dev/sda3 52217 53260 8385930 eb BeOS fs /dev/sda4 * 53261 91201 304761082+ f W95 Ext'd (LBA) /dev/sda5 53261 54304 8385898+ eb BeOS fs /dev/sda6 54305 56914 20964793+ 83 Linux }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 11:15:51 2009 From: trac at haiku-os.org (axeld) Date: Fri, 21 Aug 2009 09:15:51 -0000 Subject: [Haiku-bugs] [Haiku] #4295: Deskbar is draw at the wrong position when using BWindowScreen. In-Reply-To: <038.c88fa6c15b7a78a4e15f9a8555eb2df7@haiku-os.org> References: <038.c88fa6c15b7a78a4e15f9a8555eb2df7@haiku-os.org> Message-ID: <047.82a8c92ea16737102aec3e5333b51bc6@haiku-os.org> #4295: Deskbar is draw at the wrong position when using BWindowScreen. ---------------------------------+------------------------------------------ Reporter: bga | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: duplicate | Blockedby: 2658 Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: assigned => closed * resolution: => duplicate * blockedby: => 2658 Comment: It's indeed a duplicate, it just happens reproducible now since the app_server works correctly. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 11:20:49 2009 From: trac at haiku-os.org (axeld) Date: Fri, 21 Aug 2009 09:20:49 -0000 Subject: [Haiku-bugs] [Haiku] #2658: Deskbar floating where it should after resolution change In-Reply-To: <042.71b5142596fc67fa61f04043a3169bc3@haiku-os.org> References: <042.71b5142596fc67fa61f04043a3169bc3@haiku-os.org> Message-ID: <051.3c7aa8b88471fe47cd7dc80bc469fc7f@haiku-os.org> #2658: Deskbar floating where it should after resolution change ---------------------------------+------------------------------------------ Reporter: scottmc | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: 4295 ---------------------------------+------------------------------------------ Changes (by axeld): * status: reopened => closed * resolution: => fixed * component: Servers/app_server => Kits/Interface Kit Comment: Fixed in r32557. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 11:22:50 2009 From: trac at haiku-os.org (plfiorini) Date: Fri, 21 Aug 2009 09:22:50 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.42969bdd482513b6bb23718e26df4367@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by plfiorini): From a usb key, makebootable just work fine. I've got Haiku installed into my hard drive booting from a usb key. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 12:36:38 2009 From: trac at haiku-os.org (axeld) Date: Fri, 21 Aug 2009 10:36:38 -0000 Subject: [Haiku-bugs] [Haiku] #4294: Switching resolution of one workspace is switching resolution of all workspaces. In-Reply-To: <038.e8ad09ea72c160a4e93def8efbe94391@haiku-os.org> References: <038.e8ad09ea72c160a4e93def8efbe94391@haiku-os.org> Message-ID: <047.7f9e07f1974abaa4bc52090ee3ba466b@haiku-os.org> #4294: Switching resolution of one workspace is switching resolution of all workspaces. --------------------------------+------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by axeld): * status: assigned => new Comment: I managed to reproduce it once during testing the other now fixed bugs, but I'm now failing to do that again, no matter what I tried. I give up for now; if anyone comes up with a reproducible test case, please tell. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 12:46:02 2009 From: trac at haiku-os.org (monni) Date: Fri, 21 Aug 2009 10:46:02 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.77e9348cc944105741f225149295f70a@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by monni): I disabled EHCI in BIOS and noticed that power light on bluetooth dongle does work now, but it still fails after driver tries to send data. I also tried with USB disk but it doesn't work even though it is detected. "Access light" on the drive does blink for like 3 times and then stops. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 12:56:25 2009 From: trac at haiku-os.org (humdinger) Date: Fri, 21 Aug 2009 10:56:25 -0000 Subject: [Haiku-bugs] [Haiku] #4271: [Tracker] crash in BNode::GetAttrInfo () In-Reply-To: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> References: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> Message-ID: <049.d59afec1c43c7ba7085c5ffe98a02775@haiku-os.org> #4271: [Tracker] crash in BNode::GetAttrInfo () ----------------------------------+----------------------------------------- Reporter: diver | Owner: aldeck Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by humdinger): Thanks, Ingo. That worked! Attached is a text file of the last couple of lines from the syslog, plus a PNG of the KDL screen (the text has "scrolled around" the KDL window, so the end is actually at the top. HTH. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 13:00:27 2009 From: trac at haiku-os.org (aldeck) Date: Fri, 21 Aug 2009 11:00:27 -0000 Subject: [Haiku-bugs] [Haiku] #4271: [Tracker] crash in BNode::GetAttrInfo () In-Reply-To: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> References: <040.0c25e17a5fd63e8e86788facf200554c@haiku-os.org> Message-ID: <049.a93565f72f3a260802a8eeb4bf5d0476@haiku-os.org> #4271: [Tracker] crash in BNode::GetAttrInfo () ----------------------------------+----------------------------------------- Reporter: diver | Owner: aldeck Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by aldeck): Ok! thanks a lot, the BNode pointer is NULL. Will investigate. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 14:21:13 2009 From: trac at haiku-os.org (Disreali) Date: Fri, 21 Aug 2009 12:21:13 -0000 Subject: [Haiku-bugs] [Haiku] #3639: bindings in /beos/etc/hosts should take precendence over dns In-Reply-To: <040.fe0d5ecaf8835923af239b5062465822@haiku-os.org> References: <040.fe0d5ecaf8835923af239b5062465822@haiku-os.org> Message-ID: <049.e1a11549ebc5b4e007e54f8aa0f42ef2@haiku-os.org> #3639: bindings in /beos/etc/hosts should take precendence over dns --------------------------------+------------------------------------------- Reporter: rossi | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Network & Internet | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by Disreali): What is the standard directory to place for hosts files? I still experience this issue of my hosts file being ignored when I have a copy in both /boot/system/etc/ and /boot/home/config/etc/. Is there another folder that the hosts file need to go? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 14:38:24 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Fri, 21 Aug 2009 12:38:24 -0000 Subject: [Haiku-bugs] [Haiku] #4293: Kcore: Page Fault: while compiling Haiku on a Haiku In-Reply-To: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> References: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> Message-ID: <056.174cd6e32acd43cf57be15ecd0f6088e@haiku-os.org> #4293: Kcore: Page Fault: while compiling Haiku on a Haiku -----------------------------+---------------------------------------------- Reporter: apn4m3rdrock | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by jonas.kirilla): Replying to [comment:5 axeld]: > Eventually, the FreeBSD compatibility layer would need to allocate some memory upfront for the mbufs to make sure they don't easily run out. I don't know if it's possible with the compatibility layer (or perhaps already done), but some kind of interrupt mitigation would help a loaded system from receiving traffic it can't handle, limiting/dropping traffic before it enters the system and resources are wasted on it. It doesn't do any good for failed allocations, but it should help overall. OpenBSD are looking at live shrinking a NIC's ring buffer based on how well mbufs reach userspace. (I hope I got that right.) I think Linux switches from interrupts to polling a NIC, beyond a certain threshold. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 14:45:38 2009 From: trac at haiku-os.org (bjante) Date: Fri, 21 Aug 2009 12:45:38 -0000 Subject: [Haiku-bugs] [Haiku] #4298: JPEG Translator fails to build Message-ID: <041.5f2fc6dd46a6640761abd36abdc09058@haiku-os.org> #4298: JPEG Translator fails to build ---------------------------------+------------------------------------------ Reporter: bjante | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Translators | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------+------------------------------------------ My first Haiku bug report :-) When trying to build revision 32563, starting from scratch in an empty directory, I get an error building the JPEG translator, build log attached. [[BR]][[BR]] It seems to be related to changes submitted in revision 32553. [[BR]] When updating the sources to revision 32552 the JPEG translator builds just fine. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 14:52:23 2009 From: trac at haiku-os.org (Hubert) Date: Fri, 21 Aug 2009 12:52:23 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.bca418b609b4552f1277a4ab3a98566a@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Changes (by Hubert): * status: closed => reopened * resolution: fixed => Comment: Hi Rudolf, Unfortunately, the changes do not work, still I do not have a native resolution. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 14:53:48 2009 From: trac at haiku-os.org (plfiorini) Date: Fri, 21 Aug 2009 12:53:48 -0000 Subject: [Haiku-bugs] [Haiku] #2267: Sound plays with noise (using OSS) In-Reply-To: <041.d5b5a7c80f65311174adae8b12bad08a@haiku-os.org> References: <041.d5b5a7c80f65311174adae8b12bad08a@haiku-os.org> Message-ID: <050.e57656d1c30d6fc66186ae1395cb17f5@haiku-os.org> #2267: Sound plays with noise (using OSS) ----------------------------+----------------------------------------------- Reporter: apple7 | Owner: mmu_man Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Media Kit | Version: R1 development Blockedby: | Platform: x86 Blocking: | ----------------------------+----------------------------------------------- Changes (by plfiorini): * cc: pierluigi.fiorini@? (added) Comment: Neither Haiku MP nor CL-Amp works here, well Haiku MP snaps while CL-Amp doesn't produce any output. {{{ Version info: OSS 4.2 (b 081213/200812131922) (0x00040100) Hg revision: changeset: 549:37882103e9d8, tag: tip, date: Sat Dec 13 17:41:47 2008 +0200, summary: Changed the configure script to enable MIDI support by default Platform: Haiku/BePC 1 r32551 Aug 21 2009 02:33:15 (stilnovo) Number of audio devices: 17 Number of audio engines: 17 Number of mixer devices: 1 Device objects 0: oss0 OSS core services 1: oss_hdaudio0 nVidia HD Audio HD Audio controller nVidia HD Audio Vendor ID 0x10de026c Subvendor ID 0x147b1c26 Codec 0: ALC883 (0x10ec0883/0x147b8e01) Mixer devices 0: High Definition Audio ALC883 (Mixer 0 of device object 1) Audio devices HD Audio play front /dev/oss/oss_hdaudio0/pcm0 (device index 0) HD Audio play rear /dev/oss/oss_hdaudio0/pcm1 (device index 1) HD Audio play center/LFE /dev/oss/oss_hdaudio0/pcm2 (device index 2) HD Audio play side /dev/oss/oss_hdaudio0/pcm3 (device index 3) HD Audio play pcm4 /dev/oss/oss_hdaudio0/pcm4 (device index 4) HD Audio play spdif-out /dev/oss/oss_hdaudio0/spdout0 (device index 5) HD Audio rec mix /dev/oss/oss_hdaudio0/pcmin0 (device index 6) HD Audio rec mix /dev/oss/oss_hdaudio0/pcmin1 (device index 7) HD Audio rec spdifin /dev/oss/oss_hdaudio0/spdin0 (device index 8) HD Audio play front (vmix) /dev/oss/oss_hdaudio0/pcm5 (device index 9) HD Audio play front (vmix) /dev/oss/oss_hdaudio0/pcm6 (device index 10) HD Audio play front (vmix) /dev/oss/oss_hdaudio0/pcm7 (device index 11) HD Audio play front (vmix) /dev/oss/oss_hdaudio0/pcm8 (device index 12) HD Audio play front (vmix) /dev/oss/oss_hdaudio0/pcm9 (device index 13) HD Audio play front (vmix) /dev/oss/oss_hdaudio0/pcm10 (device index 14) HD Audio play front (vmix) /dev/oss/oss_hdaudio0/pcm11 (device index 15) HD Audio play front (vmix) /dev/oss/oss_hdaudio0/pcm12 (device index 16) }}} I can confirm that osstest works very well. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 15:20:31 2009 From: trac at haiku-os.org (bonefish) Date: Fri, 21 Aug 2009 13:20:31 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.2f6dae774dce09ce274403fe3330a7a9@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by bonefish): Replying to [comment:6 plfiorini]: > From a usb key, makebootable just work fine. I suppose you mean from within Haiku. > I've got Haiku installed into my hard drive booting from a usb key. Can you attach Haiku's syslog please. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 15:30:45 2009 From: trac at haiku-os.org (GeneralMaximus) Date: Fri, 21 Aug 2009 13:30:45 -0000 Subject: [Haiku-bugs] [Haiku] #4299: RTF DataTranslator Casts BPositionIO to BNode Message-ID: <049.5885a7e98a9f32d8de0e3addcb9c43f9@haiku-os.org> #4299: RTF DataTranslator Casts BPositionIO to BNode ----------------------------------+----------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Translation Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- The context is the RTF DataTranslator, line 622 of convert.cpp in src/add- ons/translators/rtf/ Instead of operating on BPositionIO, the translator casts it into a BNode. The downside of this is that it is impossible to use any subclass of BPositionIO except BFile with the translator. Using any subclass of BPositionIO except for BFile returns I/O error (-2147483647). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 15:59:52 2009 From: trac at haiku-os.org (axeld) Date: Fri, 21 Aug 2009 13:59:52 -0000 Subject: [Haiku-bugs] [Haiku] #3639: bindings in /beos/etc/hosts should take precendence over dns In-Reply-To: <040.fe0d5ecaf8835923af239b5062465822@haiku-os.org> References: <040.fe0d5ecaf8835923af239b5062465822@haiku-os.org> Message-ID: <049.6b666d683d3dfa106f8b33fab0f8bc20@haiku-os.org> #3639: bindings in /beos/etc/hosts should take precendence over dns --------------------------------+------------------------------------------- Reporter: rossi | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Network & Internet | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by axeld): Currently, it should go into /etc - which works fine over here. At some point in the future, it will join the other network files at /boot/common/settings/network/, though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 16:00:56 2009 From: trac at haiku-os.org (rudolfc) Date: Fri, 21 Aug 2009 14:00:56 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.b6fccc5c336d08c79121378e8d1e25f9@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by rudolfc): Hmm. Can you boot up a number of times with the current driver (and the rc1 driver) and tell me if both work consistently? That is, rc1 always detects your screen/gives the native resolution, and current svn never gives you the native resolution/ never detects your screen? I'm thinking the timing might still be critical, and works sometimes, sometimes not.. Thanks! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 16:01:07 2009 From: trac at haiku-os.org (axeld) Date: Fri, 21 Aug 2009 14:01:07 -0000 Subject: [Haiku-bugs] [Haiku] #3551: yasm fails an extra 7 tests on newer Haiku In-Reply-To: <046.ab3ed0af75b5c6dfef57071ca0197938@haiku-os.org> References: <046.ab3ed0af75b5c6dfef57071ca0197938@haiku-os.org> Message-ID: <055.193eff846cdec84f68e4dfcdbbf7db9e@haiku-os.org> #3551: yasm fails an extra 7 tests on newer Haiku --------------------------+------------------------------------------------- Reporter: tonestone57 | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: --------------------------+------------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Thanks for the update! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 16:06:05 2009 From: trac at haiku-os.org (axeld) Date: Fri, 21 Aug 2009 14:06:05 -0000 Subject: [Haiku-bugs] [Haiku] #4299: RTF DataTranslator Casts BPositionIO to BNode In-Reply-To: <049.5885a7e98a9f32d8de0e3addcb9c43f9@haiku-os.org> References: <049.5885a7e98a9f32d8de0e3addcb9c43f9@haiku-os.org> Message-ID: <058.bbe2878dd5f38bf137cb07f718cf3000@haiku-os.org> #4299: RTF DataTranslator Casts BPositionIO to BNode -----------------------------------+---------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Translation Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Fixed in r32568, thanks for the note! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 16:23:11 2009 From: trac at haiku-os.org (HaikuBot) Date: Fri, 21 Aug 2009 14:23:11 -0000 Subject: [Haiku-bugs] [Haiku] #4283: Font artifacts. In-Reply-To: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> References: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> Message-ID: <052.2c5cf95fe89f0a1b0b1ec4ca0ce5ae41@haiku-os.org> #4283: Font artifacts. -------------------------------------+-------------------------------------- Reporter: HaikuBot | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by HaikuBot): Added logs. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 16:25:38 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 21 Aug 2009 14:25:38 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.b76e77e1b67af395adf2032785cc14dd@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): Replying to [comment:6 monni]: > I disabled EHCI in BIOS and noticed that power light on bluetooth dongle does work now, but it still fails after driver tries to send data. I also tried with USB disk but it doesn't work even though it is detected. "Access light" on the drive does blink for like 3 times and then stops. Let's not mix different problems in this one bug report. Does the bluetooth device now experience the same issue as with EHCI enabled? If so, then please file a new bug report for that problem and assign it to bluetooth, as that's likely a driver problem. About the drive, does that one work when you have EHCI enabled? If not, then it probably uses a protocol that is unsupported by the (quite limited) usb_disk driver. I'd like to find out if the OHCI problems are gone now so that this ticket can be closed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 16:51:52 2009 From: trac at haiku-os.org (axeld) Date: Fri, 21 Aug 2009 14:51:52 -0000 Subject: [Haiku-bugs] [Haiku] #4298: JPEG Translator fails to build In-Reply-To: <041.5f2fc6dd46a6640761abd36abdc09058@haiku-os.org> References: <041.5f2fc6dd46a6640761abd36abdc09058@haiku-os.org> Message-ID: <050.fb139fba7132453d34f6d8b30de961aa@haiku-os.org> #4298: JPEG Translator fails to build ----------------------------------+----------------------------------------- Reporter: bjante | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Add-Ons/Translators | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------------+----------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Thanks for the note, but we have automated build testing, so we are aware of such errors early enough (errors get posted to the haiku-commits list). In any case, build errors should rather be posted to the haiku-development mailing list, than opening a ticket for it. And the issue has been fixed in the mean time, too :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 17:17:22 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Fri, 21 Aug 2009 15:17:22 -0000 Subject: [Haiku-bugs] [Haiku] #4293: Kcore: Page Fault: while compiling Haiku on a Haiku In-Reply-To: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> References: <047.80787ed9d72dc04deda7f3ca11893148@haiku-os.org> Message-ID: <056.dba44e4ee2441a4a98f543cfd3c61cda@haiku-os.org> #4293: Kcore: Page Fault: while compiling Haiku on a Haiku -----------------------------+---------------------------------------------- Reporter: apn4m3rdrock | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Network | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Comment(by jonas.kirilla): Here's a presentation on how OpenBSD does what I mentioned above.[[BR]] http://au.sun.com/sunnews/events/2009/kernel/d/KCA3_Gwynne_MCLGETI.pdf [[BR]](slide 38 and forward) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 17:29:03 2009 From: trac at haiku-os.org (Hubert) Date: Fri, 21 Aug 2009 15:29:03 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.deadd521a17b8999d55a64f85162e9c0@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by Hubert): I reboot Haiku by five times (5 with current and 5 with rc driver) and always detect resolution with rc1 and never detect with svn. BTW. with rc1 not member resolution after restart and I had every time change on 1440x900. I try to put the log with the same revision gcc2 if still work correctly. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 17:29:44 2009 From: trac at haiku-os.org (Disreali) Date: Fri, 21 Aug 2009 15:29:44 -0000 Subject: [Haiku-bugs] [Haiku] #4300: BMenu/BmenuField error in Vision Message-ID: <043.532608c0f4c28271fb1a5b5fde01430d@haiku-os.org> #4300: BMenu/BmenuField error in Vision -----------------------+---------------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- In Vision on r32528-gcc4, I am not able to scroll through the colours in Preference/Colors/Color-pulldown-box. I can see the scroll-down arrow at the bottom of the list but it does not work, and I can't see the scroll-up arrow. Filing here as per DeadYak's request on irc. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 17:30:55 2009 From: trac at haiku-os.org (anevilyak) Date: Fri, 21 Aug 2009 15:30:55 -0000 Subject: [Haiku-bugs] [Haiku] #4300: BMenu/BmenuField error in Vision In-Reply-To: <043.532608c0f4c28271fb1a5b5fde01430d@haiku-os.org> References: <043.532608c0f4c28271fb1a5b5fde01430d@haiku-os.org> Message-ID: <052.9130e84a86456de8006761238b26bb99@haiku-os.org> #4300: BMenu/BmenuField error in Vision --------------------------------+------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by anevilyak): * component: - General => Kits/Interface Kit -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 17:40:20 2009 From: trac at haiku-os.org (monni) Date: Fri, 21 Aug 2009 15:40:20 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.306206f5e2d091936cadb37f4c710aac@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by monni): USB drive works with EHCI enabled. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 18:19:40 2009 From: trac at haiku-os.org (Hubert) Date: Fri, 21 Aug 2009 16:19:40 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.5f8e4dec2f0d27f2cda856a9dd462aec@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by Hubert): In gcc2 1440x900 work of course but now not rebember resolution settings too:/ -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 18:21:44 2009 From: trac at haiku-os.org (anevilyak) Date: Fri, 21 Aug 2009 16:21:44 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.44619f32bfb29b3f2a5138839e00cdf0@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by anevilyak): Replying to [comment:32 Hubert]: > In gcc2 1440x900 work of course but now not rebember resolution settings too:/ That's an unrelated bug that's been fixed in svn in the meantime. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 18:25:23 2009 From: trac at haiku-os.org (jackburton) Date: Fri, 21 Aug 2009 16:25:23 -0000 Subject: [Haiku-bugs] [Haiku] #4301: Switching workspace with ParticlesII active crash the app_server Message-ID: <045.617eff329de735a76a09fdecd61d2cae@haiku-os.org> #4301: Switching workspace with ParticlesII active crash the app_server --------------------------------+------------------------------------------- Reporter: jackburton | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Since the last round of changes in the app_server, switching workspaces while the demo "ParticlesII" is running, results in an app_server crash. Backtrace included. r32575. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 18:36:24 2009 From: trac at haiku-os.org (phoudoin) Date: Fri, 21 Aug 2009 16:36:24 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.1e00e21d4a12f7c2a72483927d7fc967@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by phoudoin): Replying to [comment:17 tqh]: > More info, we didn't call AcpiInitializeObjects, which is described as 'must be called'. I wonder how any attempt to use ACPI Global Lock could work if the FACS table is not loaded and _GL_ mutex object is not initialized. .. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 18:56:02 2009 From: trac at haiku-os.org (tqh) Date: Fri, 21 Aug 2009 16:56:02 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.e4522eb4ead24a99ff6117cd943b16ce@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by tqh): I'm working on it, I have a partly rewritten stack that is as far as the one in our repo. InitializeObjects still hangs but I think it's because the initializing order is wrong and some steps are even missing. If i disable acpi_embedded_controller and skip InitializeObjects I can boot my stack and it shows battery info view, although it doesn't update or show how much juice is left. Although I feel I'm getting out of scope for this bug. Btw why acpi_embedded_controller separate from busmanager, (installing the int handlers needs to be done in busmanager before we InitializeObjects)? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 18:58:26 2009 From: trac at haiku-os.org (tqh) Date: Fri, 21 Aug 2009 16:58:26 -0000 Subject: [Haiku-bugs] [Haiku] #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures In-Reply-To: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> References: <043.35751723ced9a59a72db4f0fbb868fc5@haiku-os.org> Message-ID: <052.4ce3bbd8f7e62420fbc90ec3b7624b21@haiku-os.org> #4152: acpi_battery: throw ACPI exceptions about GlobalLock acquisition/release failures ----------------------+----------------------------------------------------- Reporter: phoudoin | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------+----------------------------------------------------- Comment(by tqh): Also I think the mutex type binary_sem as is default maybe wrong. Seems they are inited to 0 by ACPI while the win example impl creates them with 1. So I implemented them according to example. Working on int handlers and init order, which will probably do wonders... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 19:38:45 2009 From: trac at haiku-os.org (axeld) Date: Fri, 21 Aug 2009 17:38:45 -0000 Subject: [Haiku-bugs] [Haiku] #4301: Switching workspace with ParticlesII active crash the app_server In-Reply-To: <045.617eff329de735a76a09fdecd61d2cae@haiku-os.org> References: <045.617eff329de735a76a09fdecd61d2cae@haiku-os.org> Message-ID: <054.1d5fb77525629e5b7eb6527359020ca0@haiku-os.org> #4301: Switching workspace with ParticlesII active crash the app_server --------------------------------+------------------------------------------- Reporter: jackburton | Owner: axeld Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by axeld): * status: new => assigned Comment: In this case, the stack trace of the client thread in question would be helpful, too. But I assume it's in BPrivateScreen::Get(BWindow*), at least this is what I get all the time on real hardware. Please check if it's the same case for you, otherwise, I'm on it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 20:06:53 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 21 Aug 2009 18:06:53 -0000 Subject: [Haiku-bugs] [Haiku] #4302: Mail should store and restore scroll offset Message-ID: <039.d876a801323b5fed781f4b0131558f95@haiku-os.org> #4302: Mail should store and restore scroll offset -------------------------------+-------------------------------------------- Reporter: mmlr | Owner: bga Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Applications/Mail | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------+-------------------------------------------- When switching between larger mails it would be helpful if the scroll offset of the mail text view would be restored. Similar to how BePDF stores the page and scroll offset, so that when you revisit a Mail message you'd start off at the same place. I notice it most often when quickly switching a mail forward to see what just came in and then switch back to the (mostly longer) mail I was reading before. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 20:09:10 2009 From: trac at haiku-os.org (axeld) Date: Fri, 21 Aug 2009 18:09:10 -0000 Subject: [Haiku-bugs] [Haiku] #4301: Switching workspace with ParticlesII active crash the app_server In-Reply-To: <045.617eff329de735a76a09fdecd61d2cae@haiku-os.org> References: <045.617eff329de735a76a09fdecd61d2cae@haiku-os.org> Message-ID: <054.e9d2fbdbec2d287f1d995462baeebe08@haiku-os.org> #4301: Switching workspace with ParticlesII active crash the app_server ---------------------------------+------------------------------------------ Reporter: jackburton | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: assigned => closed * resolution: => fixed Comment: Fixed in r32578. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 20:30:31 2009 From: trac at haiku-os.org (umccullough) Date: Fri, 21 Aug 2009 18:30:31 -0000 Subject: [Haiku-bugs] [Haiku] #2267: Sound plays with noise (using OSS) In-Reply-To: <041.d5b5a7c80f65311174adae8b12bad08a@haiku-os.org> References: <041.d5b5a7c80f65311174adae8b12bad08a@haiku-os.org> Message-ID: <050.d080068c79ed67ca4a947fab758a38c9@haiku-os.org> #2267: Sound plays with noise (using OSS) ----------------------------+----------------------------------------------- Reporter: apple7 | Owner: mmu_man Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Media Kit | Version: R1 development Blockedby: | Platform: x86 Blocking: | ----------------------------+----------------------------------------------- Comment(by umccullough): Does Haiku's built-in HDA work with this device? Since this was reported so long ago, I'm pretty certain the HDA driver has been update and included in the recent builds. If you try to use OpenSound alongside the HDA driver, you are likely to encounter problems, so you should at least remove the HDA driver manually if you intend to use OpenSound. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 21:02:16 2009 From: trac at haiku-os.org (rudolfc) Date: Fri, 21 Aug 2009 19:02:16 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.42b711d4fe0a0a65dcbce13f49c16832@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by rudolfc): OK, Thanks. So do I understand correctly that a GCC2 compiled version of the driver works correctly, while a GCC4 compiled version does not? The rc1 driver and SVN should be identical... Can someone have a look at the common accelerant code to see if there are gcc4 related problems? I never compiled with gcc4 yet. The driver by itself, and the common code should be OK (gcc2). Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 21:03:57 2009 From: trac at haiku-os.org (rudolfc) Date: Fri, 21 Aug 2009 19:03:57 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.f34689fb06b5d4cf62e0aa493b158d50@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by rudolfc): BTW: if you by any chance manually checked out the driver, make sure you also check out/update the accelerants/common code since the actual improvement for the driver is in the timing used there! Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 21:16:28 2009 From: trac at haiku-os.org (Hubert) Date: Fri, 21 Aug 2009 19:16:28 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.ce0f43a3f84a6aeeb87abf21376cb23a@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by Hubert): >So do I understand correctly that a GCC2 compiled version of the driver works correctly, while a GCC4 compiled version does not? Correct. I was write that on beginning >The rc1 driver and SVN should be identical... yes, of course -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 21:26:40 2009 From: trac at haiku-os.org (anevilyak) Date: Fri, 21 Aug 2009 19:26:40 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.9d49411438a67eb7592f2888e4624da8@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by anevilyak): Replying to [comment:34 rudolfc]: > Thanks. So do I understand correctly that a GCC2 compiled version of the driver works correctly, while a GCC4 compiled version does not? This may possibly be unrelated, but I see a similar problem here with the radeon driver: gcc2 version works perfectly, with the gcc4 version I go into an out of range monitor mode as soon as the app_server starts. Don't know if they're sharing any code or not though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 21:31:02 2009 From: trac at haiku-os.org (rudolfc) Date: Fri, 21 Aug 2009 19:31:02 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.1c973b4ac08e669d7c6083caa7a58d15@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by rudolfc): Yes, they are sharing code: accelerants/common. This is the DDC/EDID code that detects the monitor's specifications via built-in I2C and two callback functions inside the drivers themselves: get_signals() set_signals(). I hope this can be nailed.. How should we proceed? (Do I have to checkout a gcc4 build, checkout the sources, and jam from there? Or is there someone who can quickly scan the code and 'detect' typical gcc4 like errors?) Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 21:41:42 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 21 Aug 2009 19:41:42 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.bb6b404da02dae97ebc5ef6b846d1d46@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by mmlr): Replying to [comment:38 rudolfc]: > (Do I have to checkout a gcc4 build, checkout the sources, and jam from there? Or is there someone who can quickly scan the code and 'detect' typical gcc4 like errors?) I'm looking over it right now. Will report my findings if there are any. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 22:12:58 2009 From: trac at haiku-os.org (umccullough) Date: Fri, 21 Aug 2009 20:12:58 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.2fda5917dea6481d6301e7fe06075829@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by umccullough): Replying to [comment:37 anevilyak]: > This may possibly be unrelated, but I see a similar problem here with the radeon driver: gcc2 version works perfectly, with the gcc4 version I go into an out of range monitor mode as soon as the app_server starts. > > Don't know if they're sharing any code or not though. FWIW, I also see differences in detected screen resolution between GCC2 and GCC4 builds using the intel_extreme driver on my G33... Works perfect in gcc2, chooses a lower resolution in gcc4 (and I have to manually adjust it). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 21 22:46:16 2009 From: trac at haiku-os.org (korli) Date: Fri, 21 Aug 2009 20:46:16 -0000 Subject: [Haiku-bugs] [Haiku] #1576: Some headers should be rewritten In-Reply-To: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> References: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> Message-ID: <049.21437278246996c68fd768cfe9ef7813@haiku-os.org> #1576: Some headers should be rewritten -----------------------+---------------------------------------------------- Reporter: korli | Owner: Type: bug | Status: new Priority: high | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Old description: > Here is a list in headers/os. They should be reported in headers/build/. > > headers/os/add-ons/graphics/Accelerant.h > headers/os/add-ons/graphics/GraphicsCard.h > headers/os/add-ons/input_server/InputServerDevice.h > headers/os/add-ons/input_server/InputServerFilter.h > headers/os/add-ons/input_server/InputServerMethod.h > headers/os/app/PropertyInfo.h > headers/os/be_apps/NetPositive/NetPositive.h > headers/os/device/A2D.h > headers/os/device/CAM.h > headers/os/device/D2A.h > headers/os/device/DigitalPort.h > headers/os/device/Joystick.h > headers/os/device/scsi.h > headers/os/device/SerialPort.h > headers/os/drivers/atomizer.h > headers/os/drivers/bus_manager.h > headers/os/drivers/ISA.h > headers/os/drivers/midi_driver.h > headers/os/drivers/PCI.h > headers/os/drivers/USB_printer.h > headers/os/drivers/USB_rle.h > headers/os/drivers/USB_spec.h > headers/os/interface/ChannelControl.h > headers/os/interface/ChannelSlider.h > headers/os/interface/MultiChannelControl.h > headers/os/interface/PrintJob.h > headers/os/kernel/scheduler.h > headers/os/mail/E-mail.h > headers/os/media/BufferConsumer.h > headers/os/media/BufferGroup.h > headers/os/media/Buffer.h > headers/os/media/BufferProducer.h > headers/os/media/Controllable.h > headers/os/media/FileInterface.h > headers/os/media/MediaAddOn.h > headers/os/media/MediaDefs.h > headers/os/media/MediaEventLooper.h > headers/os/media/MediaFiles.h > headers/os/media/MediaFormats.h > headers/os/media/MediaNode.h > headers/os/media/ParameterWeb.h > headers/os/media/PlaySound.h > headers/os/media/RealtimeAlloc.h > headers/os/media/SoundFile.h > headers/os/media/Sound.h > headers/os/media/SoundPlayer.h > headers/os/media/TimeCode.h > headers/os/media/TimedEventQueue.h > headers/os/media/TimeSource.h > headers/os/net/net_settings.h > headers/os/translation/BitmapStream.h > headers/os/translation/TranslationDefs.h > headers/os/translation/TranslationErrors.h > headers/os/translation/TranslationKit.h > headers/os/translation/TranslatorAddOn.h > headers/os/translation/TranslatorFormats.h > > Done: > headers/os/add-ons/tracker/TrackerAddOn.h > headers/os/game/DirectWindow.h > headers/os/kernel/image.h > headers/os/interface/Input.h > headers/os/interface/MenuBar.h > headers/os/interface/OptionControl.h > headers/os/interface/OptionPopUp.h > headers/os/interface/PopUpMenu.h > headers/os/interface/TextView.h > headers/os/media/MediaRoster.h > headers/os/opengl/GLView.h New description: Here is a list in headers/os. They should be reported in headers/build/. headers/os/add-ons/graphics/Accelerant.h headers/os/add-ons/graphics/GraphicsCard.h headers/os/add-ons/input_server/InputServerFilter.h headers/os/add-ons/input_server/InputServerMethod.h headers/os/app/PropertyInfo.h headers/os/be_apps/NetPositive/NetPositive.h headers/os/device/A2D.h headers/os/device/CAM.h headers/os/device/D2A.h headers/os/device/DigitalPort.h headers/os/device/Joystick.h headers/os/device/scsi.h headers/os/device/SerialPort.h headers/os/drivers/atomizer.h headers/os/drivers/bus_manager.h headers/os/drivers/ISA.h headers/os/drivers/midi_driver.h headers/os/drivers/PCI.h headers/os/drivers/USB_printer.h headers/os/drivers/USB_rle.h headers/os/drivers/USB_spec.h headers/os/interface/ChannelSlider.h headers/os/interface/MultiChannelControl.h headers/os/interface/PrintJob.h headers/os/kernel/scheduler.h headers/os/mail/E-mail.h headers/os/media/BufferConsumer.h headers/os/media/Buffer.h headers/os/media/BufferProducer.h headers/os/media/Controllable.h headers/os/media/FileInterface.h headers/os/media/MediaAddOn.h headers/os/media/MediaDefs.h headers/os/media/MediaEventLooper.h headers/os/media/MediaFiles.h headers/os/media/MediaNode.h headers/os/media/PlaySound.h headers/os/media/RealtimeAlloc.h headers/os/media/SoundFile.h headers/os/media/SoundPlayer.h headers/os/media/TimeCode.h headers/os/media/TimedEventQueue.h headers/os/media/TimeSource.h headers/os/net/net_settings.h headers/os/translation/BitmapStream.h headers/os/translation/TranslationDefs.h headers/os/translation/TranslationErrors.h headers/os/translation/TranslationKit.h headers/os/translation/TranslatorAddOn.h headers/os/translation/TranslatorFormats.h Done: headers/os/add-ons/input_server/InputServerDevice.h headers/os/interface/ChannelControl.h headers/os/media/BufferGroup.h headers/os/media/MediaFormats.h headers/os/media/ParameterWeb.h headers/os/media/Sound.h headers/os/add-ons/tracker/TrackerAddOn.h headers/os/game/DirectWindow.h headers/os/kernel/image.h headers/os/interface/Input.h headers/os/interface/MenuBar.h headers/os/interface/OptionControl.h headers/os/interface/OptionPopUp.h headers/os/interface/PopUpMenu.h headers/os/interface/TextView.h headers/os/media/MediaRoster.h headers/os/opengl/GLView.h -- Comment(by korli): These headers have been rewritten: headers/os/add-ons/input_server/InputServerDevice.h headers/os/interface/ChannelControl.h headers/os/media/BufferGroup.h headers/os/media/MediaFormats.h headers/os/media/Sound.h -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 00:44:51 2009 From: trac at haiku-os.org (tqh) Date: Fri, 21 Aug 2009 22:44:51 -0000 Subject: [Haiku-bugs] [Haiku] #2342: No system timer interrupt on some ATI chipsets In-Reply-To: <039.3674ba47b1d07ce0d804a70edffeeb2b@haiku-os.org> References: <039.3674ba47b1d07ce0d804a70edffeeb2b@haiku-os.org> Message-ID: <048.d5e913b11108d8574e88124610e95fad@haiku-os.org> #2342: No system timer interrupt on some ATI chipsets ---------------------------+------------------------------------------------ Reporter: euan | Owner: mmu_man Type: bug | Status: assigned Priority: high | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: 3579 | ---------------------------+------------------------------------------------ Comment(by tqh): This might be worth checking: http://fxr.watson.org/fxr/source/i386/pci/pci_cfgreg.c?im=bigexcerpts#L592 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 01:12:35 2009 From: trac at haiku-os.org (anevilyak) Date: Fri, 21 Aug 2009 23:12:35 -0000 Subject: [Haiku-bugs] [Haiku] #4303: app_server doesn't gracefully deal with missing accelerant Message-ID: <044.ad06559170641112792a563e031285dd@haiku-os.org> #4303: app_server doesn't gracefully deal with missing accelerant --------------------------------+------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- If a kernel driver for a graphics chip is present and publishes a device, but its corresponding accelerant is missing, the app_server fails to gracefully fall back to a different device. Noticed this by accident while disabling the radeon (removed the accelerant instead of the kernel driver like I usually do). End result, "Could not initialize graphics output, exiting" on serial, and the Desktop never appeared. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 03:03:35 2009 From: trac at haiku-os.org (mmlr) Date: Sat, 22 Aug 2009 01:03:35 -0000 Subject: [Haiku-bugs] [Haiku] #2275: Radeon driver GCC4 issues. In-Reply-To: <039.a2808672f1309807033e7095f55f6353@haiku-os.org> References: <039.a2808672f1309807033e7095f55f6353@haiku-os.org> Message-ID: <048.067bf6944725d0b50f5ed86f732752fc@haiku-os.org> #2275: Radeon driver GCC4 issues. --------------------------------------+------------------------------------- Reporter: euan | Owner: euan Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/radeon | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Changes (by mmlr): * status: assigned => closed * resolution: => fixed Comment: Fixed in r32593. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 03:04:30 2009 From: trac at haiku-os.org (mmlr) Date: Sat, 22 Aug 2009 01:04:30 -0000 Subject: [Haiku-bugs] [Haiku] #2780: Video out of range on GeForce 6100 (KM51G-754) In-Reply-To: <046.76cb332d913612d99e9a4f2e6ef2809e@haiku-os.org> References: <046.76cb332d913612d99e9a4f2e6ef2809e@haiku-os.org> Message-ID: <055.15864eb4fb7a86fa1a3882b902a1c161@haiku-os.org> #2780: Video out of range on GeForce 6100 (KM51G-754) -------------------------------------+-------------------------------------- Reporter: richienyhus | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by mmlr): I see that some of the versions were tested with GCC4. The output of these are invalid, as before r32593 I2C sending was broken on GCC4. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 03:05:23 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 01:05:23 -0000 Subject: [Haiku-bugs] [Haiku] #4250: [Keymap] pressing shift doesn't show uppercase characters In-Reply-To: <040.7a37a949bae8831ad119122f9ba42a3a@haiku-os.org> References: <040.7a37a949bae8831ad119122f9ba42a3a@haiku-os.org> Message-ID: <049.08dc14e21f436f0e353b51792bbe1f8b@haiku-os.org> #4250: [Keymap] pressing shift doesn't show uppercase characters --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Keymap | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by diver): Clicking Shift button in the Keymap preflet do show uppercase characters. Should it show it if you press actual keyboard shift button? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 03:05:39 2009 From: trac at haiku-os.org (mmlr) Date: Sat, 22 Aug 2009 01:05:39 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.e5797148cd7c30793546b81f0d9bba04@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Changes (by mmlr): * status: reopened => closed * resolution: => fixed Comment: Fixed the GCC4 issue in r32593. Closing again. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 04:06:34 2009 From: trac at haiku-os.org (mmlr) Date: Sat, 22 Aug 2009 02:06:34 -0000 Subject: [Haiku-bugs] [Haiku] #4282: PackageInstaller Cannot Find libnet.so In-Reply-To: <049.98387a0c2c0ad9f56638c823d262e6a2@haiku-os.org> References: <049.98387a0c2c0ad9f56638c823d262e6a2@haiku-os.org> Message-ID: <058.1cec274dea479a056abe4eb5a3845edd@haiku-os.org> #4282: PackageInstaller Cannot Find libnet.so -----------------------------+---------------------------------------------- Reporter: GeneralMaximus | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: invalid | Blockedby: Platform: x86 | Blocking: -----------------------------+---------------------------------------------- Changes (by mmlr): * status: new => closed * resolution: => invalid Comment: I take it this is a GCC4 installation. There is not supposed to by a libnet.so, as this is the formerly used networking library from BeOS R5. The libnet.so to libnetwork.so symlink should only be present under GCC2 Haiku to support loading of R5 apps that were compiled against it. On GCC4 there shouldn't be anything linking to libnet.so as there aren't any R5 apps. When compiling applications for Haiku (regardless of which GCC) libnet.so is not to be used. Instead always use libnetwork.so, as that one provides the interface our headers define. Therefore there never is a libnet.so link in the developer library paths. Therefore whatever package you encounter this problem with is either not properly compiled or not compatible with the Haiku version you are using it on (GCC2 vs. GCC4). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 04:22:22 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 02:22:22 -0000 Subject: [Haiku-bugs] [Haiku] #4304: [app_server] crash in Window::Screen () Message-ID: <040.be8b6fecfa82f716463c25c76571f184@haiku-os.org> #4304: [app_server] crash in Window::Screen () --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- app_server crashed after runnung Magnify, see screenshot for a backtrace [[BR]] Happened on r32593 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 09:40:55 2009 From: trac at haiku-os.org (rudolfc) Date: Sat, 22 Aug 2009 07:40:55 -0000 Subject: [Haiku-bugs] [Haiku] #2948: No nVidia accelerated video on 7600GS analog output In-Reply-To: <043.d23098c8ca39faf130c5725dd5609d74@haiku-os.org> References: <043.d23098c8ca39faf130c5725dd5609d74@haiku-os.org> Message-ID: <052.5d67d9aa5ec217484be26179e7f1c8e1@haiku-os.org> #2948: No nVidia accelerated video on 7600GS analog output -------------------------------------+-------------------------------------- Reporter: tigerdog | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi tigerdog, Can you post a full update on the status here? Also let me know if you are testing with GCC4 or GCC2 just to be sure.. Can you upload a new logfile as well? Thanks! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 09:44:23 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 22 Aug 2009 07:44:23 -0000 Subject: [Haiku-bugs] [Haiku] #575: [SampleStudio] crash if you try to open a file In-Reply-To: <040.92e2d10ba6ec843c4eec0bd033dd3c2f@haiku-os.org> References: <040.92e2d10ba6ec843c4eec0bd033dd3c2f@haiku-os.org> Message-ID: <049.edd657c991feaf0da93157c40e57a4fe@haiku-os.org> #575: [SampleStudio] crash if you try to open a file ----------------------------+----------------------------------------------- Reporter: diver | Owner: marcusoverhagen Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by modeenf): * cc: fredrik@? (added) Comment: Tested to load some mp3's and I had no problem, used Haiku r32595 and SampelStudio 1.0 B2.1. Closing this if no one rejects. Other changes in here perhaps a new TODO or bug report? I think I don't really understand what's need to be done here, but what's new :). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 09:48:07 2009 From: trac at haiku-os.org (rudolfc) Date: Sat, 22 Aug 2009 07:48:07 -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.ff439342b07ed935a26cd00b6137b6e3@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 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi again fano, Could you please retest the current driver in svn and upload a log? I'm curious what the current status is.. Thanks! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 09:52:01 2009 From: trac at haiku-os.org (rudolfc) Date: Sat, 22 Aug 2009 07:52:01 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.1e347437631d58c959f1d45636779797@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by rudolfc): Thanks a lot mmlr! Great to wake up this morning and see it fixed!! 8-) Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 10:02:16 2009 From: trac at haiku-os.org (rudolfc) Date: Sat, 22 Aug 2009 08:02:16 -0000 Subject: [Haiku-bugs] [Haiku] #4283: Font artifacts. In-Reply-To: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> References: <043.c06ba38aa67f78804ba9a28515e1f2e1@haiku-os.org> Message-ID: <052.f8ef50ba5706f3cd783a6836f6334930@haiku-os.org> #4283: Font artifacts. -------------------------------------+-------------------------------------- Reporter: HaikuBot | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi, Thanks for the pictures and log. What I see here is a typical case of the screen not correctly phasing to the incoming pixel 'datastream' on a VGA connection. This can be if the number of pixels in a line is not like the monitor wants it. This happens more often on relative cheap VGA connected screens because the autosetting feature is not very good there. You can try to manually modify the monitor's phase setting (and the other related sync settings) to get a decent 1:1 pixel output. If that is not possible then it's a good plan to try the exact modeline as reported in the driver log as being the native line: I2C: specsEDID: timing.pixel_clock 146.250 Mhz I2C: specsEDID: timing.h_display 1680 I2C: specsEDID: timing.h_sync_start 1784 I2C: specsEDID: timing.h_sync_end 1960 I2C: specsEDID: timing.h_total 2240 I2C: specsEDID: timing.v_display 1050 I2C: specsEDID: timing.v_sync_start 1053 I2C: specsEDID: timing.v_sync_end 1059 I2C: specsEDID: timing.v_total 1089 if you want to test that please modify the modeline in a local copy of the driver source if needed. Please keep me posted! Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 11:43:26 2009 From: trac at haiku-os.org (Hubert) Date: Sat, 22 Aug 2009 09:43:26 -0000 Subject: [Haiku-bugs] [Haiku] #4084: Lack 1440x900 resolutoion In-Reply-To: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> References: <041.cd6c43eeba19a20b979ea71328fb6e99@haiku-os.org> Message-ID: <050.b87db76091dc790a35e5e85f4c8dc6a2@haiku-os.org> #4084: Lack 1440x900 resolutoion --------------------------------------+------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by Hubert): Yep, I tested r32595 and now work. Thanks everyone for help. BTW, I have still much the same problem in #4269 - network work in gcc2 hybrid but not work in gcc4 hybrid. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 11:50:20 2009 From: trac at haiku-os.org (Hubert) Date: Sat, 22 Aug 2009 09:50:20 -0000 Subject: [Haiku-bugs] [Haiku] #4269: DHCP not work in r32480 gcc4 hybrid In-Reply-To: <041.09b7a4bb901f3aa1acdd31aae0c5176d@haiku-os.org> References: <041.09b7a4bb901f3aa1acdd31aae0c5176d@haiku-os.org> Message-ID: <050.c7541850e16f48c79e17096fac056b85@haiku-os.org> #4269: DHCP not work in r32480 gcc4 hybrid --------------------------------+------------------------------------------- Reporter: Hubert | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Network & Internet | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by Hubert): In #4084 is similar problem. Difference is present between gcc2(work) and gcc4(doesn't work). #4084 is solved now but #4269 is still active: network doesn't work. I tested on r32595. Maybe these information will be helpful. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 12:49:40 2009 From: trac at haiku-os.org (tqh) Date: Sat, 22 Aug 2009 10:49:40 -0000 Subject: [Haiku-bugs] [Haiku] #4305: PowerStatus may divide with 0 and crash Deskbar Message-ID: <038.efaf3090ae89b8459a1a39bf20634ed5@haiku-os.org> #4305: PowerStatus may divide with 0 and crash Deskbar --------------------------+------------------------------------------------- Reporter: tqh | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- PowerStatus reads a value without checking if it zero before doing a divide, which can crash Deskbar (and did so with the default ACPI code here). Patch included. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 12:57:27 2009 From: trac at haiku-os.org (tqh) Date: Sat, 22 Aug 2009 10:57:27 -0000 Subject: [Haiku-bugs] [Haiku] #4305: PowerStatus may divide with 0 and crash Deskbar In-Reply-To: <038.efaf3090ae89b8459a1a39bf20634ed5@haiku-os.org> References: <038.efaf3090ae89b8459a1a39bf20634ed5@haiku-os.org> Message-ID: <047.0ce5d195c134f31b6c2aa1e6ca6b1fd4@haiku-os.org> #4305: PowerStatus may divide with 0 and crash Deskbar --------------------------+------------------------------------------------- Reporter: tqh | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by tqh): The idea is that we only update fPercent if we have full_capacity value other than 0. Otherwise we keep the old value, which may be -1 (never set) or the last known value. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 13:32:50 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 11:32:50 -0000 Subject: [Haiku-bugs] [Haiku] #4256: media_addon_server sucking CPU in VirtualBox In-Reply-To: <044.4c86911ba40dbd6890f2c28924e5d7f3@haiku-os.org> References: <044.4c86911ba40dbd6890f2c28924e5d7f3@haiku-os.org> Message-ID: <053.c52f40afe8461a04cb85ff8d0badc3ac@haiku-os.org> #4256: media_addon_server sucking CPU in VirtualBox ----------------------------------------+----------------------------------- Reporter: humdinger | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/media_addon_server | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------------+----------------------------------- Comment(by diver): BTW, OSS is working fine as long as you remove auich driver. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 13:41:18 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 11:41:18 -0000 Subject: [Haiku-bugs] [Haiku] #575: [SampleStudio] crash if you try to open a file In-Reply-To: <040.92e2d10ba6ec843c4eec0bd033dd3c2f@haiku-os.org> References: <040.92e2d10ba6ec843c4eec0bd033dd3c2f@haiku-os.org> Message-ID: <049.f7176a764110ff793c173545d306a871@haiku-os.org> #575: [SampleStudio] crash if you try to open a file ----------------------------+----------------------------------------------- Reporter: diver | Owner: marcusoverhagen Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Comment(by diver): Can't reproduce it here too with SampelStudio 1.0 Beta 3.0. Feel free to close it.[[BR]] BTW, anybody know why playing mp3 in SampelStudio does not skip at all when moving firefox around compared to VLC and MediaPlayer? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 13:51:18 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 11:51:18 -0000 Subject: [Haiku-bugs] [Haiku] #4266: [Drupal] favicon and Firefox In-Reply-To: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> References: <040.ed439dce51bbc1eba92c1f20650d74ee@haiku-os.org> Message-ID: <049.71feefaf075f54d30ce8b59d20b07bbd@haiku-os.org> #4266: [Drupal] favicon and Firefox -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by diver): I've tested it in Windows XP with Firefox 2.0.2.0 and it suffers from the same problem. Firefox 3.0.10 don't show this problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 15:17:26 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 13:17:26 -0000 Subject: [Haiku-bugs] [Haiku] #4306: [app_server] Deskbar only visible on the current workspace Message-ID: <040.44f3ba971de460cb5960fcdef3b97431@haiku-os.org> #4306: [app_server] Deskbar only visible on the current workspace --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Deskbar only visible on the current workspace in Workspaces.[[BR]] Also miniature windows (in Workspaces) enlarges if you switch to another workspace.[[BR]] Tested with r32596 in VirtualBpx 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 15:41:30 2009 From: trac at haiku-os.org (modeenf) Date: Sat, 22 Aug 2009 13:41:30 -0000 Subject: [Haiku-bugs] [Haiku] #575: [SampleStudio] crash if you try to open a file In-Reply-To: <040.92e2d10ba6ec843c4eec0bd033dd3c2f@haiku-os.org> References: <040.92e2d10ba6ec843c4eec0bd033dd3c2f@haiku-os.org> Message-ID: <049.ea4de4facbe2704f90413e8f13d040b4@haiku-os.org> #575: [SampleStudio] crash if you try to open a file ----------------------------+----------------------------------------------- Reporter: diver | Owner: marcusoverhagen Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by modeenf): * status: assigned => closed * resolution: => fixed Comment: is that the latest SampelStudio from bebits does it include the source? haikuware only have 1.0 Beta 2.1 :) Closing this as fixed -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 15:58:18 2009 From: trac at haiku-os.org (jackburton) Date: Sat, 22 Aug 2009 13:58:18 -0000 Subject: [Haiku-bugs] [Haiku] #4304: [app_server] crash in Window::Screen () In-Reply-To: <040.be8b6fecfa82f716463c25c76571f184@haiku-os.org> References: <040.be8b6fecfa82f716463c25c76571f184@haiku-os.org> Message-ID: <049.646119e8e51e15d7d162dad40818dff2@haiku-os.org> #4304: [app_server] crash in Window::Screen () --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by jackburton): Had a quick look, and what happens obviously is that ServerWindow::Window() can return NULL (and does, in this case, since the window which Magnify uses to call BScreen is an offscreen window). So I guess that, for offscreen windows, we'll have to resort to use the B_MAIN_SCREEN_ID (for compatibility), or return an error message, since Magnify is at fault here. The real problem, obviously, is that the app_server shouldn't crash :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 16:06:48 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 14:06:48 -0000 Subject: [Haiku-bugs] [Haiku] #4307: [Sounds] preflet should remember window position and size Message-ID: <040.5b244c13b170d8817da489d4a6c005d5@haiku-os.org> #4307: [Sounds] preflet should remember window position and size --------------------------------+------------------------------------------- Reporter: diver | Owner: marcusoverhagen Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Preferences/Sounds | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 16:13:09 2009 From: trac at haiku-os.org (jackburton) Date: Sat, 22 Aug 2009 14:13:09 -0000 Subject: [Haiku-bugs] [Haiku] #4304: [app_server] crash in Window::Screen () In-Reply-To: <040.be8b6fecfa82f716463c25c76571f184@haiku-os.org> References: <040.be8b6fecfa82f716463c25c76571f184@haiku-os.org> Message-ID: <049.32d1bf9d24336786d0aac5b765c5464a@haiku-os.org> #4304: [app_server] crash in Window::Screen () --------------------------------+------------------------------------------- Reporter: diver | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by jackburton): * owner: axeld => jackburton -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 16:17:04 2009 From: trac at haiku-os.org (jackburton) Date: Sat, 22 Aug 2009 14:17:04 -0000 Subject: [Haiku-bugs] [Haiku] #4304: [app_server] crash in Window::Screen () In-Reply-To: <040.be8b6fecfa82f716463c25c76571f184@haiku-os.org> References: <040.be8b6fecfa82f716463c25c76571f184@haiku-os.org> Message-ID: <049.ed1d0d3ec61d28269889d3a75078d631@haiku-os.org> #4304: [app_server] crash in Window::Screen () ---------------------------------+------------------------------------------ Reporter: diver | Owner: jackburton Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by jackburton): * status: new => closed * resolution: => fixed Comment: Should be fixed in r32611. Please review. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 16:41:07 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Sat, 22 Aug 2009 14:41:07 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition Message-ID: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ After the switch to ATA I can't boot http://haiku-files.org/raw/haiku-pre-alpha-r32591-raw.zip I tried once without DMA and once with all safe mode options turned on, with the same error. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 16:43:16 2009 From: trac at haiku-os.org (brunobratwurst) Date: Sat, 22 Aug 2009 14:43:16 -0000 Subject: [Haiku-bugs] [Haiku] #4309: Cannot write makebootable to usb stick... Message-ID: <049.64d282d9945ab9e99d16665471bdfb56@haiku-os.org> #4309: Cannot write makebootable to usb stick... ----------------------------+----------------------------------------------- Reporter: brunobratwurst | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- I tried to use driveSetup to make my usb stick bootable. but it fails it shows an error and after that 26687.1 TB space on the 8GB device. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 16:58:11 2009 From: trac at haiku-os.org (mmlr) Date: Sat, 22 Aug 2009 14:58:11 -0000 Subject: [Haiku-bugs] [Haiku] #4309: Cannot write makebootable to usb stick... In-Reply-To: <049.64d282d9945ab9e99d16665471bdfb56@haiku-os.org> References: <049.64d282d9945ab9e99d16665471bdfb56@haiku-os.org> Message-ID: <058.157520ca2157dad77825d9f6e344e16e@haiku-os.org> #4309: Cannot write makebootable to usb stick... -----------------------------+---------------------------------------------- Reporter: brunobratwurst | Owner: mmlr Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Resolution: duplicate | Blockedby: 4135 Platform: All | Blocking: -----------------------------+---------------------------------------------- Changes (by mmlr): * status: new => closed * resolution: => duplicate * blockedby: => 4135 Comment: From looking at that log I guess this is the same as #4135. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 16:59:07 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 14:59:07 -0000 Subject: [Haiku-bugs] [Haiku] #575: [SampleStudio] crash if you try to open a file In-Reply-To: <040.92e2d10ba6ec843c4eec0bd033dd3c2f@haiku-os.org> References: <040.92e2d10ba6ec843c4eec0bd033dd3c2f@haiku-os.org> Message-ID: <049.61e4aba565c987280fa2e1f033d4f591@haiku-os.org> #575: [SampleStudio] crash if you try to open a file ----------------------------+----------------------------------------------- Reporter: diver | Owner: marcusoverhagen Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Comment(by diver): I took it from BeMax4b1 /BeOS5PEMaxEditionV4b1/_packages_/SampleStudio/apps/SampleStudio.pk -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 17:18:37 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 15:18:37 -0000 Subject: [Haiku-bugs] [Haiku] #4310: [Tracker] running NetPositive will wipe out open with menu Message-ID: <040.18299e2fd38ae98ace725253f234f530@haiku-os.org> #4310: [Tracker] running NetPositive will wipe out open with menu ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Running some of the old Be apps like NetPositive or BeIDE will wipe out supported applications from Tracker's Open With menu:[[BR]] [[Image(before.png)]][[BR]] [[Image(after.png)]][[BR]] Tested with r32612 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 17:37:49 2009 From: trac at haiku-os.org (idefix) Date: Sat, 22 Aug 2009 15:37:49 -0000 Subject: [Haiku-bugs] [Haiku] #4300: BMenu/BmenuField error in Vision In-Reply-To: <043.532608c0f4c28271fb1a5b5fde01430d@haiku-os.org> References: <043.532608c0f4c28271fb1a5b5fde01430d@haiku-os.org> Message-ID: <052.6c7d0adb9216082f9df111211c59accc@haiku-os.org> #4300: BMenu/BmenuField error in Vision --------------------------------+------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by idefix): Probably the same bug as described in ticket:3675 and ticket:3920. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 18:04:35 2009 From: trac at haiku-os.org (bga) Date: Sat, 22 Aug 2009 16:04:35 -0000 Subject: [Haiku-bugs] [Haiku] #4311: Chart with BDirectWindow is broken. Message-ID: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> #4311: Chart with BDirectWindow is broken. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ A new chapter of the BDirectWindow/BWindowScreen saga. :) 1 - Start Chart.[[BR]] 2 - Resize its window to a bigger size.[[BR]] 3 - Start animation (it can be "Free motion".[[BR]] 4 - Enable display with DirectWindow. You will see that it is not using the entire drawing area (it seems to be using an area that has the size of the window before it was made bigger (but I am not 100% sure about this). Then, to make things worse, move the window around... the animation starts being draw outside the Window. Also, this may ot may not be releated: Chart does not quit correctly, getting stuck waiting for a semaphore: {{{ #0 0xffff0114 in ?? () #1 0x004e4de5 in acquire_sem_etc () from /boot/system/lib/libroot.so #2 0x002df51e in BLooper::_LockComplete () from /boot/system/lib/libbe.so #3 0x002df479 in BLooper::_Lock () from /boot/system/lib/libbe.so #4 0x002de784 in BLooper::Lock () from /boot/system/lib/libbe.so #5 0x002d60ab in BApplication::_WindowQuitLoop () from /boot/system/lib/libbe.so #6 0x002d61a3 in BApplication::_QuitAllWindows () from /boot/system/lib/libbe.so #7 0x002d3561 in BApplication::QuitRequested () from /boot/system/lib/libbe.so #8 0x002dfca0 in BLooper::_QuitRequested () from /boot/system/lib/libbe.so #9 0x002de272 in BLooper::DispatchMessage () from /boot/system/lib/libbe.so #10 0x002d4ca9 in BApplication::DispatchMessage () from /boot/system/lib/libbe.so #11 0x002dfbf5 in BLooper::task_looper () from /boot/system/lib/libbe.so #12 0x002d3415 in BApplication::Run () from /boot/system/lib/libbe.so #13 0x00207b6a in main () }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 18:05:27 2009 From: trac at haiku-os.org (hiei) Date: Sat, 22 Aug 2009 16:05:27 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot Message-ID: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> #4312: "Could not read block, operation timed out" at boot ---------------------------+------------------------------------------------ Reporter: hiei | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Downloaded image "haiku-pre-alpha-r32591-raw" (gcc2) and flashed on a USB memory stick. Booting from USB, it starts correctly but after showing the blue background, it panics with the attached message. Some time ago (a year or so) the same procedure worked correctly on the same hardware (Acer Aspire 5560, Intel Core Duo). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 18:09:31 2009 From: trac at haiku-os.org (bga) Date: Sat, 22 Aug 2009 16:09:31 -0000 Subject: [Haiku-bugs] [Haiku] #4313: Only switch resolutions when needed after an application started a BWindowScreen. Message-ID: <038.0e5b8b20e2546d7f7c077981ed0795aa@haiku-os.org> #4313: Only switch resolutions when needed after an application started a BWindowScreen. --------------------------------+------------------------------------------- Reporter: bga | Owner: axeld Type: enhancement | Status: new Priority: low | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- SoundPlay has a plugin called QING that, when in full screen mode, uses BDirectWindow. When you enter this mode, it changes the resolution. If you leave full screen mode and then close SoundPlay, it is noticeable (at least with VESA) that the app_server tried to switch the resolution back to the original one. The problem is that the resolution is already the original one (the BWindowScreen was quit) and then the screen flickers unnecessarily. The app-server should first check if the resolution is not already the original one before trying to revert it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 18:14:12 2009 From: trac at haiku-os.org (mmlr) Date: Sat, 22 Aug 2009 16:14:12 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot In-Reply-To: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> References: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> Message-ID: <048.172e569fbc920f7a5dcc85ce611c9d77@haiku-os.org> #4312: "Could not read block, operation timed out" at boot -------------------------+-------------------------------------------------- Reporter: hiei | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Changes (by mmlr): * owner: axeld => mmlr * status: new => assigned * component: System/Kernel => Drivers/USB Comment: Can you please try that with a revision >= r32615. It's likely that during the heavy load of the initial MIME-setting the tiny 2 second timeout simply wasn't enough. I've enlarged it now, so it should only happen if there is a real underlying problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 18:21:43 2009 From: trac at haiku-os.org (jackburton) Date: Sat, 22 Aug 2009 16:21:43 -0000 Subject: [Haiku-bugs] [Haiku] #4311: Chart with BDirectWindow is broken. In-Reply-To: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> References: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> Message-ID: <047.3fb5719047764882be72b9ac34c2df6f@haiku-os.org> #4311: Chart with BDirectWindow is broken. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jackburton): That's just great. I'm sure it's caused by my latest changes. I was sure I tested extensively but obviously not THAT extensively :) I'm on it, anyway. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 18:25:46 2009 From: trac at haiku-os.org (jackburton) Date: Sat, 22 Aug 2009 16:25:46 -0000 Subject: [Haiku-bugs] [Haiku] #4311: Chart with BDirectWindow is broken. In-Reply-To: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> References: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> Message-ID: <047.f348e30a1b91b3f45e7ed0584a152434@haiku-os.org> #4311: Chart with BDirectWindow is broken. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Changes (by jackburton): * status: new => assigned -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 18:28:33 2009 From: trac at haiku-os.org (jackburton) Date: Sat, 22 Aug 2009 16:28:33 -0000 Subject: [Haiku-bugs] [Haiku] #2997: Regression: DrawingEngine::ReadBitmap copies the cursor always into the bitmap (does not respect cursor on off setting) In-Reply-To: <040.18af5f42638fbe8cac79b8e1f85e7fad@haiku-os.org> References: <040.18af5f42638fbe8cac79b8e1f85e7fad@haiku-os.org> Message-ID: <049.6ebdc77b9f661ba5243d2aa47335a4ae@haiku-os.org> #2997: Regression: DrawingEngine::ReadBitmap copies the cursor always into the bitmap (does not respect cursor on off setting) --------------------------------+------------------------------------------- Reporter: julun | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: 2988 | --------------------------------+------------------------------------------- Comment(by jackburton): Replying to [comment:2 stippi]: > BTW, so that it is not forgotten, I have a "fix" for this locally, but while it works very fine in the app_server test environment and probably in VESA mode, it is a weird problem when using the nVidia driver, which I cannot explain myself.... Ping! Any news on this ? At least, please show us the fix :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 18:45:27 2009 From: trac at haiku-os.org (mmlr) Date: Sat, 22 Aug 2009 16:45:27 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.1f04e88e86df8f40601845ea2c7e602c@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Changes (by mmlr): * owner: axeld => mmlr * status: new => assigned Comment: Can you please try with a revision >= r32616 and update the log? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 19:20:15 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 17:20:15 -0000 Subject: [Haiku-bugs] [Haiku] #4314: [app_server] should not allow to move menus Message-ID: <040.d761ec9a36cbe2d3a652a223b74779f2@haiku-os.org> #4314: [app_server] should not allow to move menus --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Right click desktop to show context menu, hold Ctrl+Alt and try to drag context menu with a mouse. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 19:26:06 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 17:26:06 -0000 Subject: [Haiku-bugs] [Haiku] #698: [Tracker] could crash if many files opened at once In-Reply-To: <040.95051f43983dec4d32e919089af64f52@haiku-os.org> References: <040.95051f43983dec4d32e919089af64f52@haiku-os.org> Message-ID: <049.c4ae2439d99432e19bd8d06ae2e25732@haiku-os.org> #698: [Tracker] could crash if many files opened at once -----------------------------------+---------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by diver): * version: => R1 development Comment: Still here in r32617 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 19:29:26 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 17:29:26 -0000 Subject: [Haiku-bugs] [Haiku] #484: MenuItem flickering In-Reply-To: <040.a9ee129cb8df850e3581b4efa52bee71@haiku-os.org> References: <040.a9ee129cb8df850e3581b4efa52bee71@haiku-os.org> Message-ID: <049.f36a4780e32e359ce13724c4a39d9b79@haiku-os.org> #484: MenuItem flickering ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by diver): Still here in r32617, should I create a separate ticket for comment:25? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 19:30:22 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 17:30:22 -0000 Subject: [Haiku-bugs] [Haiku] #605: [VLC] resizing control window doesn't resize the timeview In-Reply-To: <040.954808f778b7a7e438936d7892f81c69@haiku-os.org> References: <040.954808f778b7a7e438936d7892f81c69@haiku-os.org> Message-ID: <049.fd8533f2efab3c0387f821137b2e4877@haiku-os.org> #605: [VLC] resizing control window doesn't resize the timeview ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by diver): * version: => R1 development Comment: Still here in r32617. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 19:31:13 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 17:31:13 -0000 Subject: [Haiku-bugs] [Haiku] #532: [Deskbar] much flickering on app launch In-Reply-To: <040.fbbb2a618d9ca19bd23250f390278ebe@haiku-os.org> References: <040.fbbb2a618d9ca19bd23250f390278ebe@haiku-os.org> Message-ID: <049.8b1c6b4c2e85ee058221f691a107a6d9@haiku-os.org> #532: [Deskbar] much flickering on app launch -----------------------------------+---------------------------------------- Reporter: diver | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by diver): * version: => R1 development Comment: Still here in r32617. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 19:36:34 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 17:36:34 -0000 Subject: [Haiku-bugs] [Haiku] #4314: [app_server] should not allow to move menus In-Reply-To: <040.d761ec9a36cbe2d3a652a223b74779f2@haiku-os.org> References: <040.d761ec9a36cbe2d3a652a223b74779f2@haiku-os.org> Message-ID: <049.c49d68fb38bc419d21060edc19252da4@haiku-os.org> #4314: [app_server] should not allow to move menus --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by diver): Tried to move firefox menu and crashed app_server:[[BR]] [[Image(app_server.png)]] -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 20:10:11 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 18:10:11 -0000 Subject: [Haiku-bugs] [Haiku] #2279: [Network] kdl during firefox start In-Reply-To: <040.031725d78effca7de80dc1b25c7cf48e@haiku-os.org> References: <040.031725d78effca7de80dc1b25c7cf48e@haiku-os.org> Message-ID: <049.ca461a8079158358548a241c45460e58@haiku-os.org> #2279: [Network] kdl during firefox start --------------------------------------+------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Network & Internet/Stack | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Comment(by diver): Never seen it again, should it be closed? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 20:11:10 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 18:11:10 -0000 Subject: [Haiku-bugs] [Haiku] #2317: [app_server] crash on resolution change In-Reply-To: <040.4cb0b979f38743af72b2f48a55a3ba63@haiku-os.org> References: <040.4cb0b979f38743af72b2f48a55a3ba63@haiku-os.org> Message-ID: <049.f2aefefffa74be10880007fd5bf28ee9@haiku-os.org> #2317: [app_server] crash on resolution change --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by diver): Never seen it again, should it be closed? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 20:12:25 2009 From: trac at haiku-os.org (diver) Date: Sat, 22 Aug 2009 18:12:25 -0000 Subject: [Haiku-bugs] [Haiku] #2499: [Keymap] hotkeys doesn't work with some keymaps (was: [Keymap] Hotkeys doesn't work with Russian keymap) In-Reply-To: <040.4a4540d7ef968b4ed625f4c273a0ed47@haiku-os.org> References: <040.4a4540d7ef968b4ed625f4c273a0ed47@haiku-os.org> Message-ID: <049.58b8cdf120f44bf8b30d08e4558cad0b@haiku-os.org> #2499: [Keymap] hotkeys doesn't work with some keymaps -----------------------------------+---------------------------------------- Reporter: diver | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Input Filters | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 20:17:00 2009 From: trac at haiku-os.org (BePhantom) Date: Sat, 22 Aug 2009 18:17:00 -0000 Subject: [Haiku-bugs] [Haiku] #4315: PS/2 Mouse and Keyboard Won't work on HP530 laptop Message-ID: <044.8284404618fdb10e1bbeb82f8eda5b9b@haiku-os.org> #4315: PS/2 Mouse and Keyboard Won't work on HP530 laptop -------------------------+-------------------------------------------------- Reporter: BePhantom | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- I have an HP530 laptop, my touchpad and my keyboard don't work in Haiku, both are internally attached and use ps/2 interface. In windows they are configured as "generic ps/2 mouse" and "generic ps/2 keyboard". I can't find any trace of them in linux lshw. I attach the syslog. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 20:18:07 2009 From: trac at haiku-os.org (BePhantom) Date: Sat, 22 Aug 2009 18:18:07 -0000 Subject: [Haiku-bugs] [Haiku] #4315: PS/2 mouse and keyboard won't work on HP530 laptop (was: PS/2 Mouse and Keyboard Won't work on HP530 laptop) In-Reply-To: <044.8284404618fdb10e1bbeb82f8eda5b9b@haiku-os.org> References: <044.8284404618fdb10e1bbeb82f8eda5b9b@haiku-os.org> Message-ID: <053.b8a9997a0cc13a0a68cfbd49e71f97f2@haiku-os.org> #4315: PS/2 mouse and keyboard won't work on HP530 laptop -------------------------+-------------------------------------------------- Reporter: BePhantom | Owner: axeld Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 20:27:57 2009 From: trac at haiku-os.org (umccullough) Date: Sat, 22 Aug 2009 18:27:57 -0000 Subject: [Haiku-bugs] [Haiku] #4315: PS/2 mouse and keyboard won't work on HP530 laptop In-Reply-To: <044.8284404618fdb10e1bbeb82f8eda5b9b@haiku-os.org> References: <044.8284404618fdb10e1bbeb82f8eda5b9b@haiku-os.org> Message-ID: <053.58cd8f6f16921500f32d96a0a7e24319@haiku-os.org> #4315: PS/2 mouse and keyboard won't work on HP530 laptop ----------------------------------+----------------------------------------- Reporter: BePhantom | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Keyboard/PS2 | Version: R1 development Blockedby: | Platform: x86 Blocking: | ----------------------------------+----------------------------------------- Changes (by umccullough): * owner: axeld => marcusoverhagen * type: enhancement => bug * component: Drivers => Drivers/Keyboard/PS2 Comment: Changing component to something that seems relevant, also marking as a bug as I can't imagine why this would be an enhancement. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 20:44:15 2009 From: trac at haiku-os.org (BePhantom) Date: Sat, 22 Aug 2009 18:44:15 -0000 Subject: [Haiku-bugs] [Haiku] #4315: PS/2 mouse and keyboard won't work on HP530 laptop In-Reply-To: <044.8284404618fdb10e1bbeb82f8eda5b9b@haiku-os.org> References: <044.8284404618fdb10e1bbeb82f8eda5b9b@haiku-os.org> Message-ID: <053.b342771b960227175598afaa46780e0e@haiku-os.org> #4315: PS/2 mouse and keyboard won't work on HP530 laptop ----------------------------------+----------------------------------------- Reporter: BePhantom | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Keyboard/PS2 | Version: R1 development Blockedby: | Platform: x86 Blocking: | ----------------------------------+----------------------------------------- Comment(by BePhantom): I forgot to mention that I used haiku-pre-alpha-gcc4-r32591 image. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 21:27:51 2009 From: trac at haiku-os.org (begasus) Date: Sat, 22 Aug 2009 19:27:51 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.c9748dd873251531c7e32c4f6df853ad@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by begasus): I've got the same problem when trying to write the image to disk with "jam -q @disk" This is in a freshly partitioned (partition magic) disk where atm ZETA and Debian are installed. Debian is the system I use to build the image on and try to write it to disk. Output of fdisk /dev/hdb is: {{{ Disk /dev/hdb: 81.9 GB, 81964302336 bytes 255 heads, 63 sectors/track, 9964 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x43056cb6 Device Boot Start End Blocks Id System /dev/hdb1 1 2550 20482843+ 83 Linux /dev/hdb2 2551 5100 20482875 eb BeOS fs /dev/hdb3 5101 9964 39070080 f W95 Ext'd (LBA) /dev/hdb5 5101 6375 10241406 eb BeOS fs /dev/hdb6 6376 8288 15366141 eb BeOS fs /dev/hdb7 8289 9702 11357923+ b W95 FAT32 /dev/hdb8 9703 9964 2104483+ 82 Linux swap / Solaris }}} the partition I try to write to is /dev/hdb6 and Debian is giving me: {{{ Creating image ... Error: Invalid partition index 6. }}} when I try to write it to disk. First primary partitions are for Debian and ZETA, the other eb partitions where created as fat32 at first, afterwards I changed those to eb while I installed Debian (opened a seperate console terminal for fdisk to do this and rebooted to actualy install Debian after that). The 2 logical partitions where formatted as bfs with ZETA (don't think this should be an issue as I've never had problems with that before). No changes where made after the initial partitioning with partition magic. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 21:48:29 2009 From: trac at haiku-os.org (plfiorini) Date: Sat, 22 Aug 2009 19:48:29 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.3dded30740c5d6f8ee268e0b114e885c@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by plfiorini): Replying to [comment:7 bonefish]: > Replying to [comment:6 plfiorini]: > > From a usb key, makebootable just work fine. > > I suppose you mean from within Haiku. Yes: since I couldn't install Haiku from sources from my Linux system, I created an image and dd'ed into a USB key which I used to boot and install Haiku, from within Haiku it seems makebootable works. > > > I've got Haiku installed into my hard drive booting from a usb key. > > Can you attach Haiku's syslog please. Attached. The first two partitions were created from an Ubuntu live cd (I don't remember if I used parted or fdisk), then I installed Vista on the first and XP on the second. Some days ago I booted from an openSUSE 11.1 live cd created with susestudio.com and created the other partitions: /dev/sda3 for Haiku, and the logical partitions. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sat Aug 22 22:09:21 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Sat, 22 Aug 2009 20:09:21 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.80a6903197916d3c02f0f26cd6fa9017@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jonas.kirilla): Done! New serial output. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 03:54:29 2009 From: trac at haiku-os.org (anevilyak) Date: Sun, 23 Aug 2009 01:54:29 -0000 Subject: [Haiku-bugs] [Haiku] #698: [Tracker] could crash if many files opened at once In-Reply-To: <040.95051f43983dec4d32e919089af64f52@haiku-os.org> References: <040.95051f43983dec4d32e919089af64f52@haiku-os.org> Message-ID: <049.9794cd133c2386868a28f752bd171eac@haiku-os.org> #698: [Tracker] could crash if many files opened at once -----------------------------------+---------------------------------------- Reporter: diver | Owner: anevilyak Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by anevilyak): * owner: axeld => anevilyak * status: new => assigned Old description: > If you for example go to /boot/beos/etc/Keymap, select all files > and press enter rapidly several times (10-20) Tracker will crash. Before > crash > you could see several tracker windows with "There was an error resolving > a link" > message, but folder itself doesn't contain any links at all. > Backtrace will follow. New description: If you for example go to /boot/beos/etc/Keymap, select all files and press enter rapidly several times (10-20) Tracker will crash. Before crash you could see several tracker windows with "There was an error resolving a link" message, but folder itself doesn't contain any links at all. Backtrace will follow. -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 04:07:08 2009 From: trac at haiku-os.org (anevilyak) Date: Sun, 23 Aug 2009 02:07:08 -0000 Subject: [Haiku-bugs] [Haiku] #4316: app_server resource cleanup issues Message-ID: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> #4316: app_server resource cleanup issues --------------------------------+------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- While running Tracker in the debugger and trying to reproduce ticket #698, I've been quite reliably able to seriously confuse the app_server (incidentally, this is easier to reproduce by doing something like svn up of the haiku source tree while taking the steps in the ticket, since this will result in enough lag in processing the launch commands that the tracker window won't immediately lose focus). Every so often, the debugger would die for as yet unclear reasons, but when this occurred, quite a bit of cleanup doesn't seem to happen that should. For one, the debugger's server-side app thread is still present, for another, one of Tracker's window threads. Furthermore, associated with that window thread I see something like 30 offscreen bitmap threads also still in the app_server even though both the Debugger and Tracker teams are gone at this point. This seems to have completely messed up the clipping furthermore: when switching workspaces to the one the Debugger was previously running in, the area of the former Debugger's window does not invalidate properly and has garbage from the previous workspace. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 04:23:20 2009 From: trac at haiku-os.org (anevilyak) Date: Sun, 23 Aug 2009 02:23:20 -0000 Subject: [Haiku-bugs] [Haiku] #4316: app_server resource cleanup issues In-Reply-To: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> References: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> Message-ID: <053.50153783b9f9c1455aa6a4e060e8ccd2@haiku-os.org> #4316: app_server resource cleanup issues --------------------------------+------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by anevilyak): I should also note this is with debug versions of libtracker and libbe if it matters. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 05:37:47 2009 From: trac at haiku-os.org (Elite) Date: Sun, 23 Aug 2009 03:37:47 -0000 Subject: [Haiku-bugs] [Haiku] #4317: Copying a file from NTFS to BFS never finishes Message-ID: <040.02938f361e39ac024b3609e595eae646@haiku-os.org> #4317: Copying a file from NTFS to BFS never finishes --------------------------+------------------------------------------------- Reporter: Elite | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Using r32620 gcc4 hybrid. When copying a file from a NTFS partition to a BFS partition it never finishes. The file continues to grow until it consumes all the free space on the BFS partition. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 11:42:22 2009 From: trac at haiku-os.org (humdinger) Date: Sun, 23 Aug 2009 09:42:22 -0000 Subject: [Haiku-bugs] [Haiku] #4318: Resize to Fit cuts off a bit too much Message-ID: <044.437c7994b4d5d693c99c872c21e7202f@haiku-os.org> #4318: Resize to Fit cuts off a bit too much ----------------------------------+----------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- This is r32626. * Open a Tracker window in List mode. * Adjust the attributes, so a right-aligned attribute like "Size" is the rightmost column. * Choose "Window|Resize to Fit (ALT+Y)" (or the "alternative size button of the window title tab) -> The window is resized so that a few pixels from the Size column are cut off. Not exactly on the divider-line you see between attribute headings.[[BR]] See attached shots. The cut-off.png shows how it's now, the better- resize2fit.png how I've manually resized to fit. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 13:43:58 2009 From: trac at haiku-os.org (diver) Date: Sun, 23 Aug 2009 11:43:58 -0000 Subject: [Haiku-bugs] [Haiku] #4319: [UserGuide] shortcut to switch tabs in terminal is wrong Message-ID: <040.17f1501d18013c8f65dea1d64e197206@haiku-os.org> #4319: [UserGuide] shortcut to switch tabs in terminal is wrong ---------------------------+------------------------------------------------ Reporter: diver | Owner: nielx Type: bug | Status: new Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ http://svn.berlios.de/viewcvs/*checkout*/haiku/haiku/trunk/docs/userguide/en /keyboard-shortcuts.html#terminal {{{ CTRL SHIFT ?/? Switches to the previos/next tab. }}} should be just: {{{ SHIFT ?/? Switches to the previos/next tab. }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 14:08:31 2009 From: trac at haiku-os.org (diver) Date: Sun, 23 Aug 2009 12:08:31 -0000 Subject: [Haiku-bugs] [Haiku] #4320: [app_server] windows activation and minimization doesn't work in workspaces replicant Message-ID: <040.5d8899e7addd142b8f81570c56bc264b@haiku-os.org> #4320: [app_server] windows activation and minimization doesn't work in workspaces replicant --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- See [http://svn.berlios.de/viewcvs/*checkout*/haiku/haiku/trunk/docs/userguide/en/workspaces.html special functionality] of workspaces in userguide. Ctrl+click doesn't work in workspaces replicant. Shift+click doesnt work at all. Also try to open any window (Haiku icon from desktop) -> workspaces will show this window as active, now if you click on desktop to change focus and back workspaces will not reflect it. Tested with r32628 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 14:27:36 2009 From: trac at haiku-os.org (humdinger) Date: Sun, 23 Aug 2009 12:27:36 -0000 Subject: [Haiku-bugs] [Haiku] #4319: [UserGuide] shortcut to switch tabs in terminal is wrong In-Reply-To: <040.17f1501d18013c8f65dea1d64e197206@haiku-os.org> References: <040.17f1501d18013c8f65dea1d64e197206@haiku-os.org> Message-ID: <049.aa0b51afea4d32f2be4edda761df59f1@haiku-os.org> #4319: [UserGuide] shortcut to switch tabs in terminal is wrong ----------------------------+----------------------------------------------- Reporter: diver | Owner: nielx Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by humdinger): * status: new => closed * resolution: => fixed Comment: Oops. Thanks for noticing. Fixed in r32630. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 15:12:44 2009 From: trac at haiku-os.org (hiei) Date: Sun, 23 Aug 2009 13:12:44 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot In-Reply-To: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> References: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> Message-ID: <048.049fd7f1dda41b9f56c7c599e040e243@haiku-os.org> #4312: "Could not read block, operation timed out" at boot -------------------------+-------------------------------------------------- Reporter: hiei | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by hiei): I've tried r32619, now it doesn't panics but simply is stuck with the blue background and the mouse icon. Pressing F12 doesn't works. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 17:10:54 2009 From: trac at haiku-os.org (anevilyak) Date: Sun, 23 Aug 2009 15:10:54 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot In-Reply-To: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> References: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> Message-ID: <048.5e6b644b91da91aa3d08222ef5dcb3b7@haiku-os.org> #4312: "Could not read block, operation timed out" at boot -------------------------+-------------------------------------------------- Reporter: hiei | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by anevilyak): Replying to [comment:2 hiei]: > I've tried r32619, now it doesn't panics but simply is stuck with the blue background and the mouse icon. Pressing F12 doesn't works. F12 won't do anything anyways, the KDL shortcut was changed to alt+printscreen+d a few weeks ago. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 17:30:59 2009 From: trac at haiku-os.org (luroh) Date: Sun, 23 Aug 2009 15:30:59 -0000 Subject: [Haiku-bugs] [Haiku] #4321: Black screen with GeForce 7900 GT Message-ID: <040.9675c79b2cf746720b29438dcfc98d3f@haiku-os.org> #4321: Black screen with GeForce 7900 GT -------------------------------------+-------------------------------------- Reporter: luroh | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Revision 32630, gcc2. The card is a PCI-e 7900 GT with 512 MB RAM, two DVI outputs and one S-Video, listdev says: {{{ device Display controller (VGA compatible controller, VGA controller) [3|0|0] vendor 10de: nVidia Corporation device 0291: G71 [GeForce 7900 GT/GTO] }}} The card works with vesa but makes Haiku freeze when using the nvidia driver, showing a black screen after the bootsplash. I say that it's frozen because holding down Ctrl-Alt-Del does not reboot the system. The only thing I can do is press and typing 'reboot.[[BR]][[BR]] Attaching syslog from booting with vesa and nvidia log from booting with nvidia.settings file (logmask 0xffffffff). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 18:20:44 2009 From: trac at haiku-os.org (rudolfc) Date: Sun, 23 Aug 2009 16:20:44 -0000 Subject: [Haiku-bugs] [Haiku] #4321: Black screen with GeForce 7900 GT In-Reply-To: <040.9675c79b2cf746720b29438dcfc98d3f@haiku-os.org> References: <040.9675c79b2cf746720b29438dcfc98d3f@haiku-os.org> Message-ID: <049.1db130a6be91da0efba7c03477600bb5@haiku-os.org> #4321: Black screen with GeForce 7900 GT -------------------------------------+-------------------------------------- Reporter: luroh | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi, Please modify nvidia.settings this line: switchhead false to read switchhead true, and reboot. Does it work now? Also: please set it back to: switchhead false and connect your screen to the other connector using a VGA cable and a VGA-DVI converter. Does it work then? I'd like to know the answer to both questions please.. Thanks! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 18:24:49 2009 From: trac at haiku-os.org (bga) Date: Sun, 23 Aug 2009 16:24:49 -0000 Subject: [Haiku-bugs] [Haiku] #3751: Redrawing problems. In-Reply-To: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> References: <038.0e233409b5195ef2817f5e39fca6e403@haiku-os.org> Message-ID: <047.99a521a4268d3ace8aa3d3b979de85b4@haiku-os.org> #3751: Redrawing problems. ----------------------------+----------------------------------------------- Reporter: bga | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- Comment(by bga): I found out why it seemed to have disappeared for me and the reappeared. The problem only shows up if "Show replicants" is enabled. If it is disabled, the drawing problems go away immediately. So it is somehow related to the replicant view showing or not. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 18:37:14 2009 From: trac at haiku-os.org (luroh) Date: Sun, 23 Aug 2009 16:37:14 -0000 Subject: [Haiku-bugs] [Haiku] #4321: Black screen with GeForce 7900 GT In-Reply-To: <040.9675c79b2cf746720b29438dcfc98d3f@haiku-os.org> References: <040.9675c79b2cf746720b29438dcfc98d3f@haiku-os.org> Message-ID: <049.2ecb0852bfb53496108d1fc81b92eb2e@haiku-os.org> #4321: Black screen with GeForce 7900 GT -------------------------------------+-------------------------------------- Reporter: luroh | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by luroh): Hi Rudolf, Sorry, tried all four possible combinations (false/true, output1/output2) but none of them made any difference. Yes, I'm using a DVI->VGA adapter and a VGA cable. My CRT monitor is VGA only, it has no DVI input. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 19:24:53 2009 From: trac at haiku-os.org (mmlr) Date: Sun, 23 Aug 2009 17:24:53 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.97dbe6ac62510bbca6264eda54574c80@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): I don't really think that r32633 makes any difference, but you could still try it and report back if it changes anything. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 19:55:07 2009 From: trac at haiku-os.org (luroh) Date: Sun, 23 Aug 2009 17:55:07 -0000 Subject: [Haiku-bugs] [Haiku] #4321: Black screen with GeForce 7900 GT In-Reply-To: <040.9675c79b2cf746720b29438dcfc98d3f@haiku-os.org> References: <040.9675c79b2cf746720b29438dcfc98d3f@haiku-os.org> Message-ID: <049.bd891a2a2d84aa1609c7473507ce97f8@haiku-os.org> #4321: Black screen with GeForce 7900 GT -------------------------------------+-------------------------------------- Reporter: luroh | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by luroh): Hi again, It turns out that fiddling with the memory setting in nvidia.settings actually brings the card to life and prevents freezing, albeit with a distorted picture. 'memory 256', 'memory 128' and 'memory 64' all produce output. 'memory 512' produces the same black screen and freeze as before.[[BR]] Picture of the distorted output attached (memory_256.jpg). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 20:20:57 2009 From: trac at haiku-os.org (luroh) Date: Sun, 23 Aug 2009 18:20:57 -0000 Subject: [Haiku-bugs] [Haiku] #4321: Black screen with GeForce 7900 GT In-Reply-To: <040.9675c79b2cf746720b29438dcfc98d3f@haiku-os.org> References: <040.9675c79b2cf746720b29438dcfc98d3f@haiku-os.org> Message-ID: <049.ce6bd9c21a3366e23c1f167a2f2baa74@haiku-os.org> #4321: Black screen with GeForce 7900 GT -------------------------------------+-------------------------------------- Reporter: luroh | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by luroh): For what it's worth, setting 'block_acc true' produces the same distorted picture as in the 'memory 64/128/256' case above. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 20:31:34 2009 From: trac at haiku-os.org (hiei) Date: Sun, 23 Aug 2009 18:31:34 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot In-Reply-To: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> References: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> Message-ID: <048.c2807ae010cf5f893f652ba5e7310600@haiku-os.org> #4312: "Could not read block, operation timed out" at boot -------------------------+-------------------------------------------------- Reporter: hiei | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by hiei): Ok, I tried r32619 again and, after waiting 15-20 seconds after USB key led stop flashing, I entered in KDL and typed the "syslog" command. I don't know if it is the right way, but at the end of the syslog there are some messages about interrupts that could be related with my problem. I've attached the screenshoot. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 20:34:13 2009 From: trac at haiku-os.org (diver) Date: Sun, 23 Aug 2009 18:34:13 -0000 Subject: [Haiku-bugs] [Haiku] #3075: [Deskbar] crash in BList::ItemAt () (was: [Deskbar] crash in BList::ItemAt) In-Reply-To: <040.6cdf427b4c291c76e37a2bd6062cd92c@haiku-os.org> References: <040.6cdf427b4c291c76e37a2bd6062cd92c@haiku-os.org> Message-ID: <049.f037a46fe81ad7450c6c6ddfb2aa1210@haiku-os.org> #3075: [Deskbar] crash in BList::ItemAt () ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 20:41:26 2009 From: trac at haiku-os.org (diver) Date: Sun, 23 Aug 2009 18:41:26 -0000 Subject: [Haiku-bugs] [Haiku] #4322: [Tracker] crash in BList::ItemAt () Message-ID: <040.578247a8fa3ca0b33db52601d06e23d5@haiku-os.org> #4322: [Tracker] crash in BList::ItemAt () ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Tracker crashed after downloading a file in BeZilla to Desktop. {{{ Thread 139 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 Reading symbols from /boot/system/apps/Workspaces...done. Loaded symbols for /boot/system/apps/Workspaces Reading symbols from /boot/system/add- ons/Translators/BMPTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/BMPTranslator Reading symbols from /boot/system/add- ons/Translators/EXRTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/EXRTranslator Reading symbols from /boot/system/lib/libilmimf.so...done. Loaded symbols for /boot/system/lib/libilmimf.so Reading symbols from /boot/system/lib/libz.so...done. Loaded symbols for /boot/system/lib/libz.so Reading symbols from /boot/system/add- ons/Translators/GIFTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/GIFTranslator Reading symbols from /boot/system/add- ons/Translators/JPEG2000Translator...done. Loaded symbols for /boot/system/add-ons/Translators/JPEG2000Translator Reading symbols from /boot/system/add- ons/Translators/JPEGTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/JPEGTranslator Reading symbols from /boot/system/add- ons/Translators/PCXTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PCXTranslator Reading symbols from /boot/system/add- ons/Translators/PNGTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PNGTranslator Reading symbols from /boot/system/add- ons/Translators/PPMTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PPMTranslator Reading symbols from /boot/system/add- ons/Translators/RAWTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/RAWTranslator Reading symbols from /boot/system/add-ons/Translators/RTF- Translator...done. Loaded symbols for /boot/system/add-ons/Translators/RTF-Translator Reading symbols from /boot/system/add- ons/Translators/SGITranslator...done. Loaded symbols for /boot/system/add-ons/Translators/SGITranslator Reading symbols from /boot/system/add- ons/Translators/STXTTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/STXTTranslator Reading symbols from /boot/system/add- ons/Translators/TGATranslator...done. Loaded symbols for /boot/system/add-ons/Translators/TGATranslator Reading symbols from /boot/system/add- ons/Translators/TIFFTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/TIFFTranslator Reading symbols from /boot/system/add- ons/Translators/WonderBrushTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/WonderBrushTranslator [tcsetpgrp failed in terminal_inferior: Invalid Argument] [Switching to team /boot/system/Tracker (84) thread w>/boot/home/Desktop (139)] 0x003e24f6 in BList::ItemAt () from /boot/system/lib/libbe.so (gdb) bt #0 0x003e24f6 in BList::ItemAt () from /boot/system/lib/libbe.so #1 0x005ac851 in BPrivate::BPose::WidgetFor () from /boot/system/lib/libtracker.so #2 0x005ad14d in BPrivate::BPose::CalcRect () from /boot/system/lib/libtracker.so #3 0x005ca1ef in BPrivate::BPoseView::ClearSelection () from /boot/system/lib/libtracker.so #4 0x005c74ca in BPrivate::BPoseView::AddRemoveSelectionRange () from /boot/system/lib/libtracker.so #5 0x005c42d9 in BPrivate::BPoseView::MouseDown () from /boot/system/lib/libtracker.so #6 0x00384aeb in BWindow::DispatchMessage () from /boot/system/lib/libbe.so #7 0x003892cc in BWindow::task_looper () from /boot/system/lib/libbe.so #8 0x002c67e3 in BLooper::_task0_ () from /boot/system/lib/libbe.so #9 0x0069f124 in thread_entry () from /boot/system/lib/libroot.so #10 0x70184fec in ?? () (gdb) }}} After taking screenshot and saving to Desktop: {{{ Thread 141 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 Reading symbols from /boot/system/apps/Workspaces...done. Loaded symbols for /boot/system/apps/Workspaces Reading symbols from /boot/system/add- ons/Translators/BMPTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/BMPTranslator Reading symbols from /boot/system/add- ons/Translators/EXRTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/EXRTranslator Reading symbols from /boot/system/lib/libilmimf.so...done. Loaded symbols for /boot/system/lib/libilmimf.so Reading symbols from /boot/system/lib/libz.so...done. Loaded symbols for /boot/system/lib/libz.so Reading symbols from /boot/system/add- ons/Translators/GIFTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/GIFTranslator Reading symbols from /boot/system/add- ons/Translators/JPEG2000Translator...done. Loaded symbols for /boot/system/add-ons/Translators/JPEG2000Translator Reading symbols from /boot/system/add- ons/Translators/JPEGTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/JPEGTranslator Reading symbols from /boot/system/add- ons/Translators/PCXTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PCXTranslator Reading symbols from /boot/system/add- ons/Translators/PNGTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PNGTranslator Reading symbols from /boot/system/add- ons/Translators/PPMTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PPMTranslator Reading symbols from /boot/system/add- ons/Translators/RAWTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/RAWTranslator Reading symbols from /boot/system/add-ons/Translators/RTF- Translator...done. Loaded symbols for /boot/system/add-ons/Translators/RTF-Translator Reading symbols from /boot/system/add- ons/Translators/SGITranslator...done. Loaded symbols for /boot/system/add-ons/Translators/SGITranslator Reading symbols from /boot/system/add- ons/Translators/STXTTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/STXTTranslator Reading symbols from /boot/system/add- ons/Translators/TGATranslator...done. Loaded symbols for /boot/system/add-ons/Translators/TGATranslator Reading symbols from /boot/system/add- ons/Translators/TIFFTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/TIFFTranslator Reading symbols from /boot/system/add- ons/Translators/WonderBrushTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/WonderBrushTranslator [tcsetpgrp failed in terminal_inferior: Invalid Argument] [Switching to team /boot/system/Tracker (82) thread w>/boot/home/Desktop (141)] 0x003e2772 in BList::ItemAt () from /boot/system/lib/libbe.so (gdb) bt #0 0x003e2772 in BList::ItemAt () from /boot/system/lib/libbe.so #1 0x005ac869 in BPrivate::BPose::WidgetFor () from /boot/system/lib/libtracker.so #2 0x005ad165 in BPrivate::BPose::CalcRect () from /boot/system/lib/libtracker.so #3 0x005b95af in BPrivate::BPoseView::SlotOccupied () from /boot/system/lib/libtracker.so #4 0x005b8b72 in BPrivate::BPoseView::PlacePose () from /boot/system/lib/libtracker.so #5 0x005b36ab in BPrivate::BPoseView::CreatePoses () from /boot/system/lib/libtracker.so #6 0x005b2c9a in BPrivate::BPoseView::CreatePose () from /boot/system/lib/libtracker.so #7 0x005bf3cf in BPrivate::BPoseView::EntryCreated () from /boot/system/lib/libtracker.so #8 0x005bea39 in BPrivate::BPoseView::FSNotification () from /boot/system/lib/libtracker.so #9 0x0053ff45 in BPrivate::DesktopPoseView::FSNotification () from /boot/system/lib/libtracker.so #10 0x005b4b6c in BPrivate::BPoseView::MessageReceived () from /boot/system/lib/libtracker.so #11 0x002c538b in BLooper::DispatchMessage () from /boot/system/lib/libbe.so #12 0x00385749 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so #13 0x003894ac in BWindow::task_looper () from /boot/system/lib/libbe.so ---Type to continue, or q to quit--- #14 0x002c68e7 in BLooper::_task0_ () from /boot/system/lib/libbe.so #15 0x0069f124 in thread_entry () from /boot/system/lib/libroot.so #16 0x70184fec in ?? () (gdb) }}} I'm trying to find a reproducible test case. Tested with r32638 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 20:47:40 2009 From: trac at haiku-os.org (anevilyak) Date: Sun, 23 Aug 2009 18:47:40 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot In-Reply-To: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> References: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> Message-ID: <048.1cd356b2863216c2852896acf80bced7@haiku-os.org> #4312: "Could not read block, operation timed out" at boot -------------------------+-------------------------------------------------- Reporter: hiei | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by anevilyak): That actually sounds like ticket #2247 ... can you try disabling Firewire in your BIOS? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 20:48:56 2009 From: trac at haiku-os.org (diver) Date: Sun, 23 Aug 2009 18:48:56 -0000 Subject: [Haiku-bugs] [Haiku] #4323: [SoundPlay] crash in BListView::DrawItem Message-ID: <040.09c9599933302365b8ae65bbaa6d15ce@haiku-os.org> #4323: [SoundPlay] crash in BListView::DrawItem --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Start SoundPlay and go to Preferences-> Decoders[[BR]] Move "AMP mpeg decoder" to the top -> About... -> Ok[[BR]] {{{ Thread 1034 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 /data/apps/SoundPlay/lib/liblayout.so...done. Loaded symbols for /data/apps/SoundPlay/lib/liblayout.so Reading symbols from /boot/system/lib/libmedia.so...done. Loaded symbols for /boot/system/lib/libmedia.so Reading symbols from /boot/system/lib/libgame.so...done. Loaded symbols for /boot/system/lib/libgame.so Reading symbols from /boot/system/lib/libtracker.so...done. Loaded symbols for /boot/system/lib/libtracker.so Reading symbols from /boot/system/lib/libtranslation.so...done. Loaded symbols for /boot/system/lib/libtranslation.so Reading symbols from /boot/system/lib/libbnetapi.so...done. Loaded symbols for /boot/system/lib/libbnetapi.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/libtextencoding.so...done. Loaded symbols for /boot/system/lib/libtextencoding.so Reading symbols from /boot/system/lib/libnetwork.so...done. Loaded symbols for /boot/system/lib/libnetwork.so Reading symbols from /data/apps/SoundPlay/Plugins/AudioIn...done. Loaded symbols for /data/apps/SoundPlay/Plugins/AudioIn Reading symbols from /data/apps/SoundPlay/Plugins/CPlusAdapter...done. Loaded symbols for /data/apps/SoundPlay/Plugins/CPlusAdapter Reading symbols from /data/apps/SoundPlay/Plugins/VST Plugins Adapter...done. Loaded symbols for /data/apps/SoundPlay/Plugins/VST Plugins Adapter Reading symbols from /boot/system/lib/libmidi2.so...done. Loaded symbols for /boot/system/lib/libmidi2.so Reading symbols from /data/apps/SoundPlay/lib/CPlus...done. Loaded symbols for /data/apps/SoundPlay/lib/CPlus Reading symbols from /data/apps/SoundPlay/Plugins/Deskbar...done. Loaded symbols for /data/apps/SoundPlay/Plugins/Deskbar Reading symbols from /data/apps/SoundPlay/Plugins/DeskbarFFT...done. Loaded symbols for /data/apps/SoundPlay/Plugins/DeskbarFFT Reading symbols from /data/apps/SoundPlay/Plugins/DeskbarVU...done. Loaded symbols for /data/apps/SoundPlay/Plugins/DeskbarVU Reading symbols from /data/apps/SoundPlay/Plugins/EQ...done. Loaded symbols for /data/apps/SoundPlay/Plugins/EQ Reading symbols from /data/apps/SoundPlay/Plugins/FreeVerb...done. Loaded symbols for /data/apps/SoundPlay/Plugins/FreeVerb Reading symbols from /data/apps/SoundPlay/Plugins/HTTP-UI...done. Loaded symbols for /data/apps/SoundPlay/Plugins/HTTP-UI Reading symbols from /data/apps/SoundPlay/Plugins/LiveEncoder...done. Loaded symbols for /data/apps/SoundPlay/Plugins/LiveEncoder Reading symbols from /data/apps/SoundPlay/Plugins/LoudnessPlugin...done. Loaded symbols for /data/apps/SoundPlay/Plugins/LoudnessPlugin Reading symbols from /data/apps/SoundPlay/Plugins/MP3Clean...done. Loaded symbols for /data/apps/SoundPlay/Plugins/MP3Clean Reading symbols from /data/apps/SoundPlay/Plugins/MidiRenderer...done. Loaded symbols for /data/apps/SoundPlay/Plugins/MidiRenderer Reading symbols from /data/apps/SoundPlay/Plugins/MixerUI...done. Loaded symbols for /data/apps/SoundPlay/Plugins/MixerUI Reading symbols from /data/apps/SoundPlay/Plugins/ModPlugin...done. Loaded symbols for /data/apps/SoundPlay/Plugins/ModPlugin Reading symbols from /data/apps/SoundPlay/Plugins/NoVoicePlugin...done. Loaded symbols for /data/apps/SoundPlay/Plugins/NoVoicePlugin Reading symbols from /data/apps/SoundPlay/Plugins/Noise...done. Loaded symbols for /data/apps/SoundPlay/Plugins/Noise Reading symbols from /data/apps/SoundPlay/Plugins/OggVorbis...done. Loaded symbols for /data/apps/SoundPlay/Plugins/OggVorbis Reading symbols from /data/apps/SoundPlay/lib/libogg.so...done. Loaded symbols for /data/apps/SoundPlay/lib/libogg.so Reading symbols from /data/apps/SoundPlay/lib/libvorbisfile.so...done. Loaded symbols for /data/apps/SoundPlay/lib/libvorbisfile.so Reading symbols from /data/apps/SoundPlay/lib/libvorbis.so...done. Loaded symbols for /data/apps/SoundPlay/lib/libvorbis.so Reading symbols from /data/apps/SoundPlay/Plugins/PitchChange...done. Loaded symbols for /data/apps/SoundPlay/Plugins/PitchChange Reading symbols from /data/apps/SoundPlay/Plugins/SimpleScopePlugin...done. Loaded symbols for /data/apps/SoundPlay/Plugins/SimpleScopePlugin Reading symbols from /data/apps/SoundPlay/Plugins/SpectrumAnalyzer...done. Loaded symbols for /data/apps/SoundPlay/Plugins/SpectrumAnalyzer [tcsetpgrp failed in terminal_inferior: Invalid Argument] [Switching to team /data/apps/SoundPlay/SoundPlay (1018) thread w>SoundPlay preferences (1034)] 0x003e4624 in BListView::DrawItem () from /boot/system/lib/libbe.so (gdb) bt #0 0x003e4624 in BListView::DrawItem () from /boot/system/lib/libbe.so #1 0x003e0e24 in BListView::Draw () from /boot/system/lib/libbe.so #2 0x0025cb92 in aaezzzzzzzzzzzzzzzzzzzzzzzzzz () #3 0x0044b6f0 in BView::_Draw () from /boot/system/lib/libbe.so #4 0x004504e5 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so #5 0x00451835 in BWindow::UpdateIfNeeded () from /boot/system/lib/libbe.so #6 0x004390c0 in BTextView::_RequestDrawLines () from /boot/system/lib/libbe.so #7 0x0043759c in BTextView::_Refresh () from /boot/system/lib/libbe.so #8 0x0043288b in BTextView::SetText () from /boot/system/lib/libbe.so #9 0x004327ad in BTextView::SetText () from /boot/system/lib/libbe.so #10 0x002598ac in aagzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz () #11 0x0039038b in BLooper::DispatchMessage () from /boot/system/lib/libbe.so #12 0x00450749 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so #13 0x004544ac in BWindow::task_looper () from /boot/system/lib/libbe.so #14 0x003918e7 in BLooper::_task0_ () from /boot/system/lib/libbe.so #15 0x008be124 in thread_entry () from /boot/system/lib/libroot.so #16 0x701c5fec in ?? () (gdb) }}} [[BR]] Tested with r32638 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 20:52:07 2009 From: trac at haiku-os.org (diver) Date: Sun, 23 Aug 2009 18:52:07 -0000 Subject: [Haiku-bugs] [Haiku] #4324: [BePDF] crash in BListView::IndexOf () Message-ID: <040.9b6ade76424214d29e8f19cf17cd79c3@haiku-os.org> #4324: [BePDF] crash in BListView::IndexOf () --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- {{{ Thread 773 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/libstdc++.r4.so...done. Loaded symbols for /boot/system/lib/libstdc++.r4.so Reading symbols from /boot/system/lib/libtextencoding.so...done. Loaded symbols for /boot/system/lib/libtextencoding.so Reading symbols from /boot/system/lib/libtracker.so...done. Loaded symbols for /boot/system/lib/libtracker.so Reading symbols from /boot/system/lib/libtranslation.so...done. Loaded symbols for /boot/system/lib/libtranslation.so Reading symbols from /boot/apps/BePDF/lib/liblayout.so...done. Loaded symbols for /boot/apps/BePDF/lib/liblayout.so Reading symbols from /boot/system/lib/libnetwork.so...done. Loaded symbols for /boot/system/lib/libnetwork.so Reading symbols from /boot/system/lib/libroot.so...done. Loaded symbols for /boot/system/lib/libroot.so Reading symbols from /boot/system/add- ons/Translators/BMPTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/BMPTranslator Reading symbols from /boot/system/add- ons/Translators/EXRTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/EXRTranslator Reading symbols from /boot/system/lib/libilmimf.so...done. Loaded symbols for /boot/system/lib/libilmimf.so Reading symbols from /boot/system/lib/libz.so...done. Loaded symbols for /boot/system/lib/libz.so Reading symbols from /boot/system/add- ons/Translators/GIFTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/GIFTranslator Reading symbols from /boot/system/add- ons/Translators/JPEG2000Translator...done. Loaded symbols for /boot/system/add-ons/Translators/JPEG2000Translator Reading symbols from /boot/system/add- ons/Translators/JPEGTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/JPEGTranslator Reading symbols from /boot/system/add- ons/Translators/PCXTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PCXTranslator Reading symbols from /boot/system/add- ons/Translators/PNGTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PNGTranslator Reading symbols from /boot/system/add- ons/Translators/PPMTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PPMTranslator Reading symbols from /boot/system/add- ons/Translators/RAWTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/RAWTranslator Reading symbols from /boot/system/add-ons/Translators/RTF- Translator...done. Loaded symbols for /boot/system/add-ons/Translators/RTF-Translator Reading symbols from /boot/system/add- ons/Translators/SGITranslator...done. Loaded symbols for /boot/system/add-ons/Translators/SGITranslator Reading symbols from /boot/system/add- ons/Translators/STXTTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/STXTTranslator Reading symbols from /boot/system/add- ons/Translators/TGATranslator...done. Loaded symbols for /boot/system/add-ons/Translators/TGATranslator Reading symbols from /boot/system/add- ons/Translators/TIFFTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/TIFFTranslator Reading symbols from /boot/system/add- ons/Translators/WonderBrushTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/WonderBrushTranslator [tcsetpgrp failed in terminal_inferior: Invalid Argument] [Switching to team /boot/apps/BePDF/BePDF (510) thread w>BePDF: Start.bgp (Start.pdf) (773)] 0x005cdac1 in BListView::IndexOf () from /boot/system/lib/libbe.so (gdb) bt #0 0x005cdac1 in BListView::IndexOf () from /boot/system/lib/libbe.so #1 0x005e28c9 in BOutlineListView::EachItemUnder () from /boot/system/lib/libbe.so #2 0x002adbf0 in OutlinesView::GetBookmarks () #3 0x002bb993 in PDFWindow::StoreFileAttributes () #4 0x002c8563 in PDFWindow::QuitRequested () #5 0x0057d40c in BLooper::_QuitRequested () from /boot/system/lib/libbe.so #6 0x0057b9de in BLooper::DispatchMessage () from /boot/system/lib/libbe.so #7 0x00639fe9 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so #8 0x0063db84 in BWindow::task_looper () from /boot/system/lib/libbe.so #9 0x0057cf4f in BLooper::_task0_ () from /boot/system/lib/libbe.so #10 0x00b57124 in thread_entry () from /boot/system/lib/libroot.so #11 0x78143fec in ?? () (gdb) }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 20:52:31 2009 From: trac at haiku-os.org (hiei) Date: Sun, 23 Aug 2009 18:52:31 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot In-Reply-To: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> References: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> Message-ID: <048.439f256a2a237f7810458da5dcaebed7@haiku-os.org> #4312: "Could not read block, operation timed out" at boot -------------------------+-------------------------------------------------- Reporter: hiei | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by hiei): Replying to [comment:5 anevilyak]: > That actually sounds like ticket #2247 ... can you try disabling Firewire in your BIOS? Sorry, In my BIOS the only option is for the infrared port. No settings for Fireware... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 20:57:45 2009 From: trac at haiku-os.org (anevilyak) Date: Sun, 23 Aug 2009 18:57:45 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot In-Reply-To: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> References: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> Message-ID: <048.88450a9220182c89906acd0ba6420e37@haiku-os.org> #4312: "Could not read block, operation timed out" at boot -------------------------+-------------------------------------------------- Reporter: hiei | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by anevilyak): In that case, can you type "ints" at the kdebug> prompt and take a shot of the resulting output? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 21:03:52 2009 From: trac at haiku-os.org (diver) Date: Sun, 23 Aug 2009 19:03:52 -0000 Subject: [Haiku-bugs] [Haiku] #4322: [Tracker] crash in BList::ItemAt () In-Reply-To: <040.578247a8fa3ca0b33db52601d06e23d5@haiku-os.org> References: <040.578247a8fa3ca0b33db52601d06e23d5@haiku-os.org> Message-ID: <049.892d015581a558149858769df90701ac@haiku-os.org> #4322: [Tracker] crash in BList::ItemAt () ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by diver): Taking a screenshot and saving it to Desktop seems to always crash it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 21:08:47 2009 From: trac at haiku-os.org (hiei) Date: Sun, 23 Aug 2009 19:08:47 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot In-Reply-To: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> References: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> Message-ID: <048.4fee926e2e9ea3e25922bf89ce96c0be@haiku-os.org> #4312: "Could not read block, operation timed out" at boot -------------------------+-------------------------------------------------- Reporter: hiei | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by hiei): Replying to [comment:7 anevilyak]: > In that case, can you type "ints" at the kdebug> prompt and take a shot of the resulting output? Here it is. It's not very readable, I hope you can read what you need. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 21:38:07 2009 From: trac at haiku-os.org (mmlr) Date: Sun, 23 Aug 2009 19:38:07 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot In-Reply-To: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> References: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> Message-ID: <048.47c7376222fad7aa71559a147b3c34c0@haiku-os.org> #4312: "Could not read block, operation timed out" at boot -------------------------+-------------------------------------------------- Reporter: hiei | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): My guess would be that the firewire driver attaches to the wrong interrupt line here. I take it you don't have the option to remove the firewire driver somehow? If you can, you can either remove the user of the firewire stack, the fw_raw driver, or you can remove the firewire bus_manager itself. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 21:52:41 2009 From: trac at haiku-os.org (hiei) Date: Sun, 23 Aug 2009 19:52:41 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot In-Reply-To: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> References: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> Message-ID: <048.bc15332f7352d75cbce9eb53ae28b6e8@haiku-os.org> #4312: "Could not read block, operation timed out" at boot -------------------------+-------------------------------------------------- Reporter: hiei | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by hiei): Currently I'm using the nightly images from haiku-files so I think I'm not able to do it. There is any way to disable it from the boot loader? If needed I could try to compile an image sometime this week and then remove the driver. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 23:31:33 2009 From: trac at haiku-os.org (diver) Date: Sun, 23 Aug 2009 21:31:33 -0000 Subject: [Haiku-bugs] [Haiku] #4276: [Deskbar] hide application expander if there are no windows (was: [Deskbar] hide application expander if there is no windows) In-Reply-To: <040.4741edd8290d4f01fd4233c1344d011d@haiku-os.org> References: <040.4741edd8290d4f01fd4233c1344d011d@haiku-os.org> Message-ID: <049.b1ecaa251ab7d2beea75f949adbc0ee4@haiku-os.org> #4276: [Deskbar] hide application expander if there are no windows ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 23:37:22 2009 From: trac at haiku-os.org (diver) Date: Sun, 23 Aug 2009 21:37:22 -0000 Subject: [Haiku-bugs] [Haiku] #3343: [Drupal] Recent comments doesn't link to proper page (was: [shijin] Recent comments doesn't link to proper page) In-Reply-To: <040.0c246fcc721e92ca2386d2fde90d8f68@haiku-os.org> References: <040.0c246fcc721e92ca2386d2fde90d8f68@haiku-os.org> Message-ID: <049.583d679cb96e5de4fa7bad32c0b3ac01@haiku-os.org> #3343: [Drupal] Recent comments doesn't link to proper page -------------------------+-------------------------------------------------- Reporter: diver | Owner: haiku-web Type: bug | Status: new Priority: normal | Milestone: R1 Component: Website/CMS | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Sun Aug 23 23:40:19 2009 From: trac at haiku-os.org (diver) Date: Sun, 23 Aug 2009 21:40:19 -0000 Subject: [Haiku-bugs] [Haiku] #3111: [auich] PANIC: page fault but interrupts were disabled. In-Reply-To: <040.9659d5ea34673e5feb769df863038128@haiku-os.org> References: <040.9659d5ea34673e5feb769df863038128@haiku-os.org> Message-ID: <049.590d4e1d2c4d37f53cd33805c7a77b2e@haiku-os.org> #3111: [auich] PANIC: page fault but interrupts were disabled. ---------------------------+------------------------------------------------ Reporter: diver | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by diver): I can't reproduce it since I've moved to VirtualBox 3.0.4. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 00:11:33 2009 From: trac at haiku-os.org (oco) Date: Sun, 23 Aug 2009 22:11:33 -0000 Subject: [Haiku-bugs] [Haiku] #4325: My new laptop reboot before the boot screen highlight the first icon Message-ID: <038.3c9aaef5ede6cd3018ebcb3c76389cb7@haiku-os.org> #4325: My new laptop reboot before the boot screen highlight the first icon --------------------+------------------------------------------------------- Reporter: oco | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------+------------------------------------------------------- With r32630, Haiku reboot my laptop (VAIO CS 11) before highlighting the first icon while booting on a USB hard drive. I enter the Haiku boot menu to choose the partition with r32630 on the USB hard drive. Then, i continue booting. My laptop reboot a few seconds later. I have tried with safe mode options, but i still have the same problem. Older revision like r32080 are ok on this same configuration. Any idea about what is going on ? Unfortunately, i can't collect debug output on this machine. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 00:16:04 2009 From: trac at haiku-os.org (anevilyak) Date: Sun, 23 Aug 2009 22:16:04 -0000 Subject: [Haiku-bugs] [Haiku] #4325: My new laptop reboot before the boot screen highlight the first icon In-Reply-To: <038.3c9aaef5ede6cd3018ebcb3c76389cb7@haiku-os.org> References: <038.3c9aaef5ede6cd3018ebcb3c76389cb7@haiku-os.org> Message-ID: <047.f48569dad0bb8400f9d072ff645297d0@haiku-os.org> #4325: My new laptop reboot before the boot screen highlight the first icon --------------------+------------------------------------------------------- Reporter: oco | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------+------------------------------------------------------- Comment(by anevilyak): Would it be possible for you to binary search revisions to narrow down which one broke it? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 00:20:33 2009 From: trac at haiku-os.org (bga) Date: Sun, 23 Aug 2009 22:20:33 -0000 Subject: [Haiku-bugs] [Haiku] #4326: Crash in block cache when unmounting partition. Message-ID: <038.510983526ef4ba17162ec10435efa002@haiku-os.org> #4326: Crash in block cache when unmounting partition. ---------------------------+------------------------------------------------ Reporter: bga | Owner: axeld Type: bug | Status: new Priority: high | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ I was doing a new Haiku installation and this involved copying hundreds of thousands of files from the old partition to the new one. My first attempt to do the copy resulted in a crash but I have a USB keyboard so I could not get a stack crawl. I reformatted the partition and tried again taking care to intentionally enter KDL once so the keyboard would be enabled if I ended up in KDL again. Contrary to what I expected, the copy concluded without problems. I opened a terminal window and ran sync just in case. Then I tried to unmount the destination partition (the one I copied the data to) and got into KDL with a crash in the block cache. GCC2 r32639. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 00:30:55 2009 From: trac at haiku-os.org (jackburton) Date: Sun, 23 Aug 2009 22:30:55 -0000 Subject: [Haiku-bugs] [Haiku] #4311: Chart with BDirectWindow is broken. In-Reply-To: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> References: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> Message-ID: <047.f82199d45a7d1579fabf93e98c383d74@haiku-os.org> #4311: Chart with BDirectWindow is broken. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jackburton): After more debugging... I found that the BDirectWindow B_DIRECT_START notification sent on window show deadlocks in some way with the other things done in the app_server, when a windows is shown. The only reason this isn't a deadlock is that the app_server waits with a timeout on the client semaphore. When changing the #if 0 to in DirectWindowData::_SynchronizeWithClient(), line 90, to #if 1, we get a deadlock. Why this has started to happen only lately I don't know. I'll try to use the kernel debugger (which, btw, I can't enter on QEMU with this laptop due to the weird placement of the sysreq key) to see where's the deadlock. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 00:42:01 2009 From: trac at haiku-os.org (mmlr) Date: Sun, 23 Aug 2009 22:42:01 -0000 Subject: [Haiku-bugs] [Haiku] #4325: My new laptop reboot before the boot screen highlight the first icon In-Reply-To: <038.3c9aaef5ede6cd3018ebcb3c76389cb7@haiku-os.org> References: <038.3c9aaef5ede6cd3018ebcb3c76389cb7@haiku-os.org> Message-ID: <047.f067e941050007c2f8cd9c48a2468864@haiku-os.org> #4325: My new laptop reboot before the boot screen highlight the first icon --------------------+------------------------------------------------------- Reporter: oco | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------+------------------------------------------------------- Comment(by mmlr): Do you boot that external drive using an older bootloader? If so it is likely that you have an incompatible version of the bootloader. There was a recent change to one of the structs passed from the bootloader to the kernel. If you're using an old bootloader and try to boot a new kernel you will see such reboots. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 00:53:43 2009 From: trac at haiku-os.org (mmlr) Date: Sun, 23 Aug 2009 22:53:43 -0000 Subject: [Haiku-bugs] [Haiku] #4311: Chart with BDirectWindow is broken. In-Reply-To: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> References: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> Message-ID: <047.b4822df3db64454ae9cc4308e1eea26c@haiku-os.org> #4311: Chart with BDirectWindow is broken. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): You can use the QEMU monitor to enter KDL. Press ctrl-alt-2 to switch to the monitor, enter "sendkeys alt-sysrq-d" to enter KDL and then press ctrl-alt-1 to switch back to the OS. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 01:58:23 2009 From: trac at haiku-os.org (diver) Date: Sun, 23 Aug 2009 23:58:23 -0000 Subject: [Haiku-bugs] [Haiku] #4327: [kernel] running Be TaskManager turn OS to a semi-frozen state Message-ID: <040.e3881a8781d2a5018e3d35830fcd6e1d@haiku-os.org> #4327: [kernel] running Be TaskManager turn OS to a semi-frozen state ---------------------------+------------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ [http://www.3rd-evolution.de/beos/TaskManager_017_src.zip Be TaskManager Sources]. Running it will freeze Deskbar, Tracker will react very slow, Terminal will redraw very slow too. Tested with r32645 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 02:07:20 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Mon, 24 Aug 2009 00:07:20 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.e8c1b4a62f3c126fd014055f8e1ccdd9@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jonas.kirilla): Serial from r32644 added. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 02:25:16 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 00:25:16 -0000 Subject: [Haiku-bugs] [Haiku] #4328: [bin:top] 5 seconds is too much before displaying Message-ID: <040.b0486962916252385e5f8d891712e266@haiku-os.org> #4328: [bin:top] 5 seconds is too much before displaying ---------------------------------------------+------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------------+------------------------------ Currently one have to wait 5 seconds before top will display process list, this is too much when you just want to quickly look around. It is also is too limited in options, maybe there is a bsd version? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 02:36:53 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 00:36:53 -0000 Subject: [Haiku-bugs] [Haiku] #4329: [LaunchBox] strange button focus Message-ID: <040.8372dfdd014a9e3621a4fdbf4f8fb9e3@haiku-os.org> #4329: [LaunchBox] strange button focus -----------------------+---------------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- I have LaunchBox link in /boot/home/config/boot/launch, so it launches at boot. If I move my mouse over any button (right after LaunchBox start) I see blue border around it like this:[[BR]] [[Image(LaunchBoxButtonSelection.png)]][[BR]] If I click anywhere outside and move my mouse back there will no such border anymore, restarting LaunchBox doesn't help to reproduce it, as it only reproducible right after startup. I don't know what component to choose, since it could be app_server related focus issue or anything else. Tested with r32645 in VirtualBox 3.0.4 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 02:41:57 2009 From: trac at haiku-os.org (aldeck) Date: Mon, 24 Aug 2009 00:41:57 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.257410714adbf8778053ace1f3080692@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by aldeck): Note the similarity with #4058 (unfortunately i won't be able to do tests until Sep 2) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 02:47:35 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 00:47:35 -0000 Subject: [Haiku-bugs] [Haiku] #4330: [KDL] can't enter it with alt+SysReq+d in VirtualBox Message-ID: <040.8863e962ac8253a674a7a115964ce769@haiku-os.org> #4330: [KDL] can't enter it with alt+SysReq+d in VirtualBox -----------------------------------+---------------------------------------- Reporter: diver | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Add-Ons/Input Filters | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- alt+SysReq+d always creates screenshot for me. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 05:02:26 2009 From: trac at haiku-os.org (Disreali) Date: Mon, 24 Aug 2009 03:02:26 -0000 Subject: [Haiku-bugs] [Haiku] #4331: [UserGuide] Incomplete info on /userguide/en/installation.html Message-ID: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> #4331: [UserGuide] Incomplete info on /userguide/en/installation.html -----------------------+---------------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- http://svn.berlios.de/viewcvs/*checkout*/haiku/haiku/trunk/docs/userguide/en/installation.html The sections on 'Installing from a downloaded RAW image' and 'Compiling/Installing from source code' only have one line underneath with 'text' repeated several times. It would be nice to have a simple 2-3 sentence summary of the topic replace the line of "text" be fore the alpha is released. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 07:40:05 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Mon, 24 Aug 2009 05:40:05 -0000 Subject: [Haiku-bugs] [Haiku] #3649: Patch with more mime types In-Reply-To: <041.0bdeff3a5ce284aab9ab7dcc45a90f0e@haiku-os.org> References: <041.0bdeff3a5ce284aab9ab7dcc45a90f0e@haiku-os.org> Message-ID: <050.932764733694a02adaee76ab42fc8dbd@haiku-os.org> #3649: Patch with more mime types ------------------------------+--------------------------------------------- Reporter: ekdahl | Owner: jonas.kirilla Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------+--------------------------------------------- Changes (by jonas.kirilla): * owner: axeld => jonas.kirilla Comment: I will look at this tonight. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 08:43:32 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 06:43:32 -0000 Subject: [Haiku-bugs] [Haiku] #4330: [KDL] can't enter it with alt+SysReq+d in VirtualBox In-Reply-To: <040.8863e962ac8253a674a7a115964ce769@haiku-os.org> References: <040.8863e962ac8253a674a7a115964ce769@haiku-os.org> Message-ID: <049.5b81bed5fadc048d09796afda308f6f3@haiku-os.org> #4330: [KDL] can't enter it with alt+SysReq+d in VirtualBox ------------------------------------+--------------------------------------- Reporter: diver | Owner: korli Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Add-Ons/Input Filters | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ------------------------------------+--------------------------------------- Changes (by axeld): * status: new => closed * resolution: => invalid Comment: This is a shortcoming of VirtualBox. Qemu has the same problem in principle, but you can work around there by switching to the console (ctrl-alt-2), and use the "sendkey alt-sysrq-d" command - I don't know if VirtualBox has something similar. Maybe its user documentation contains some hints about sending extra keys. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 08:44:48 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 06:44:48 -0000 Subject: [Haiku-bugs] [Haiku] #4329: [LaunchBox] strange button focus In-Reply-To: <040.8372dfdd014a9e3621a4fdbf4f8fb9e3@haiku-os.org> References: <040.8372dfdd014a9e3621a4fdbf4f8fb9e3@haiku-os.org> Message-ID: <049.38cf3edf54f79dce218e34cd9870f892@haiku-os.org> #4329: [LaunchBox] strange button focus ------------------------------------+--------------------------------------- Reporter: diver | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/LaunchBox | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Changes (by axeld): * owner: axeld => stippi * component: - General => Applications/LaunchBox Comment: It obviously just gets focus. It looks a bit odd, though, and has no function AFAICT, so I'm not sure Stippi actually wants it that way. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 09:01:49 2009 From: trac at haiku-os.org (modeenf) Date: Mon, 24 Aug 2009 07:01:49 -0000 Subject: [Haiku-bugs] =?utf-8?q?=5BHaiku=5D_=234332=3A_The_MediaPlayer_can?= =?utf-8?q?=E2=80=99t_load_saved_playlist_from_Playlist_window_with_Open_F?= =?utf-8?q?ile?= Message-ID: <042.592e692cd11515d35f46d38ca219ac3f@haiku-os.org> #4332: The MediaPlayer can?t load saved playlist from Playlist window with Open File --------------------------------------+------------------------------------- Reporter: modeenf | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1/alpha1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- The MediaPlayer can?t load saved playlist from Playlist window with Open File. To reproduce: - Add mp3?s to MediaPlayer - Go to Playlist and save playlist. - Close MediaPlayer - Start MediaPlayer - Open Playlist - Open File and select your playlist. The Playlist file works. If you instead select the most resent file used it will fill the playlist and start playing. This is how the code looks like. PlayListWindow.cpp {{{ 143 case B_REFS_RECEIVED: 144 case B_SIMPLE_DATA: { 145 // only accept this message when it comes from the 146 // player window, _not_ when it is dropped in this window 147 // outside of the playlist! 148 int32 appendIndex; 149 if (message->FindInt32("append_index", &appendIndex) == B_OK) { 150 fListView->RefsReceived(message, appendIndex); 151 } 152 break; 153 } 154 155 case M_PLAYLIST_OPEN: { 156 BMessenger target(this); 157 BMessage result(B_REFS_RECEIVED); 158 BMessage appMessage(M_SHOW_OPEN_PANEL); 159 appMessage.AddMessenger("target", target); 160 appMessage.AddMessage("message", &result); 161 appMessage.AddString("title", "Open Playlist"); 162 appMessage.AddString("label", "Open"); 163 be_app->PostMessage(&appMessage); 164 break; 165 } }}} The code that works look like this and are from MainWin.cpp. {{{ 848 void 849 MainWin::_RefsReceived(BMessage* msg) 850 { 851 // the playlist ist replaced by dropped files 852 // or the dropped files are appended to the end 853 // of the existing playlist if is pressed 854 BAutolock _(fPlaylist); 855 int32 appendIndex = modifiers() & B_SHIFT_KEY ? 856 fPlaylist->CountItems() : -1; 857 msg->AddInt32("append_index", appendIndex); 858 859 // forward the message to the playlist window, 860 // so that undo/redo is used for modifying the playlist 861 fPlaylistWindow->PostMessage(msg); 862 } }}} As you can see, the code that works, add things to the BMessage and send it to PlayListWindow.cpp. So how does this get fixed? ether we need to change so that PlayListWindow.cpp send's it Open file message to MainWin.cpp or change "case B_REFS_RECEIVED:" part in PlayListWindow.cpp to also take our own (PlayListWindow.cpp) BMessage. I don't know how I should do with the append_index. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 09:22:21 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 07:22:21 -0000 Subject: [Haiku-bugs] [Haiku] #2317: [app_server] crash on resolution change In-Reply-To: <040.4cb0b979f38743af72b2f48a55a3ba63@haiku-os.org> References: <040.4cb0b979f38743af72b2f48a55a3ba63@haiku-os.org> Message-ID: <049.adbd3b1c24694093c63ab3bd88c2d55a@haiku-os.org> #2317: [app_server] crash on resolution change ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Yes, enough has changed there to rectify a closed fixed, thanks for the update :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 09:32:52 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 07:32:52 -0000 Subject: [Haiku-bugs] [Haiku] #4320: [app_server] windows activation and minimization doesn't work in workspaces replicant In-Reply-To: <040.5d8899e7addd142b8f81570c56bc264b@haiku-os.org> References: <040.5d8899e7addd142b8f81570c56bc264b@haiku-os.org> Message-ID: <049.fec29332106bc6f3d6173cef815f483c@haiku-os.org> #4320: [app_server] windows activation and minimization doesn't work in workspaces replicant ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => invalid Comment: The user guide was not correct, it now is. And again, please don't mix different bugs in one ticket. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 09:33:53 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 07:33:53 -0000 Subject: [Haiku-bugs] [Haiku] #4306: [app_server] Deskbar only visible on the current workspace In-Reply-To: <040.44f3ba971de460cb5960fcdef3b97431@haiku-os.org> References: <040.44f3ba971de460cb5960fcdef3b97431@haiku-os.org> Message-ID: <049.908d09e330d474745caae999ba2f6b7e@haiku-os.org> #4306: [app_server] Deskbar only visible on the current workspace ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => invalid Comment: Not sure what you are talking about, and please don't mix bug contents. If you mean that windows like the Deskbar aren't visible before you visited the workspace the first time, that's expected, as the app_server only hands out a position to a window on the first switch (this is the same as in BeOS, btw). I can't reproduce or simply don't understand the other problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 09:36:41 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 07:36:41 -0000 Subject: [Haiku-bugs] [Haiku] #4316: app_server resource cleanup issues In-Reply-To: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> References: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> Message-ID: <053.02324bbb32140a7bd03bdcde18576a59@haiku-os.org> #4316: app_server resource cleanup issues --------------------------------+------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by axeld): app_server simply uses the message ports to determine whether the app is still running or not. The messed up clipping is just the window that still lives on the app_server side. You should see that the app_server threads belonging to those apps are still waiting on a port. IOW I would assume this to be a kernel problem - please confirm. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 09:47:13 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 07:47:13 -0000 Subject: [Haiku-bugs] [Haiku] #4314: [app_server] should not allow to move menus In-Reply-To: <040.d761ec9a36cbe2d3a652a223b74779f2@haiku-os.org> References: <040.d761ec9a36cbe2d3a652a223b74779f2@haiku-os.org> Message-ID: <049.c78bd9504ed2f9a92ddd509bb2023220@haiku-os.org> #4314: [app_server] should not allow to move menus --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by axeld): While this is certainly bad, those are two different bugs, please don't mix them in one ticket. In any case, I can reproduce them both, and will fix them later. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 09:59:06 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 07:59:06 -0000 Subject: [Haiku-bugs] [Haiku] #2279: [Network] kdl during firefox start In-Reply-To: <040.031725d78effca7de80dc1b25c7cf48e@haiku-os.org> References: <040.031725d78effca7de80dc1b25c7cf48e@haiku-os.org> Message-ID: <049.8d2cd5b43a7d29a389f5f8c34fe32905@haiku-os.org> #2279: [Network] kdl during firefox start ---------------------------------------+------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Network & Internet/Stack | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------------+------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Let's assume it has been fixed - a lot has happened in the stack since then. If it happens again, please reopen it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 11:22:12 2009 From: trac at haiku-os.org (jackburton) Date: Mon, 24 Aug 2009 09:22:12 -0000 Subject: [Haiku-bugs] [Haiku] #4311: Chart with BDirectWindow is broken. In-Reply-To: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> References: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> Message-ID: <047.48fec638e79433d1f418818d19755799@haiku-os.org> #4311: Chart with BDirectWindow is broken. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jackburton): Replying to [comment:4 mmlr]: > You can use the QEMU monitor to enter KDL. Press ctrl-alt-2 to switch to the monitor, enter "sendkeys alt-sysrq-d" to enter KDL and then press ctrl-alt-1 to switch back to the OS. Thanks! BTW, I managed to avoid the deadlock by using an extra thread to carry the acquire/release part of DirectWindowData::_SyncronizeWithClient(). The problem, in this case, is that the notification could lag behind a bit, and in fact, I get again spurious redraws outside the clipping region. Back at work... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 12:11:10 2009 From: trac at haiku-os.org (korli) Date: Mon, 24 Aug 2009 10:11:10 -0000 Subject: [Haiku-bugs] [Haiku] #4328: [bin:top] 5 seconds is too much before displaying In-Reply-To: <040.b0486962916252385e5f8d891712e266@haiku-os.org> References: <040.b0486962916252385e5f8d891712e266@haiku-os.org> Message-ID: <049.21f9cd34d55df89672e2d4e9673a3b68@haiku-os.org> #4328: [bin:top] 5 seconds is too much before displaying ---------------------------------------------+------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------------+------------------------------ Comment(by korli): ps might be the tool you want to use then. top needs a little time to be able to display valid stats. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 12:11:55 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 10:11:55 -0000 Subject: [Haiku-bugs] [Haiku] #4306: [app_server] Deskbar only visible on the current workspace In-Reply-To: <040.44f3ba971de460cb5960fcdef3b97431@haiku-os.org> References: <040.44f3ba971de460cb5960fcdef3b97431@haiku-os.org> Message-ID: <049.916b9aed986ef1631fe04a5aa07b5b9b@haiku-os.org> #4306: [app_server] Deskbar only visible on the current workspace ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by diver): As you could see from this screenshot, I'm on the 3rd workspace and Deskbar is visible there, but other workspaces only show thin vertical line (see Magnify window). And I'm visited all 4 workspace several times before taking this screenshot. [[BR]][[BR]] [[Image(missing_deskbar.png)]][[BR]] Sorry for mixing contents, but I thought it was related issues, I'll open another ticket for it. [[BR]] Is this one still invalid? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 12:33:09 2009 From: trac at haiku-os.org (jackburton) Date: Mon, 24 Aug 2009 10:33:09 -0000 Subject: [Haiku-bugs] [Haiku] #4328: [bin:top] 5 seconds is too much before displaying In-Reply-To: <040.b0486962916252385e5f8d891712e266@haiku-os.org> References: <040.b0486962916252385e5f8d891712e266@haiku-os.org> Message-ID: <049.63e5f5253bf5c779c5a8627092d14fd9@haiku-os.org> #4328: [bin:top] 5 seconds is too much before displaying ---------------------------------------------+------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------------+------------------------------ Comment(by jackburton): The problem is that the default delay for top is 5 seconds. But that delay shouldn't be applied before showing the initial screen. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 12:36:24 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 10:36:24 -0000 Subject: [Haiku-bugs] [Haiku] #4328: [bin:top] 5 seconds is too much before displaying In-Reply-To: <040.b0486962916252385e5f8d891712e266@haiku-os.org> References: <040.b0486962916252385e5f8d891712e266@haiku-os.org> Message-ID: <049.104b3897d287c69d51409b556d679714@haiku-os.org> #4328: [bin:top] 5 seconds is too much before displaying ---------------------------------------------+------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------------+------------------------------ Comment(by diver): Thanks Jerome, ps will do for now. BTW (sorry for offtopic), could you please have a look at auich driver in wrt VirtualBox, pretty please? :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 13:00:26 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 11:00:26 -0000 Subject: [Haiku-bugs] [Haiku] #484: MenuItem flickering In-Reply-To: <040.a9ee129cb8df850e3581b4efa52bee71@haiku-os.org> References: <040.a9ee129cb8df850e3581b4efa52bee71@haiku-os.org> Message-ID: <049.082cf77f9816b750eec89e4ac81da4ba@haiku-os.org> #484: MenuItem flickering ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by axeld): Yes please. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 13:03:47 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 11:03:47 -0000 Subject: [Haiku-bugs] [Haiku] #4314: [app_server] should not allow to move menus In-Reply-To: <040.d761ec9a36cbe2d3a652a223b74779f2@haiku-os.org> References: <040.d761ec9a36cbe2d3a652a223b74779f2@haiku-os.org> Message-ID: <049.6b81f0c40afa737a167910a54bf8a417@haiku-os.org> #4314: [app_server] should not allow to move menus ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Fixed in r32649 and r32650. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 13:15:48 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 11:15:48 -0000 Subject: [Haiku-bugs] [Haiku] #4306: [app_server] Deskbar only visible on the current workspace In-Reply-To: <040.44f3ba971de460cb5960fcdef3b97431@haiku-os.org> References: <040.44f3ba971de460cb5960fcdef3b97431@haiku-os.org> Message-ID: <049.44010de8dd2605c1cb1ce6947bbe01ef@haiku-os.org> #4306: [app_server] Deskbar only visible on the current workspace ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: closed => reopened * resolution: invalid => Comment: The screenshot makes things a lot clearer, thanks! How do you manage to reproduce this problem? Is there anything specific you're using (like different resolutions per workspace, ...)? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 13:18:57 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 11:18:57 -0000 Subject: [Haiku-bugs] [Haiku] #4305: PowerStatus may divide with 0 and crash Deskbar In-Reply-To: <038.efaf3090ae89b8459a1a39bf20634ed5@haiku-os.org> References: <038.efaf3090ae89b8459a1a39bf20634ed5@haiku-os.org> Message-ID: <047.017fe14d57c04dec372c9ef2d5c57474@haiku-os.org> #4305: PowerStatus may divide with 0 and crash Deskbar --------------------------+------------------------------------------------- Reporter: tqh | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by axeld): So far so good, but why setting the color to white? If there is no value, the battery should look the same way as if it isn't there. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 13:20:11 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 11:20:11 -0000 Subject: [Haiku-bugs] [Haiku] #4305: PowerStatus may divide with 0 and crash Deskbar In-Reply-To: <038.efaf3090ae89b8459a1a39bf20634ed5@haiku-os.org> References: <038.efaf3090ae89b8459a1a39bf20634ed5@haiku-os.org> Message-ID: <047.c09ac9f796fd1e30568c305c0a4cf274@haiku-os.org> #4305: PowerStatus may divide with 0 and crash Deskbar --------------------------------------+------------------------------------- Reporter: tqh | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/PowerStatus | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Changes (by axeld): * component: Applications => Applications/PowerStatus -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 13:34:44 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 11:34:44 -0000 Subject: [Haiku-bugs] [Haiku] #4314: [app_server] should not allow to move menus In-Reply-To: <040.d761ec9a36cbe2d3a652a223b74779f2@haiku-os.org> References: <040.d761ec9a36cbe2d3a652a223b74779f2@haiku-os.org> Message-ID: <049.aed464b6e3fd7bc677389ffd94c2b75a@haiku-os.org> #4314: [app_server] should not allow to move menus ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by diver): Firefox menus are still floatable -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 14:03:25 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 12:03:25 -0000 Subject: [Haiku-bugs] [Haiku] #4314: [app_server] should not allow to move menus In-Reply-To: <040.d761ec9a36cbe2d3a652a223b74779f2@haiku-os.org> References: <040.d761ec9a36cbe2d3a652a223b74779f2@haiku-os.org> Message-ID: <049.bacc515527864b0f095765ab2cac3074@haiku-os.org> #4314: [app_server] should not allow to move menus ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by axeld): That would be a Firefox bug; that's what you get when you don't set B_NOT_MOVABLE, and don't use native menus :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 14:07:24 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 12:07:24 -0000 Subject: [Haiku-bugs] [Haiku] #4327: [kernel] running Be TaskManager turn OS to a semi-frozen state In-Reply-To: <040.e3881a8781d2a5018e3d35830fcd6e1d@haiku-os.org> References: <040.e3881a8781d2a5018e3d35830fcd6e1d@haiku-os.org> Message-ID: <049.a0995b311e94cbc850d395cd52882d5b@haiku-os.org> #4327: [kernel] running Be TaskManager turn OS to a semi-frozen state ---------------------------+------------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by axeld): Can you provide an executable, too? The one included in the archive doesn't seem to be executable. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 14:16:47 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 12:16:47 -0000 Subject: [Haiku-bugs] [Haiku] #4327: [kernel] running Be TaskManager turn OS to a semi-frozen state In-Reply-To: <040.e3881a8781d2a5018e3d35830fcd6e1d@haiku-os.org> References: <040.e3881a8781d2a5018e3d35830fcd6e1d@haiku-os.org> Message-ID: <049.03e744905bb3ed8e40a7bd7b4c1ee591@haiku-os.org> #4327: [kernel] running Be TaskManager turn OS to a semi-frozen state ---------------------------+------------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by diver): [http://www.bebits.com/bob/17847/TaskManager_017_x86.pkg Here you are.] -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 14:24:13 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 12:24:13 -0000 Subject: [Haiku-bugs] [Haiku] #4320: [app_server] windows activation and minimization doesn't work in workspaces replicant In-Reply-To: <040.5d8899e7addd142b8f81570c56bc264b@haiku-os.org> References: <040.5d8899e7addd142b8f81570c56bc264b@haiku-os.org> Message-ID: <049.b20f3ee7c4923cbf234ea6c371641e17@haiku-os.org> #4320: [app_server] windows activation and minimization doesn't work in workspaces replicant ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by diver): http://haiku-files.org/vm/haiku-pre-alpha-r32645-vm.zip in VMware Player 2.5.2[[BR]] Ctrl+click still doesn't work if workspaces in replicant mode. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 14:30:50 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 12:30:50 -0000 Subject: [Haiku-bugs] [Haiku] #4306: [app_server] Deskbar only visible on the current workspace In-Reply-To: <040.44f3ba971de460cb5960fcdef3b97431@haiku-os.org> References: <040.44f3ba971de460cb5960fcdef3b97431@haiku-os.org> Message-ID: <049.c296a5f6f1db25ac1f86986504b8fa35@haiku-os.org> #4306: [app_server] Deskbar only visible on the current workspace ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by diver): Pretty strange, I can't reproduce it with http://haiku-files.org/vm/haiku- pre-alpha-r32645-vm.zip in VMware Player 2.5.2. Nothing suspicious, resolutions are the same per workspace. I think I could share my image if you need it. Here is my UserBuildConfig just in case. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 14:48:17 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 12:48:17 -0000 Subject: [Haiku-bugs] [Haiku] #4333: [Workspaces] moving a mini window sometimes don't redraw correctly Message-ID: <040.64cabf515b6c506deaf43417679260bf@haiku-os.org> #4333: [Workspaces] moving a mini window sometimes don't redraw correctly --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- I moved AboutSystem mini window in Workspaces several times and got this artifact. Tested with http://haiku-files.org/vm/haiku-pre- alpha-r32645-vm.zip in VMware Player 2.5.2 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 14:49:08 2009 From: trac at haiku-os.org (humdinger) Date: Mon, 24 Aug 2009 12:49:08 -0000 Subject: [Haiku-bugs] [Haiku] #4331: [UserGuide] Incomplete info on /userguide/en/installation.html In-Reply-To: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> References: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> Message-ID: <052.61efd619cf5164b332acdb2b02b0aea0@haiku-os.org> #4331: [UserGuide] Incomplete info on /userguide/en/installation.html -----------------------+---------------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by humdinger): The thing is, the whole installation issue is not supposed to be part of the user guide. It was planned, but after further thought removed again. All documents are in various stages of accuracy. At least the install- source-linux.html is regularly linked to directly to the SVN browser and is in an OK state, IIRC. Can we exclude installation.html and the whole installation folder from the user guide? I'm a bit hesitant to just delete it from SVN... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 14:54:48 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 12:54:48 -0000 Subject: [Haiku-bugs] [Haiku] #4334: [UserGuide] filename prefix duplication Message-ID: <040.cce0aab4bce7e7cff09892052956cb94@haiku-os.org> #4334: [UserGuide] filename prefix duplication ---------------------------+------------------------------------------------ Reporter: diver | Owner: nielx Type: bug | Status: new Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Please remove duplicate prefix. apps-activitymonitor.html already in application subfolder {{{ haiku/trunk/docs/userguide/en/applications/apps-activitymonitor.html haiku/trunk/docs/userguide/en/applications/apps-bepdf.html haiku/trunk/docs/userguide/en/applications/apps-bezillabrowser.html haiku/trunk/docs/userguide/en/applications/apps-cdplayer.html haiku/trunk/docs/userguide/en/applications/apps-charactermap.html haiku/trunk/docs/userguide/en/applications/apps-codycam.html haiku/trunk/docs/userguide/en/applications/apps-deskcalc.html haiku/trunk/docs/userguide/en/applications/apps-diskprobe.html haiku/trunk/docs/userguide/en/applications/apps-diskusage.html haiku/trunk/docs/userguide/en/applications/apps-drivesetup.html haiku/trunk/docs/userguide/en/applications/apps-expander.html haiku/trunk/docs/userguide/en/applications/apps-icon-o-matic.html haiku/trunk/docs/userguide/en/applications/apps-installer.html }}} to this:[[BR]] {{{ haiku/trunk/docs/userguide/en/applications/activitymonitor.html haiku/trunk/docs/userguide/en/applications/bepdf.html haiku/trunk/docs/userguide/en/applications/bezillabrowser.html haiku/trunk/docs/userguide/en/applications/cdplayer.html haiku/trunk/docs/userguide/en/applications/charactermap.html haiku/trunk/docs/userguide/en/applications/codycam.html haiku/trunk/docs/userguide/en/applications/deskcalc.html haiku/trunk/docs/userguide/en/applications/diskprobe.html haiku/trunk/docs/userguide/en/applications/diskusage.html haiku/trunk/docs/userguide/en/applications/drivesetup.html haiku/trunk/docs/userguide/en/applications/expander.html haiku/trunk/docs/userguide/en/applications/icon-o-matic.html haiku/trunk/docs/userguide/en/applications/installer.html }}} The same could be applied to userguide/images/apps-images -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 14:58:17 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 12:58:17 -0000 Subject: [Haiku-bugs] [Haiku] #4331: [UserGuide] Incomplete info on /userguide/en/installation.html In-Reply-To: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> References: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> Message-ID: <052.505afa2c91bd811907b5080a530a09a8@haiku-os.org> #4331: [UserGuide] Incomplete info on /userguide/en/installation.html ---------------------------+------------------------------------------------ Reporter: Disreali | Owner: nielx Type: bug | Status: new Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Changes (by diver): * owner: axeld => nielx * component: - General => Documentation -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 15:08:04 2009 From: trac at haiku-os.org (tqh) Date: Mon, 24 Aug 2009 13:08:04 -0000 Subject: [Haiku-bugs] [Haiku] #4305: PowerStatus may divide with 0 and crash Deskbar In-Reply-To: <038.efaf3090ae89b8459a1a39bf20634ed5@haiku-os.org> References: <038.efaf3090ae89b8459a1a39bf20634ed5@haiku-os.org> Message-ID: <047.d5286b4cc603f2c731f3ba12ff7db23e@haiku-os.org> #4305: PowerStatus may divide with 0 and crash Deskbar --------------------------------------+------------------------------------- Reporter: tqh | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/PowerStatus | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Comment(by tqh): I wanted to see when it hadn't gotten valid data, that it was in 'state unknown'. The color or if it should be there I leave to you, but it is at least useful for me atm. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 15:08:08 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 13:08:08 -0000 Subject: [Haiku-bugs] [Haiku] #4335: [Interface Kit] menu draw a split second earlier than the contents draw Message-ID: <040.8e52fbbe744aeee8627ee333c17ebc39@haiku-os.org> #4335: [Interface Kit] menu draw a split second earlier than the contents draw --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- From the comment:ticket:484:25 [[BR]] when browsing the file system with the context menu on the Desktop one may see the menu draw a split second earlier than the contents draw. Also when I click on the Desktop and all the submenus are closed I can sometimes see a menu without contents. This is bad because it makes a bad impression on users that Haiku is slow and unresponsive. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 15:14:54 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 13:14:54 -0000 Subject: [Haiku-bugs] [Haiku] #344: ~/config/settings In-Reply-To: <040.56b3fcbfb03201148076b51f88fdd4e8@haiku-os.org> References: <040.56b3fcbfb03201148076b51f88fdd4e8@haiku-os.org> Message-ID: <049.1d4eba982fb1476b662ffda15a9652e6@haiku-os.org> #344: ~/config/settings --------------------------+------------------------------------------------- Reporter: diver | Owner: axeld Type: enhancement | Status: new Priority: low | Milestone: Unscheduled Component: - General | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------+------------------------------------------------- Changes (by diver): * version: => R1 development Comment: Ping. Thoughts? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 15:15:26 2009 From: trac at haiku-os.org (anevilyak) Date: Mon, 24 Aug 2009 13:15:26 -0000 Subject: [Haiku-bugs] [Haiku] #4316: app_server resource cleanup issues In-Reply-To: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> References: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> Message-ID: <053.c0638a56ebe08a1791081eecffbeb0eb@haiku-os.org> #4316: app_server resource cleanup issues --------------------------------+------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by anevilyak): Will check after work, I'd guess the fact that the debugger was involved may complicate things a bit? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 15:18:17 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 13:18:17 -0000 Subject: [Haiku-bugs] [Haiku] #2507: [NetPositive] crash after closing it's preferences window In-Reply-To: <040.50a5debfb7bb3a648e1fffecaaf78605@haiku-os.org> References: <040.50a5debfb7bb3a648e1fffecaaf78605@haiku-os.org> Message-ID: <049.e606ce5b114edf0e4f5f7af948504d7a@haiku-os.org> #2507: [NetPositive] crash after closing it's preferences window --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by diver): Could this be NetPositive bug, or it's BMenuField? I can't reproduce it btw -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 15:22:08 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 13:22:08 -0000 Subject: [Haiku-bugs] [Haiku] #3323: [SoundRecorder] Divide error In-Reply-To: <040.6b49d818d73bf30679c8c0b0a63d2e0d@haiku-os.org> References: <040.6b49d818d73bf30679c8c0b0a63d2e0d@haiku-os.org> Message-ID: <049.20c7f1b6aaa58ca9dbaf87c508f62afa@haiku-os.org> #3323: [SoundRecorder] Divide error ----------------------------------------+----------------------------------- Reporter: diver | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/SoundRecorder | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------------+----------------------------------- Comment(by diver): This ticket could be closed. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 15:25:09 2009 From: trac at haiku-os.org (Disreali) Date: Mon, 24 Aug 2009 13:25:09 -0000 Subject: [Haiku-bugs] [Haiku] #4331: [UserGuide] Incomplete info on /userguide/en/installation.html In-Reply-To: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> References: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> Message-ID: <052.77a9e699777984f785be347d43da38bf@haiku-os.org> #4331: [UserGuide] Incomplete info on /userguide/en/installation.html ---------------------------+------------------------------------------------ Reporter: Disreali | Owner: nielx Type: bug | Status: new Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by Disreali): I would definitely not like to see the installation.html removed from SVN, and do not understand the reason for excluding it in the release. Is it simply that the page is not in a satisfactory state? Every operating system user guide I have every read has at least a short summary of how to install the OS. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 15:27:59 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 13:27:59 -0000 Subject: [Haiku-bugs] [Haiku] #4336: [Backgrounds] doesn't appear in deskbar when started as tracker add-on Message-ID: <040.1cbff73e5ea2d16d5f100ac83bdf2286@haiku-os.org> #4336: [Backgrounds] doesn't appear in deskbar when started as tracker add-on -------------------------------------+-------------------------------------- Reporter: diver | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Backgrounds | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Right click desktop -> Add-Ons -> Background(s?), I would expect it to appear in Deskbar like others add-ons (excluding OpenTerminal) but it's not. Tested with r32651 in VirtualBox. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 15:33:03 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 13:33:03 -0000 Subject: [Haiku-bugs] [Haiku] #3893: [Installer] "Please Choose Target" menu item is truncated In-Reply-To: <040.d33713ecdd3e8632fa208ee0d40849e6@haiku-os.org> References: <040.d33713ecdd3e8632fa208ee0d40849e6@haiku-os.org> Message-ID: <049.4ccb7121658c84379296cb011cc564ab@haiku-os.org> #3893: [Installer] "Please Choose Target" menu item is truncated ------------------------------------+--------------------------------------- Reporter: diver | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Installer | Version: R1 development Blockedby: | Platform: All Blocking: | ------------------------------------+--------------------------------------- Comment(by diver): Still here in r32651 in VirtualBox 3.0.4. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 15:40:56 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 13:40:56 -0000 Subject: [Haiku-bugs] [Haiku] #4337: [Deskbar] should not hide on Ctrl+Alt+H Message-ID: <040.1d29b17a72b88a16ae86a2950a15d579@haiku-os.org> #4337: [Deskbar] should not hide on Ctrl+Alt+H ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 15:41:22 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 13:41:22 -0000 Subject: [Haiku-bugs] [Haiku] #4333: [Workspaces] moving a mini window sometimes don't redraw correctly In-Reply-To: <040.64cabf515b6c506deaf43417679260bf@haiku-os.org> References: <040.64cabf515b6c506deaf43417679260bf@haiku-os.org> Message-ID: <049.d7752a54a454c7b97f5467965b2b46b3@haiku-os.org> #4333: [Workspaces] moving a mini window sometimes don't redraw correctly --------------------------------+------------------------------------------- Reporter: diver | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by axeld): * owner: axeld => stippi Comment: Welcome home, stippi! :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 15:56:49 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 13:56:49 -0000 Subject: [Haiku-bugs] [Haiku] #4128: [Tracker] CountView display question marks when using context search with some keymap (was: [Tracker] CountView display question marks when using context search with russian keymap) In-Reply-To: <040.dd3fdb54d2c7f5d6890ca852a6b152bf@haiku-os.org> References: <040.dd3fdb54d2c7f5d6890ca852a6b152bf@haiku-os.org> Message-ID: <049.9bd4b53522923dadc54517a5f5054c6f@haiku-os.org> #4128: [Tracker] CountView display question marks when using context search with some keymap ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 16:39:29 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Mon, 24 Aug 2009 14:39:29 -0000 Subject: [Haiku-bugs] [Haiku] #344: ~/config/settings In-Reply-To: <040.56b3fcbfb03201148076b51f88fdd4e8@haiku-os.org> References: <040.56b3fcbfb03201148076b51f88fdd4e8@haiku-os.org> Message-ID: <049.bf74c8338f08992cbbe54720a2d509a0@haiku-os.org> #344: ~/config/settings --------------------------+------------------------------------------------- Reporter: diver | Owner: axeld Type: enhancement | Status: new Priority: low | Milestone: Unscheduled Component: - General | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: --------------------------+------------------------------------------------- Comment(by jonas.kirilla): A settings class/API could create settings files of a specific type. This filetype could have attributes for the application name, version and the file's purpose, which the app would supply through the class. To lessen the risk of name conflict the files' names would be based on the application signature, minus the "application/". Hide the filename column if you like and show only the attribute columns. A single settings file might not be ideal for every application, so one could allow multiple files (adding a filename suffix) or opt for a folder with contents instead, using the same API. If the class is made to look up the app name, signature and version on its own, then programmer "lazyness" (not supplying values, not having to invent a filename) might actually help create order. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:04:30 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 15:04:30 -0000 Subject: [Haiku-bugs] [Haiku] #4338: [Tracker] crash in BWindow::IsHidden () Message-ID: <040.d8182c6685a3b47b920b0538ed49ce04@haiku-os.org> #4338: [Tracker] crash in BWindow::IsHidden () ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Launch SoundPlay and drop mp3 file over it.[[BR]] Drop replicant of SoundPlay to Desktop[[BR]] Click on the song title in replicant and select "Playlist editor"[[BR]] Close Playlist editor: {{{ Thread 631 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 Reading symbols from /boot/system/apps/Workspaces...done. Loaded symbols for /boot/system/apps/Workspaces Reading symbols from /boot/system/add- ons/Translators/BMPTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/BMPTranslator Reading symbols from /boot/system/add- ons/Translators/EXRTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/EXRTranslator Reading symbols from /boot/system/lib/libilmimf.so...done. Loaded symbols for /boot/system/lib/libilmimf.so Reading symbols from /boot/system/lib/libz.so...done. Loaded symbols for /boot/system/lib/libz.so Reading symbols from /boot/system/add- ons/Translators/GIFTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/GIFTranslator Reading symbols from /boot/system/add- ons/Translators/JPEG2000Translator...done. Loaded symbols for /boot/system/add-ons/Translators/JPEG2000Translator Reading symbols from /boot/system/add- ons/Translators/JPEGTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/JPEGTranslator Reading symbols from /boot/system/add- ons/Translators/PCXTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PCXTranslator Reading symbols from /boot/system/add- ons/Translators/PNGTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PNGTranslator Reading symbols from /boot/system/add- ons/Translators/PPMTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/PPMTranslator Reading symbols from /boot/system/add- ons/Translators/RAWTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/RAWTranslator Reading symbols from /boot/system/add-ons/Translators/RTF- Translator...done. Loaded symbols for /boot/system/add-ons/Translators/RTF-Translator Reading symbols from /boot/system/add- ons/Translators/SGITranslator...done. Loaded symbols for /boot/system/add-ons/Translators/SGITranslator Reading symbols from /boot/system/add- ons/Translators/STXTTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/STXTTranslator Reading symbols from /boot/system/add- ons/Translators/TGATranslator...done. Loaded symbols for /boot/system/add-ons/Translators/TGATranslator Reading symbols from /boot/system/add- ons/Translators/TIFFTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/TIFFTranslator Reading symbols from /boot/system/add- ons/Translators/WonderBrushTranslator...done. Loaded symbols for /boot/system/add-ons/Translators/WonderBrushTranslator Reading symbols from /data/apps/SoundPlay/SoundPlay...done. Loaded symbols for /data/apps/SoundPlay/SoundPlay Reading symbols from /boot/home/config/lib/liblayout.so...done. Loaded symbols for /boot/home/config/lib/liblayout.so Reading symbols from /boot/system/lib/libmedia.so...done. Loaded symbols for /boot/system/lib/libmedia.so Reading symbols from /boot/system/lib/libgame.so...done. Loaded symbols for /boot/system/lib/libgame.so Reading symbols from /boot/system/lib/libbnetapi.so...done. Loaded symbols for /boot/system/lib/libbnetapi.so Reading symbols from /boot/system/lib/libnetwork.so...done. Loaded symbols for /boot/system/lib/libnetwork.so Reading symbols from /data/apps/SoundPlay/Plugins/AudioIn...done. Loaded symbols for /data/apps/SoundPlay/Plugins/AudioIn Reading symbols from /data/apps/SoundPlay/Plugins/CPlusAdapter...done. Loaded symbols for /data/apps/SoundPlay/Plugins/CPlusAdapter Reading symbols from /data/apps/SoundPlay/Plugins/Deskbar...done. Loaded symbols for /data/apps/SoundPlay/Plugins/Deskbar Reading symbols from /data/apps/SoundPlay/Plugins/DeskbarFFT...done. Loaded symbols for /data/apps/SoundPlay/Plugins/DeskbarFFT Reading symbols from /data/apps/SoundPlay/Plugins/DeskbarVU...done. Loaded symbols for /data/apps/SoundPlay/Plugins/DeskbarVU Reading symbols from /data/apps/SoundPlay/Plugins/FreeVerb...done. Loaded symbols for /data/apps/SoundPlay/Plugins/FreeVerb Reading symbols from /data/apps/SoundPlay/Plugins/LiveEncoder...done. Loaded symbols for /data/apps/SoundPlay/Plugins/LiveEncoder Reading symbols from /data/apps/SoundPlay/Plugins/LoudnessPlugin...done. Loaded symbols for /data/apps/SoundPlay/Plugins/LoudnessPlugin Reading symbols from /data/apps/SoundPlay/Plugins/MP3Clean...done. Loaded symbols for /data/apps/SoundPlay/Plugins/MP3Clean Reading symbols from /data/apps/SoundPlay/Plugins/MidiRenderer...done. Loaded symbols for /data/apps/SoundPlay/Plugins/MidiRenderer Reading symbols from /data/apps/SoundPlay/Plugins/ModPlugin...done. Loaded symbols for /data/apps/SoundPlay/Plugins/ModPlugin Reading symbols from /data/apps/SoundPlay/Plugins/NoVoicePlugin...done. Loaded symbols for /data/apps/SoundPlay/Plugins/NoVoicePlugin Reading symbols from /data/apps/SoundPlay/Plugins/Noise...done. Loaded symbols for /data/apps/SoundPlay/Plugins/Noise Reading symbols from /data/apps/SoundPlay/Plugins/OggVorbis...done. Loaded symbols for /data/apps/SoundPlay/Plugins/OggVorbis Reading symbols from /boot/home/config/lib/libogg.so...done. Loaded symbols for /boot/home/config/lib/libogg.so Reading symbols from /boot/home/config/lib/libvorbisfile.so...done. Loaded symbols for /boot/home/config/lib/libvorbisfile.so Reading symbols from /boot/home/config/lib/libvorbis.so...done. Loaded symbols for /boot/home/config/lib/libvorbis.so Reading symbols from /data/apps/SoundPlay/Plugins/PitchChange...done. Loaded symbols for /data/apps/SoundPlay/Plugins/PitchChange Reading symbols from /data/apps/SoundPlay/Plugins/SimpleScopePlugin...done. Loaded symbols for /data/apps/SoundPlay/Plugins/SimpleScopePlugin Reading symbols from /data/apps/SoundPlay/Plugins/SpectrumAnalyzer...done. Loaded symbols for /data/apps/SoundPlay/Plugins/SpectrumAnalyzer Loaded symbols for /data/apps/SoundPlay/SoundPlay Loaded symbols for /data/apps/SoundPlay/Plugins/AudioIn Loaded symbols for /data/apps/SoundPlay/Plugins/CPlusAdapter Loaded symbols for /data/apps/SoundPlay/Plugins/Deskbar Loaded symbols for /data/apps/SoundPlay/Plugins/DeskbarFFT Loaded symbols for /data/apps/SoundPlay/Plugins/DeskbarVU Loaded symbols for /data/apps/SoundPlay/Plugins/FreeVerb Loaded symbols for /data/apps/SoundPlay/Plugins/LiveEncoder Loaded symbols for /data/apps/SoundPlay/Plugins/LoudnessPlugin Loaded symbols for /data/apps/SoundPlay/Plugins/MP3Clean Loaded symbols for /data/apps/SoundPlay/Plugins/MidiRenderer Loaded symbols for /data/apps/SoundPlay/Plugins/ModPlugin Loaded symbols for /data/apps/SoundPlay/Plugins/NoVoicePlugin Loaded symbols for /data/apps/SoundPlay/Plugins/Noise Loaded symbols for /data/apps/SoundPlay/Plugins/OggVorbis Loaded symbols for /data/apps/SoundPlay/Plugins/PitchChange Loaded symbols for /data/apps/SoundPlay/Plugins/SimpleScopePlugin Loaded symbols for /data/apps/SoundPlay/Plugins/SpectrumAnalyzer Loaded symbols for /data/apps/SoundPlay/SoundPlay Loaded symbols for /data/apps/SoundPlay/SoundPlay [tcsetpgrp failed in terminal_inferior: Invalid Argument] [Switching to team /boot/system/Tracker (84) thread w>SoundPlay playlist editor (631)] 0x003880be in BWindow::IsHidden () from /boot/system/lib/libbe.so (gdb) bt #0 0x003880be in BWindow::IsHidden () from /boot/system/lib/libbe.so #1 0x00386d40 in BWindow::IsMinimized () from /boot/system/lib/libbe.so #2 0x08c418aa in SoundPlayController::IsMainInterfaceHidden () from /data/apps/SoundPlay/SoundPlay #3 0x08c48d58 in aa_zzzzzzzzzzzzzzzzzzzz () from /data/apps/SoundPlay/SoundPlay #4 0x002c57f2 in BLooper::Quit () from /boot/system/lib/libbe.so #5 0x00382a7a in BWindow::Quit () from /boot/system/lib/libbe.so #6 0x002c6e7b in BLooper::_QuitRequested () from /boot/system/lib/libbe.so #7 0x002c5376 in BLooper::DispatchMessage () from /boot/system/lib/libbe.so #8 0x00385749 in BWindow::DispatchMessage () from /boot/system/lib/libbe.so #9 0x003894ac in BWindow::task_looper () from /boot/system/lib/libbe.so #10 0x002c68e7 in BLooper::_task0_ () from /boot/system/lib/libbe.so #11 0x0069f124 in thread_entry () from /boot/system/lib/libroot.so #12 0x783cdfec in ?? () (gdb) }}} Tested with r32651 in VirtualBox 3.0.4. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:06:21 2009 From: trac at haiku-os.org (nielx) Date: Mon, 24 Aug 2009 15:06:21 -0000 Subject: [Haiku-bugs] [Haiku] #4331: [UserGuide] Incomplete info on /userguide/en/installation.html In-Reply-To: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> References: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> Message-ID: <052.0dc374aee649e9e6599d64e82b9e5367@haiku-os.org> #4331: [UserGuide] Incomplete info on /userguide/en/installation.html ---------------------------+------------------------------------------------ Reporter: Disreali | Owner: humdinger Type: bug | Status: new Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Changes (by nielx): * owner: nielx => humdinger Comment: User documentation is Humdinger's area. Reassigning. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:06:46 2009 From: trac at haiku-os.org (anevilyak) Date: Mon, 24 Aug 2009 15:06:46 -0000 Subject: [Haiku-bugs] [Haiku] #4338: [Tracker] crash in BWindow::IsHidden () In-Reply-To: <040.d8182c6685a3b47b920b0538ed49ce04@haiku-os.org> References: <040.d8182c6685a3b47b920b0538ed49ce04@haiku-os.org> Message-ID: <049.6198edd0c380c5979e80c1912a255af9@haiku-os.org> #4338: [Tracker] crash in BWindow::IsHidden () -----------------------------------+---------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: duplicate | Blockedby: 4274 Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by anevilyak): * status: new => closed * resolution: => duplicate * blockedby: => 4274 Comment: Duplicate of #4274. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:07:00 2009 From: trac at haiku-os.org (nielx) Date: Mon, 24 Aug 2009 15:07:00 -0000 Subject: [Haiku-bugs] [Haiku] #4334: [UserGuide] filename prefix duplication In-Reply-To: <040.cce0aab4bce7e7cff09892052956cb94@haiku-os.org> References: <040.cce0aab4bce7e7cff09892052956cb94@haiku-os.org> Message-ID: <049.090486d5b5ab7afeaecef9469f3b190f@haiku-os.org> #4334: [UserGuide] filename prefix duplication ---------------------------+------------------------------------------------ Reporter: diver | Owner: humdinger Type: bug | Status: new Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Changes (by nielx): * owner: nielx => humdinger Comment: User documentation is Humdinger's area. Reassigning. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:09:21 2009 From: trac at haiku-os.org (nielx) Date: Mon, 24 Aug 2009 15:09:21 -0000 Subject: [Haiku-bugs] [Haiku] #1740: [Trac] Include attachment indicator in email notifications In-Reply-To: <046.1570159e65321561a1f22a66dc423992@haiku-os.org> References: <046.1570159e65321561a1f22a66dc423992@haiku-os.org> Message-ID: <055.567ea3882949df45ec37a1d8595176b5@haiku-os.org> #1740: [Trac] Include attachment indicator in email notifications ---------------------------+------------------------------------------------ Reporter: umccullough | Owner: haiku-web Type: enhancement | Status: new Priority: normal | Milestone: Trac 0.11 Component: Website/Trac | Version: Resolution: | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Comment(by nielx): Replying to [comment:10 umccullough]: > As mentioned in the edgewall ticket above, there's another solution: > > http://trac-hacks.org/wiki/AnnouncerPlugin > > Can we test this out? I am a bit cautious when it comes to modules that replace a major internal subsystem of Trac. At this point in time, I think it is reasonably safe to say that the next major version of Trac (0.12) will not fix this, but since this release should be sooner rather than later, I actually prefer to wait until the module is ported to Trac 0.12 to test it out. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:09:59 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 15:09:59 -0000 Subject: [Haiku-bugs] [Haiku] #4338: [Tracker] crash in BWindow::IsHidden () In-Reply-To: <040.d8182c6685a3b47b920b0538ed49ce04@haiku-os.org> References: <040.d8182c6685a3b47b920b0538ed49ce04@haiku-os.org> Message-ID: <049.ed41eb8d75301900445429d1979b464a@haiku-os.org> #4338: [Tracker] crash in BWindow::IsHidden () -----------------------------------+---------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: duplicate | Blockedby: 4274 Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by diver): Oops, sorry. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:11:27 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 15:11:27 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Tracker] crash in BWindow::IsHidden In-Reply-To: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> References: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> Message-ID: <049.5ce6dde88150beb9b4da1f44a3cb6e6a@haiku-os.org> #4274: [Tracker] crash in BWindow::IsHidden -----------------------------------+---------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: 4338 -----------------------------------+---------------------------------------- Comment(by diver): But Tracker in R5 doesn't crash, I remember as i've used it a lot. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:14:17 2009 From: trac at haiku-os.org (anevilyak) Date: Mon, 24 Aug 2009 15:14:17 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Tracker] crash in BWindow::IsHidden In-Reply-To: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> References: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> Message-ID: <049.9c1abb231f6387a0cc74970bf8731416@haiku-os.org> #4274: [Tracker] crash in BWindow::IsHidden ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: 4338 ---------------------------------+------------------------------------------ Changes (by anevilyak): * status: closed => reopened * resolution: invalid => * component: Applications/Tracker => Kits/Interface Kit Comment: In that case the bug is most likely somewhere in the app or interface kit, like I said you only see the crash in Tracker because the replicant executes as part of the same team (the replicant itself is basically just an archived BView that gets inserted into the desktop's view hierarchy). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:14:47 2009 From: trac at haiku-os.org (anevilyak) Date: Mon, 24 Aug 2009 15:14:47 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Soundplay Replicant] crash in BWindow::IsHidden (was: [Tracker] crash in BWindow::IsHidden) In-Reply-To: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> References: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> Message-ID: <049.eedb3c3e5c34e240789950e886becaaa@haiku-os.org> #4274: [Soundplay Replicant] crash in BWindow::IsHidden ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: 4338 ---------------------------------+------------------------------------------ -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:17:33 2009 From: trac at haiku-os.org (anevilyak) Date: Mon, 24 Aug 2009 15:17:33 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Soundplay Replicant] crash in BWindow::IsHidden In-Reply-To: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> References: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> Message-ID: <049.59b6893c7fe42f5c2bfd6c72aba180b7@haiku-os.org> #4274: [Soundplay Replicant] crash in BWindow::IsHidden ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: 4338 ---------------------------------+------------------------------------------ Comment(by anevilyak): What version of Soundplay are you using for this test by the way? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:23:18 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 15:23:18 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Soundplay Replicant] crash in BWindow::IsHidden In-Reply-To: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> References: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> Message-ID: <049.ad94a997655ba8f7dee59a658e915933@haiku-os.org> #4274: [Soundplay Replicant] crash in BWindow::IsHidden ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: 4338 ---------------------------------+------------------------------------------ Comment(by diver): It's SoundPlay 4.7.3. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:23:49 2009 From: trac at haiku-os.org (humdinger) Date: Mon, 24 Aug 2009 15:23:49 -0000 Subject: [Haiku-bugs] [Haiku] #4334: [UserGuide] filename prefix duplication In-Reply-To: <040.cce0aab4bce7e7cff09892052956cb94@haiku-os.org> References: <040.cce0aab4bce7e7cff09892052956cb94@haiku-os.org> Message-ID: <049.2a1bc53cf8dae62c95b501a4569eadc5@haiku-os.org> #4334: [UserGuide] filename prefix duplication ---------------------------+------------------------------------------------ Reporter: diver | Owner: humdinger Type: bug | Status: new Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by humdinger): This has historic reasons. Before the whole extent of the documentation became apparent, I planned to have all pages in one folder. Later, I opted for additional subfolders.[[BR]] I agree, now the "apps-" prefix isn't useful anymore. If nobody disagrees, I'll rename those soon, as this is something that would simplify the URL visible in a browser.[[BR]] I don't see the issue with the images, though, and won't touch those if I don't have to. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:30:14 2009 From: trac at haiku-os.org (humdinger) Date: Mon, 24 Aug 2009 15:30:14 -0000 Subject: [Haiku-bugs] [Haiku] #4331: [UserGuide] Incomplete info on /userguide/en/installation.html In-Reply-To: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> References: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> Message-ID: <052.fcdaa67aa5e1f5770d1b57a4f4ed41d4@haiku-os.org> #4331: [UserGuide] Incomplete info on /userguide/en/installation.html ---------------------------+------------------------------------------------ Reporter: Disreali | Owner: humdinger Type: bug | Status: new Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by humdinger): How to build Haiku from source isn't something essential for the targeted end using reader of the user guide. The official way for installation is already described under applications -> Installer. Could someone more familiar with the build system please exclude docs/userguide/en/installation.html and the whole folder docs/userguide/en/installation/ from the OptionlPackage "Welcome"? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:49:24 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 15:49:24 -0000 Subject: [Haiku-bugs] [Haiku] #4317: Copying a file from NTFS to BFS never finishes In-Reply-To: <040.02938f361e39ac024b3609e595eae646@haiku-os.org> References: <040.02938f361e39ac024b3609e595eae646@haiku-os.org> Message-ID: <049.137b1463c740228148b92e5e0ff1f922@haiku-os.org> #4317: Copying a file from NTFS to BFS never finishes --------------------------------+------------------------------------------- Reporter: Elite | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: File Systems/NTFS | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: --------------------------------+------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed * component: File Systems => File Systems/NTFS Comment: Fixed in r32655. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:50:53 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 15:50:53 -0000 Subject: [Haiku-bugs] [Haiku] #4313: Only switch resolutions when needed after an application started a BWindowScreen. In-Reply-To: <038.0e5b8b20e2546d7f7c077981ed0795aa@haiku-os.org> References: <038.0e5b8b20e2546d7f7c077981ed0795aa@haiku-os.org> Message-ID: <047.9d33fc0ff4de7f8333e57e47efac3cf1@haiku-os.org> #4313: Only switch resolutions when needed after an application started a BWindowScreen. --------------------------------+------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by axeld): * priority: low => normal * type: enhancement => bug Comment: Since this is already done, there is obviously a bug somewhere :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:59:05 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 15:59:05 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Soundplay Replicant] crash in BWindow::IsHidden In-Reply-To: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> References: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> Message-ID: <049.a80427ff7b9ff3f4b73365aaa5c87c59@haiku-os.org> #4274: [Soundplay Replicant] crash in BWindow::IsHidden ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: 4338 ---------------------------------+------------------------------------------ Comment(by axeld): It can still be a bug in the application, though. It wouldn't be the first case where a n actual bug did go unnoticed in BeOS suddenly surfaced in Haiku. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 17:59:51 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 15:59:51 -0000 Subject: [Haiku-bugs] [Haiku] #4250: [Keymap] pressing shift doesn't show uppercase characters In-Reply-To: <040.7a37a949bae8831ad119122f9ba42a3a@haiku-os.org> References: <040.7a37a949bae8831ad119122f9ba42a3a@haiku-os.org> Message-ID: <049.8d70b25122f1869ae9b6c69d64b7c6b8@haiku-os.org> #4250: [Keymap] pressing shift doesn't show uppercase characters --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Keymap | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by axeld): It should always show them, and also does that over here :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:01:53 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 16:01:53 -0000 Subject: [Haiku-bugs] [Haiku] #4140: [app_server] crash in AppServer::ClientTeam In-Reply-To: <040.20c95ed79b5730dfdeb8ad4313a53ae2@haiku-os.org> References: <040.20c95ed79b5730dfdeb8ad4313a53ae2@haiku-os.org> Message-ID: <049.76db29e8059a96ee973e6575b662b193@haiku-os.org> #4140: [app_server] crash in AppServer::ClientTeam --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Description changed by axeld: Old description: > I started all apps in Leaf menu->Preferences and started to close them > quickly after they all have been loaded and got a crash.[[BR]] > This is r31840 in virtualbox[[BR]] > [[Image(app_server.png]] New description: I started all apps in Leaf menu->Preferences and started to close them quickly after they all have been loaded and got a crash.[[BR]] This is r31840 in virtualbox[[BR]] [[Image(app_server.png)]] -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:05:08 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 16:05:08 -0000 Subject: [Haiku-bugs] [Haiku] #4140: [app_server] crash in AppServer::ClientTeam In-Reply-To: <040.20c95ed79b5730dfdeb8ad4313a53ae2@haiku-os.org> References: <040.20c95ed79b5730dfdeb8ad4313a53ae2@haiku-os.org> Message-ID: <049.8ce1128207b874608a65826c045febd1@haiku-os.org> #4140: [app_server] crash in AppServer::ClientTeam --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by axeld): How did you close the apps? I can't reproduce this. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:07:29 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 16:07:29 -0000 Subject: [Haiku-bugs] [Haiku] #4326: Crash in block cache when unmounting partition. In-Reply-To: <038.510983526ef4ba17162ec10435efa002@haiku-os.org> References: <038.510983526ef4ba17162ec10435efa002@haiku-os.org> Message-ID: <047.62170227a12323210286c3aea9264f22@haiku-os.org> #4326: Crash in block cache when unmounting partition. ---------------------------+------------------------------------------------ Reporter: bga | Owner: axeld Type: bug | Status: new Priority: high | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by axeld): This is probably a duplicate of #4223. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:08:36 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 16:08:36 -0000 Subject: [Haiku-bugs] [Haiku] #4320: [app_server] windows activation and minimization doesn't work in workspaces replicant In-Reply-To: <040.5d8899e7addd142b8f81570c56bc264b@haiku-os.org> References: <040.5d8899e7addd142b8f81570c56bc264b@haiku-os.org> Message-ID: <049.7c62ea2d949088629a36021e062f91f9@haiku-os.org> #4320: [app_server] windows activation and minimization doesn't work in workspaces replicant ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by axeld): What besides moving the window to front do you expect to happen? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:10:02 2009 From: trac at haiku-os.org (ceferina) Date: Mon, 24 Aug 2009 16:10:02 -0000 Subject: [Haiku-bugs] [Haiku] #4276: [Deskbar] hide application expander if there are no windows In-Reply-To: <040.4741edd8290d4f01fd4233c1344d011d@haiku-os.org> References: <040.4741edd8290d4f01fd4233c1344d011d@haiku-os.org> Message-ID: <049.943a9b26e067609d817e6bb781398aa8@haiku-os.org> #4276: [Deskbar] hide application expander if there are no windows ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by ceferina): I?ll give it a try to fix it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:11:28 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 16:11:28 -0000 Subject: [Haiku-bugs] [Haiku] #4140: [app_server] crash in AppServer::ClientTeam In-Reply-To: <040.20c95ed79b5730dfdeb8ad4313a53ae2@haiku-os.org> References: <040.20c95ed79b5730dfdeb8ad4313a53ae2@haiku-os.org> Message-ID: <049.12b83b8bafc576e8800dbad9789854fe@haiku-os.org> #4140: [app_server] crash in AppServer::ClientTeam --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by diver): Clicking random app window and pressing alt+w shortcut very fast. I'll try to reproduce it again myself. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:11:42 2009 From: trac at haiku-os.org (bga) Date: Mon, 24 Aug 2009 16:11:42 -0000 Subject: [Haiku-bugs] [Haiku] #4326: Crash in block cache when unmounting partition. In-Reply-To: <038.510983526ef4ba17162ec10435efa002@haiku-os.org> References: <038.510983526ef4ba17162ec10435efa002@haiku-os.org> Message-ID: <047.48413b55c6affa21ad530d0e9ff0a25d@haiku-os.org> #4326: Crash in block cache when unmounting partition. ---------------------------+------------------------------------------------ Reporter: bga | Owner: axeld Type: bug | Status: new Priority: high | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bga): It may be so, but the way to get at the bug was different, which may shed some more light. But yes, both seem to be crashes at heap_free(). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:13:40 2009 From: trac at haiku-os.org (anevilyak) Date: Mon, 24 Aug 2009 16:13:40 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Soundplay Replicant] crash in BWindow::IsHidden In-Reply-To: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> References: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> Message-ID: <049.11811c675ae2a5d5bd6c321bf57ee70d@haiku-os.org> #4274: [Soundplay Replicant] crash in BWindow::IsHidden ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: 4338 ---------------------------------+------------------------------------------ Comment(by anevilyak): Replying to [comment:8 axeld]: > It can still be a bug in the application, though. It wouldn't be the first case where a n actual bug did go unnoticed in BeOS suddenly surfaced in Haiku. Very true, but pending further analysis I'll give Soundplay the benefit of the doubt for now :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:16:48 2009 From: trac at haiku-os.org (leavengood) Date: Mon, 24 Aug 2009 16:16:48 -0000 Subject: [Haiku-bugs] [Haiku] #3595: Problems with FireWare controller on HP Compaq NX7400 In-Reply-To: <043.b161c03ca60834d0c1910e1882a33f4d@haiku-os.org> References: <043.b161c03ca60834d0c1910e1882a33f4d@haiku-os.org> Message-ID: <052.45f529dbac1d29d1e29f4d63e124a139@haiku-os.org> #3595: Problems with FireWare controller on HP Compaq NX7400 -------------------------------+-------------------------------------------- Reporter: siarzhuk | Owner: absabs Type: bug | Status: closed Priority: normal | Milestone: Unscheduled Component: Drivers/FireWire | Version: Resolution: fixed | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Comment(by leavengood): For future reference, the patch supplied by absabs in this ticket was applied in r29770 on March 29, 2009. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:19:30 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 16:19:30 -0000 Subject: [Haiku-bugs] [Haiku] #4320: [app_server] windows activation and minimization doesn't work in workspaces replicant In-Reply-To: <040.5d8899e7addd142b8f81570c56bc264b@haiku-os.org> References: <040.5d8899e7addd142b8f81570c56bc264b@haiku-os.org> Message-ID: <049.6741a7f6546cfcf3997cb15c2e803e2a@haiku-os.org> #4320: [app_server] windows activation and minimization doesn't work in workspaces replicant ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by diver): Nothing, only that you just wrote. I think I'll just open another ticket for the last part of my report. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:21:56 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 16:21:56 -0000 Subject: [Haiku-bugs] [Haiku] #4327: [kernel] running Be TaskManager turn OS to a semi-frozen state In-Reply-To: <040.e3881a8781d2a5018e3d35830fcd6e1d@haiku-os.org> References: <040.e3881a8781d2a5018e3d35830fcd6e1d@haiku-os.org> Message-ID: <049.96f36ecfffc77dbb74a7c62ad332b303@haiku-os.org> #4327: [kernel] running Be TaskManager turn OS to a semi-frozen state -----------------------+---------------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Changes (by axeld): * component: System/Kernel => - General Comment: It just sucks up all CPU, you just might think it's frozen because VirtualBox is sometimes pretty slow. I don't notice anything in VMware or real hardware. The main thread is looping forever in some libstdc++.r4.so streaming function. That might hint to an incompatibility between Haiku, and BeOS, or just some bug (eventually also in TaskManager itself). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:23:45 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 16:23:45 -0000 Subject: [Haiku-bugs] [Haiku] #4250: [Keymap] pressing shift doesn't show uppercase characters In-Reply-To: <040.7a37a949bae8831ad119122f9ba42a3a@haiku-os.org> References: <040.7a37a949bae8831ad119122f9ba42a3a@haiku-os.org> Message-ID: <049.9cf2a39ed3ef937196b287592a3d7c7e@haiku-os.org> #4250: [Keymap] pressing shift doesn't show uppercase characters --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/Keymap | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by diver): Strange, I could only reproduce it when I used my attachment:ticket:4306:UserBuildConfig -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:28:29 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 16:28:29 -0000 Subject: [Haiku-bugs] [Haiku] #4140: [app_server] crash in AppServer::ClientTeam In-Reply-To: <040.20c95ed79b5730dfdeb8ad4313a53ae2@haiku-os.org> References: <040.20c95ed79b5730dfdeb8ad4313a53ae2@haiku-os.org> Message-ID: <049.45ec0aff4973a4be592f07a6a5d52eb3@haiku-os.org> #4140: [app_server] crash in AppServer::ClientTeam --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by diver): I just tried and now it crashed with a different backtrace, looks like #3066 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:29:08 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 16:29:08 -0000 Subject: [Haiku-bugs] [Haiku] #4140: [app_server] crash in AppServer::ClientTeam In-Reply-To: <040.20c95ed79b5730dfdeb8ad4313a53ae2@haiku-os.org> References: <040.20c95ed79b5730dfdeb8ad4313a53ae2@haiku-os.org> Message-ID: <049.6887318c306dc69c30c19235c9a31af4@haiku-os.org> #4140: [app_server] crash in AppServer::ClientTeam --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by diver): [[Image(app_server3.png)]] -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:34:57 2009 From: trac at haiku-os.org (diver) Date: Mon, 24 Aug 2009 16:34:57 -0000 Subject: [Haiku-bugs] [Haiku] #4140: [app_server] crash in AppServer::ClientTeam In-Reply-To: <040.20c95ed79b5730dfdeb8ad4313a53ae2@haiku-os.org> References: <040.20c95ed79b5730dfdeb8ad4313a53ae2@haiku-os.org> Message-ID: <049.9a4a3e3bb88c8ae361854a2d18fce702@haiku-os.org> #4140: [app_server] crash in AppServer::ClientTeam --------------------------------+------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by diver): Another crash when I tried to reproduce it in vmware player[[BR]] [[Image(app_server4.png)]] -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:38:00 2009 From: trac at haiku-os.org (bga) Date: Mon, 24 Aug 2009 16:38:00 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Soundplay Replicant] crash in BWindow::IsHidden In-Reply-To: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> References: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> Message-ID: <049.69e726e412c5f5d62f6c33f9dce0a91c@haiku-os.org> #4274: [Soundplay Replicant] crash in BWindow::IsHidden ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: 4338 ---------------------------------+------------------------------------------ Comment(by bga): This is from Marco Nelissen: "one thing I remember is that BeOS would keep a list of windows, and some of the BWindow calls would verify that the 'this' pointer was in that list, so you could call certain BWindow methods on an invalid pointer without crashing. Maybe it's calling IsHidden on a null pointer or something, which could possibly have worked on BeOS" So, yes. It may be indeed a bug in SoundPlay that was hidden in BeOS but then the question is, does binary compatibility includes replicating this behaviour? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:46:59 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 16:46:59 -0000 Subject: [Haiku-bugs] [Haiku] #4327: running Be TaskManager turn OS to a semi-frozen state (was: [kernel] running Be TaskManager turn OS to a semi-frozen state) In-Reply-To: <040.e3881a8781d2a5018e3d35830fcd6e1d@haiku-os.org> References: <040.e3881a8781d2a5018e3d35830fcd6e1d@haiku-os.org> Message-ID: <049.3334b1b9fe53d62a0c7e5a904efd5489@haiku-os.org> #4327: running Be TaskManager turn OS to a semi-frozen state -----------------------+---------------------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:52:18 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 16:52:18 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Soundplay Replicant] crash in BWindow::IsHidden In-Reply-To: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> References: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> Message-ID: <049.471b26fcbee9034494a6aae9c21da827@haiku-os.org> #4274: [Soundplay Replicant] crash in BWindow::IsHidden ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: 4338 ---------------------------------+------------------------------------------ Comment(by axeld): I guess he means the looper list, and that's something we do as well. But that will only work gracefully if the method in question tries to lock, and notices if that didn't work out. If it's a bug in SoundPlay, I would bother Marco to fix it (and release a new binary that works under Haiku) ;-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:56:49 2009 From: trac at haiku-os.org (bga) Date: Mon, 24 Aug 2009 16:56:49 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Soundplay Replicant] crash in BWindow::IsHidden In-Reply-To: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> References: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> Message-ID: <049.60c4466670943b72935d17edad3a5460@haiku-os.org> #4274: [Soundplay Replicant] crash in BWindow::IsHidden ---------------------------------+------------------------------------------ Reporter: diver | Owner: axeld Type: bug | Status: reopened Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: 4338 ---------------------------------+------------------------------------------ Comment(by bga): Oh, he is working on that. Don't worry. ;) In any case, maybe it is worth to investigate this just to be sure? I can take a look at it if you do not have the time to. Just assign it to me. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 18:59:41 2009 From: trac at haiku-os.org (bonefish) Date: Mon, 24 Aug 2009 16:59:41 -0000 Subject: [Haiku-bugs] [Haiku] #4331: [UserGuide] Incomplete info on /userguide/en/installation.html In-Reply-To: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> References: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> Message-ID: <052.b2df2a323caea43999d3d7e1cc273d68@haiku-os.org> #4331: [UserGuide] Incomplete info on /userguide/en/installation.html ---------------------------+------------------------------------------------ Reporter: Disreali | Owner: humdinger Type: bug | Status: new Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bonefish): Replying to [comment:5 humdinger]: > Could someone more familiar with the build system please exclude docs/userguide/en/installation.html and the whole folder docs/userguide/en/installation/ from the OptionlPackage "Welcome"? Not sure what your reasons for not removing the file/folder are. If the information, while not up to date, are still useful, but are just not suitable for the user guide, why not simply move them to a more suitable place outside the user guide? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 19:19:19 2009 From: trac at haiku-os.org (VinDuv) Date: Mon, 24 Aug 2009 17:19:19 -0000 Subject: [Haiku-bugs] [Haiku] #4339: Screen saver settings are lost when switching tabs Message-ID: <041.ef615fe25362d7d51ca1e9839091b117@haiku-os.org> #4339: Screen saver settings are lost when switching tabs -------------------------------------+-------------------------------------- Reporter: VinDuv | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Preferences/ScreenSaver | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- This is r32648. To reproduce: * Open the ScreenSaver preflet, click on Modules, then on a screen saver which has settings (e.g. IFS, Spider). * Change the settings. * Click on the Fade tab then go back to Modules. The settings are reset to their previous values. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 19:29:52 2009 From: trac at haiku-os.org (humdinger) Date: Mon, 24 Aug 2009 17:29:52 -0000 Subject: [Haiku-bugs] [Haiku] #4331: [UserGuide] Incomplete info on /userguide/en/installation.html In-Reply-To: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> References: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> Message-ID: <052.d6f5a1b627770cbbea5ecf4302c0f652@haiku-os.org> #4331: [UserGuide] Incomplete info on /userguide/en/installation.html ---------------------------+------------------------------------------------ Reporter: Disreali | Owner: humdinger Type: bug | Status: new Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by humdinger): The only reason would be that the install-source-linux.html has been linked to quite a few times. So it would be inconvenient for some to break this link. OTOH, it's nothing official really...[[BR]] So, moving... how about docs/build/. I have no idea how accurate the other docs are, though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 19:36:01 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 17:36:01 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Soundplay Replicant] crash in BWindow::IsHidden In-Reply-To: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> References: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> Message-ID: <049.31b0177c25b7c099c63bb78e92e2f1b6@haiku-os.org> #4274: [Soundplay Replicant] crash in BWindow::IsHidden ---------------------------------+------------------------------------------ Reporter: diver | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: 4338 ---------------------------------+------------------------------------------ Changes (by axeld): * owner: axeld => bga * status: reopened => new Comment: Now that's an invitation I can't resist :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 19:38:55 2009 From: trac at haiku-os.org (axeld) Date: Mon, 24 Aug 2009 17:38:55 -0000 Subject: [Haiku-bugs] [Haiku] #4326: Crash in block cache when unmounting partition. In-Reply-To: <038.510983526ef4ba17162ec10435efa002@haiku-os.org> References: <038.510983526ef4ba17162ec10435efa002@haiku-os.org> Message-ID: <047.e5fd3564e519be6ea1a3d9be45d70d5f@haiku-os.org> #4326: Crash in block cache when unmounting partition. ---------------------------+------------------------------------------------ Reporter: bga | Owner: axeld Type: bug | Status: new Priority: high | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by axeld): That the crash is in heap_free() just indicates a memory corruption; the relation of the bugs is that this happened while mounting/unmounting BFS partitions. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 19:39:36 2009 From: trac at haiku-os.org (leavengood) Date: Mon, 24 Aug 2009 17:39:36 -0000 Subject: [Haiku-bugs] [Haiku] #4185: Changing window properties with context menu In-Reply-To: <044.673140946bc07b44d8ff86af899ecb95@haiku-os.org> References: <044.673140946bc07b44d8ff86af899ecb95@haiku-os.org> Message-ID: <053.7a1fa35077fad528203c2014a6201294@haiku-os.org> #4185: Changing window properties with context menu --------------------------------------+------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------------+------------------------------------- Changes (by leavengood): * status: assigned => closed * resolution: => fixed Comment: Finally got around to fixing this in r32656. I think you'll find the new behavior acceptable, and it was indeed tricky to fix right. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 21:07:57 2009 From: trac at haiku-os.org (bonefish) Date: Mon, 24 Aug 2009 19:07:57 -0000 Subject: [Haiku-bugs] [Haiku] #4274: [Soundplay Replicant] crash in BWindow::IsHidden In-Reply-To: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> References: <040.aa4cc3d90f288aaf79fef844e686ece9@haiku-os.org> Message-ID: <049.deef04c21c86ce3ef38b0a386bca84b5@haiku-os.org> #4274: [Soundplay Replicant] crash in BWindow::IsHidden ---------------------------------+------------------------------------------ Reporter: diver | Owner: bga Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/Interface Kit | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: 4338 ---------------------------------+------------------------------------------ Comment(by bonefish): According to an objdump of BeOS R5's libbe, BWindow::IsMinimized() does lock. Interestingly it calls a function get_window_info() -- asking the app server? BWindow::IsHidden() calls BLooper::IsLocked(), so that can be "safely" called on a stale BWindow pointer, too. In Haiku neither method does any checks. So while I'm generally no fan of allowing calls on invalid objects (another object could have been created at the same address in the meantime), BeOS R5 does that and so should we. BTW, our BLooper:IsLocked() looks broken: There's a race condition between checking the object's validity and accessing the object (the whole time the looper list lock should be held). Furthermore the fCachedStack optimization is questionable. At least on x86 it probably won't speed anything up. Don't know about other architectures, but find_thread(NULL) really should be made as fast as possible -- I'd rather optimize there. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 22:06:12 2009 From: trac at haiku-os.org (mmlr) Date: Mon, 24 Aug 2009 20:06:12 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot In-Reply-To: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> References: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> Message-ID: <048.ab62d5c48b65606bb3ab418c3516c2c4@haiku-os.org> #4312: "Could not read block, operation timed out" at boot -------------------------+-------------------------------------------------- Reporter: hiei | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): Replying to [comment:10 hiei]: > Currently I'm using the nightly images from haiku-files so I think I'm not able to do it. There is any way to disable it from the boot loader? There isn't. What I'd be interested in is if the PCI debug output actually shows the same interrupt line as the firewire bus_manager expected it. To find that out could you please enable on-screen debug output and take a look at the first few pages. There you'll see all the devices enumerated with the interesting information. If you search through that you'll see the OHCI Firewire controller somewhere and it has a "interrupt_line" attribute printed. If you could copy that info here, that'd be helpful. In doubt feel free to post a photo of said pages. Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 22:48:45 2009 From: trac at haiku-os.org (hiei) Date: Mon, 24 Aug 2009 20:48:45 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot In-Reply-To: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> References: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> Message-ID: <048.51a4e2652076e44e360a82f589540433@haiku-os.org> #4312: "Could not read block, operation timed out" at boot -------------------------+-------------------------------------------------- Reporter: hiei | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by hiei): Ok, it says "interrupt_line 0b" and "interrupt_pin 01". I tried to make a photo but with the black background it wasn't readable at all. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 23:01:21 2009 From: trac at haiku-os.org (oruizdorantes) Date: Mon, 24 Aug 2009 21:01:21 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.6be90cd34566be614134977edf4cda24@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by oruizdorantes): Hi Michael, We have been debugging a bit, may it can spot us some light. The first frame(reported in the callback) is the following : Len=10 Data = ## e:4:1:3:c:0:0:0:0:0: ## Lets say only the first 6 bytes are valid (bluetooth)data. Remaining as you can see is filled with 4 zeros which starts provoking problems. I would be expecting from this frame to be 6 bytes len, or having valid data on those 4 bytes(not 0). Is this expectable? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Mon Aug 24 23:43:15 2009 From: trac at haiku-os.org (bonefish) Date: Mon, 24 Aug 2009 21:43:15 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.01a697e498e591d7b7cd8bbd60f2b903@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by bonefish): The scanning of the extended partition is truncated/dropped in the syslog, but at least for the primary partitions Haiku agrees with fdisk. I've added a bit of error output to makebootable in r32662. Please try to run it again under Linux and add the results to the ticket. BTW, you can just run: {{{ jam -q run :'makebootable' /dev/sda3 }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 01:11:22 2009 From: trac at haiku-os.org (plfiorini) Date: Mon, 24 Aug 2009 23:11:22 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.ef25e1efe2703b52ab8c9bd0fa77683d@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by plfiorini): {{{ plfiorini at linux-jbiz:~/develop/haiku/trunk> svnversion . 32662 plfiorini at linux-jbiz:~/develop/haiku/trunk/generated.x86gcc4hybrid> jam -q run :'makebootable' /dev/sda3 ...patience... ...found 1212 target(s)... ...updating 3 target(s)... C++ /home/plfiorini/develop/haiku/trunk/generated.x86gcc4hybrid/objects/linux/x86/release/tools/makebootable/platform/bios_ia32/makebootable.o Link /home/plfiorini/develop/haiku/trunk/generated.x86gcc4hybrid/objects/linux/x86/release/tools/makebootable/platform/bios_ia32/makebootable XRes1 /home/plfiorini/develop/haiku/trunk/generated.x86gcc4hybrid/objects/linux/x86/release/tools/makebootable/platform/bios_ia32/makebootable Chmod1 /home/plfiorini/develop/haiku/trunk/generated.x86gcc4hybrid/objects/linux/x86/release/tools/makebootable/platform/bios_ia32/makebootable RunCommandLine1 run_0 Error: Invalid partition index 3. partitions: 0: 1: 2: 3: target=target; for t in /home/plfiorini/develop/haiku/trunk/generated.x86gcc4hybrid/objects/linux/x86/release/tools/makebootable/platform/bios_ia32/makebootable ; do target=${target}X eval "${target}=${t}" done export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/plfiorini/develop/haiku/trunk/generated.x86gcc4hybrid/objects/linux/lib "$targetX" "/dev/sda3" ...failed RunCommandLine1 run_0 ... ...failed updating 1 target(s)... ...updated 2 target(s)... }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 02:37:33 2009 From: trac at haiku-os.org (bonefish) Date: Tue, 25 Aug 2009 00:37:33 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.6a88e4822bfd9958595dbba7c069baa3@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by bonefish): The partition map looks empty. The partition map parser has probably encountered errors that made it ignore the defined partitions. Please enabled debugging in {{{src/add-ons/kernel/partitioning_systems/intel/PartitionMapParser.cpp}}} by uncommenting line 25. It should then read: {{{ #define TRACE_ENABLED }}} Then run the jam line again and post the output here. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 04:12:58 2009 From: trac at haiku-os.org (Luposian) Date: Tue, 25 Aug 2009 02:12:58 -0000 Subject: [Haiku-bugs] [Haiku] #4340: nVidia HDA chipset seen, but no sound Message-ID: <043.a8fd45c45c2cc114c53790b99c4e7034@haiku-os.org> #4340: nVidia HDA chipset seen, but no sound -------------------------------+-------------------------------------------- Reporter: Luposian | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Audio/HDA | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------+-------------------------------------------- On my Asus motherboard, the HDA driver is loaded and the chipset is seen, but I can't get a peep out of the audio, no matter what I do. I'm including a SysLog for diagnostic purposes. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 04:38:27 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Tue, 25 Aug 2009 02:38:27 -0000 Subject: [Haiku-bugs] [Haiku] #3965: DriveSetup: reversed behavior for (un)mounted volumes In-Reply-To: <041.1f61470f2a8f1e568f6e8116f3c1b5b4@haiku-os.org> References: <041.1f61470f2a8f1e568f6e8116f3c1b5b4@haiku-os.org> Message-ID: <050.944372ac10febf03b5acd8b9f303ebb6@haiku-os.org> #3965: DriveSetup: reversed behavior for (un)mounted volumes -------------------------------------+-------------------------------------- Reporter: mmadia | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/DriveSetup | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Comment(by jonas.kirilla): DriveSetup still mixes up partitions, sometimes not letting you unmount a mounted partition, resulting in you not being able to repartition or format as you need to. It can make you unable or unwilling to install Haiku. Alpha newcomers can not be expected to know about the workarounds. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 04:42:17 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 25 Aug 2009 02:42:17 -0000 Subject: [Haiku-bugs] [Haiku] #4316: app_server resource cleanup issues In-Reply-To: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> References: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> Message-ID: <053.34454fbf68934bece09e2a57581badbd@haiku-os.org> #4316: app_server resource cleanup issues --------------------------------+------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by anevilyak): Managed to reproduce it again. Some observations: 1) the Debugger window was still around (and Deskbar still thought the Debugger team was still present even though it wasn't). The window however was even still movable, despite no longer redrawing correctly. 2) The test in question involves asking Tracker to launch a set of about 12 MP3s and 3 jpegs quite often (as indicated by the instructions in the ticket I was investigating that instigated this problem). This time, the Media Player also spontaneously died, and all of its windows stayed in the app_server too. Went into the kernel debugger to examine state afterwards, see as follows: {{{ 8393: DEBUGGER: we are doomed debug_server: Thread 8393 entered the debugger: Debugger call: `we are doomed' stack trace, current PC 0xffff0114 : (0x53ae29c) 0x5db83e _ZN19_shared_buffer_list9AddBufferElP7BBuffer + 0x60 (0x53ae2cc) 0x5b3cb5 _ZN12BBufferGroup9AddBufferERK17buffer_clone_infoPP7BBuffer + 0xc5 (0x53ae2fc) 0x5b3fcc _ZN12BBufferGroupC1Emlmm + 0x104 (0x53ae35c) 0x240296 _ZN13AudioProducer16_AllocateBuffersEP12media_format + 0xc0 (0x53ae39c) 0x240c79 _ZN13AudioProducer7ConnectElRK12media_sourceRK17media_destinationRK12media_formatPc + 0x2ed (0x53ae43c) 0x5b49d8 _ZN15BBufferProducer13HandleMessageElPKvm + 0x2aa (0x53aee6c) 0x5c0a10 _ZN10BMediaNode14WaitForMessageExmPv + 0x10a (0x53b2eac) 0x5bbb86 _ZN17BMediaEventLooper11ControlLoopEv + 0x1f6 (0x53b2f9c) 0x5bb59f _ZN17BMediaEventLooper19_ControlThreadStartEPv + 0x27 (0x53b2fbc) 0x9d608d thread_entry + 0x1a debug_server: Killing team 6203 (/boot/system/apps/MediaPlayer) debug_server: TeamDebugHandler::Init(): Failed to get info for team 6203: Operation on invalid team debug_server: KillTeam(): Error getting info for team 6203: Operation on invalid team debug_server: Killing team 6203 () bfs: bfs_create_index:2040: File or Directory already exists Last message repeated 3 times. vm_page_fault: vm_soft_fault returned error 'Bad address' on fault at 0x0, ip 0x230e3e, write 0, user 1, thread 0x2220 vm_page_fault: thread "MediaPlayer" (8736) in team "MediaPlayer" (8736) tried to read address 0x0, ip 0x230e3e ("MediaPlayer_seg0ro" +0x30e3e) PANIC: Keyboard Requested Halt. Welcome to Kernel Debugging Land... Thread 2 "idle thread 2" running on CPU 0 kdebug> teams team id parent name 0x811b0990 62 0x811b0198 app_server 0x811b0198 1 0x00000000 kernel_team 0x8127a7f8 6047 0x811b0e58 Terminal 0x8127a660 95 0x811b0198 Deskbar 0x811b0330 128 0x8127a990 media_addon_server 0x8127a990 97 0x811b0198 media_server 0x8127ab28 98 0x811b0198 midi_server 0x8127acc0 6051 0x8127a7f8 sh 0x811b0e58 192 0x811b0198 Vision 0x8127ae58 100 0x811b0198 print_server 0x812c1198 102 0x811b0198 cddb_daemon 0x812c1990 6092 0x8127a7f8 Terminal 0x8127a000 78 0x811b07f8 sshd 0x812c1cc0 763 0x811b0198 infopopper_server 0x811b0b28 81 0x811b0198 syslog_daemon 0x812c17f8 6096 0x812c1990 sh 0x811b04c8 53 0x811b0198 registrar 0x8127a4c8 85 0x811b0990 input_server 0x811b0660 60 0x811b0198 debug_server 0x811b07f8 61 0x811b0198 net_server kdebug> threads 62 thread id state wait for object cpu pri stack team name 0x9d637000 11904 waiting sem 26563658 - 15 0x9fe2c000 62 w:8736:Playlist 0x9d5ae800 11625 waiting sem 26558922 - 15 0x9f9e8000 62 w:8736:10 Amongst the Ruins.mp3 0x9d58f800 11563 waiting sem 26558186 - 15 0x9f8f0000 62 w:8736:Playlist 0x9d570800 11501 waiting sem 26557252 - 15 0x9f7f8000 62 w:8736:05 Fallen Icons.mp3 0x901da800 11408 waiting sem 26556270 - 15 0x9f684000 62 w:8736:01 Innocente.mp3 0x90373000 11377 waiting sem 26555716 - 15 0x9f608000 62 w:8736:08 Inner Sanctum.mp3 0x9025a000 11315 waiting sem 26554858 - 15 0x9f510000 62 w:8736:Playlist 0x9d4a3800 11222 waiting sem 26553985 - 15 0x9f39c000 62 w:8736:08 Inner Sanctum.mp3 0x902d5000 11191 waiting sem 26553457 - 15 0x9f320000 62 w:8736:04 Underwater.mp3 0x9d450000 11005 waiting sem 26548660 - 15 0x9f090000 62 w:8736:Playlist 0x9039b800 10850 waiting sem 26544327 - 15 0x9ee84000 62 w:8736:04 Underwater.mp3 0x901f4000 10013 waiting sem 26521299 - 15 0x9e800000 62 w:8736:Playlist 0x902f7800 9982 waiting sem 26516890 - 15 0x9e79c000 62 w:8736:01 Innocente.mp3 0x901bb800 9951 waiting sem 26521290 - 15 0x9e738000 62 w:8736:Playlist 0x90249800 9920 waiting sem 26516002 - 15 0x9e6d4000 62 w:8736:Playlist 0x902d4800 9827 waiting sem 26527061 - 15 0x9e5cc000 62 w:8736:Playlist 0x9d431000 9176 waiting sem 26528359 - 15 0x9d2b0000 62 w:8736:03 Daylight.mp3 0x9d49d000 9083 waiting sem 26487839 - 15 0x9d1ac000 62 w:8736:Playlist 0x9d4f0000 9052 waiting sem 26527843 - 15 0x9d140000 62 w:8736:02 Nature's Kingdom.mp3 0x9d454000 8680 waiting sem 26512846 - 15 0x999a6000 62 w:8664:offscreen 0x90050000 62 waiting sem 686 - 10 0x8022f000 62 picasso 0x9d5f9800 11781 waiting sem 26561711 - 15 0x9fc40000 62 w:8736:08 Inner Sanctum.mp3 0x9d5da800 11719 waiting sem 26560763 - 15 0x9fb48000 62 w:8736:Playlist 0x9d580800 11533 waiting sem 26557731 - 15 0x9f878000 62 w:8736:Playlist 0x9d561800 11471 waiting sem 26556924 - 15 0x9f780000 62 w:8736:06 Aria.mp3 0x9d44e000 11285 waiting sem 26554655 - 15 0x9f498000 62 w:8736:Playlist 0x90358800 11068 waiting sem 26550350 - 15 0x9f164000 62 w:8736:10 Amongst the Ruins.mp3 0x9020d000 10665 waiting sem 26540193 - 15 0x9ec20000 62 w:8736:07 Myth.mp3 0x9d44c800 10603 waiting sem 26537869 - 15 0x9eb50000 62 w:8736:11 Silence [Album Versio 0x90201800 10045 waiting sem 26526741 - 15 0x9e864000 62 w:8736:Playlist 0x9024f800 9859 waiting sem 26518576 - 15 0x9ddb0000 62 w:8736:Playlist 0x901e8800 9611 waiting sem 26533674 - 15 0x9e540000 62 w:8736:07 Myth.mp3 0x90210000 9208 waiting sem 26528967 - 15 0x9d240000 62 w:8736:Playlist 0x9d46a800 9115 waiting sem 26527678 - 15 0x9d1e0000 62 w:8736:01 Innocente.mp3 0x901bb000 8681 waiting sem 26512863 - 15 0x999c4000 62 w:8664:offscreen 0x9d657000 11968 waiting sem 26565071 - 15 0x9ff2c000 62 w:8736:10 Amongst the Ruins.mp3 0x9d647800 11937 waiting sem 26564185 - 15 0x9feb0000 62 w:8736:04 Underwater.mp3 0x9d628800 11875 waiting sem 26563020 - 15 0x9fdb8000 62 w:8736:Playlist 0x9d609800 11813 waiting sem 26562275 - 15 0x9fcc0000 62 w:8736:02 Nature's Kingdom.mp3 0x9d5cb800 11689 waiting sem 26560163 - 15 0x9fad0000 62 w:8736:Playlist 0x9d5a0000 11596 waiting sem 26558593 - 15 0x9f974000 62 w:8736:11 Silence [Album Versio 0x9d571800 11503 waiting sem 26557418 - 15 0x9f800000 62 w:8736:Playlist 0x901ef800 11410 waiting sem 26556196 - 15 0x9f68c000 62 w:8736:Playlist 0x902c7800 11379 waiting sem 26555956 - 15 0x9f610000 62 w:8736:Playlist 0x902b8000 11255 waiting sem 26554097 - 15 0x9f420000 62 w:8736:Playlist 0x90233000 11193 waiting sem 26553638 - 15 0x9f328000 62 w:8736:Playlist 0x9d529800 10759 waiting sem 26542409 - 15 0x9ed58000 62 w:8736:Playlist 0x90200000 9891 waiting sem 26528601 - 15 0x9e5e8000 62 w:8736:Playlist 0x90266000 9798 waiting sem 26536362 - 15 0x9e668000 62 w:8736:Playlist 0x90230800 9767 waiting sem 26535993 - 15 0x9e648000 62 w:8736:01 Innocente.mp3 0x9d409000 9147 waiting sem 26528190 - 15 0x9d278000 62 w:8736:Playlist 0x90202000 8992 waiting sem 26526758 - 15 0x9d04c000 62 w:8736:07 Myth.mp3 0x902ba000 8961 waiting sem 26525957 - 15 0x9cb80000 62 w:8736:Playlist 0x90357800 8930 waiting sem 26523473 - 15 0x9cb10000 62 w:8736:05 Fallen Icons.mp3 0x9d494800 8837 waiting sem 26516468 - 15 0x9cf34000 62 w:8736:10 Amongst the Ruins.mp3 0x9d4ee800 8806 waiting sem 26474798 - 15 0x9cbc8000 62 w:8736:Playlist 0x9d638800 11907 waiting sem 26563697 - 15 0x9fe38000 62 w:8736:01 Innocente.mp3 0x9d619800 11845 waiting sem 26562758 - 15 0x9fd40000 62 w:8736:Playlist 0x9d5eb000 11752 waiting sem 26561344 - 15 0x9fbcc000 62 w:8736:04 Underwater.mp3 0x8199f800 11659 waiting sem 26559407 - 15 0x9f224000 62 w:8736:Playlist 0x9d591000 11566 waiting sem 26558220 - 15 0x9f8fc000 62 w:8736:07 Myth.mp3 0x9d562800 11473 waiting sem 26557065 - 15 0x9f788000 62 w:8736:Playlist 0x9d55b000 11442 waiting sem 26556657 - 15 0x9f70c000 62 w:8736:Playlist 0x90361000 11349 waiting sem 26555550 - 15 0x9f598000 62 w:8736:03 Daylight.mp3 0x9037d800 11318 waiting sem 26555142 - 15 0x9f51c000 62 w:8736:08 Inner Sanctum.mp3 0x90102000 11225 waiting sem 26554012 - 15 0x9f3a8000 62 w:8736:Playlist 0x9d495800 11163 waiting sem 26553116 - 15 0x9f2b0000 62 w:8736:07 Myth.mp3 0x9d448000 11132 waiting sem 26552492 - 15 0x9f23c000 62 w:8736:Playlist 0x9d428800 10946 waiting sem 26546884 - 15 0x9efc4000 62 w:8736:03 Daylight.mp3 0x9034d000 10884 waiting sem 26545075 - 15 0x9eef4000 62 w:8736:Playlist 0x9d457000 10822 waiting sem 26543651 - 15 0x9ee24000 62 w:8736:Playlist 0x901de000 10791 waiting sem 26543055 - 15 0x9edc0000 62 w:8736:03 Daylight.mp3 0x9d537800 10698 waiting sem 26541377 - 15 0x9ec8c000 62 w:8736:08 Inner Sanctum.mp3 0x901f8800 10636 waiting sem 26538972 - 15 0x9ebbc000 62 w:8736:Playlist 0x9d499000 10233 waiting sem 26537231 - 15 0x9e8e8000 62 w:8736:07 Myth.mp3 0x90298800 9582 waiting sem 26533535 - 15 0x9e510000 62 w:8736:09 A Poem for Byzantium. 0x901fc000 9458 waiting sem 26531870 - 15 0x9df24000 62 w:8736:Playlist 0x9d4db000 9334 waiting sem 26530700 - 15 0x9dd24000 62 w:8736:09 A Poem for Byzantium. 0x90281000 8683 waiting sem 26512885 - 15 0x9b54a000 62 w:8664:offscreen 0x900f4800 127 waiting sem 1569 - 15 0x91183000 62 a:102:x-vnd.Haiku-cddb_daemon 0x9d658000 11970 waiting sem 26565117 - 15 0x9ff34000 62 w:8736:Playlist 0x9d60a800 11815 waiting sem 26562314 - 15 0x9fcc8000 62 w:8736:Playlist 0x9d5fb000 11784 waiting sem 26561826 - 15 0x9fc4c000 62 w:8736:Playlist 0x9d5dc800 11722 waiting sem 26560789 - 15 0x9fb54000 62 w:8736:04 Underwater.mp3 0x9d5b0800 11629 waiting sem 26558830 - 15 0x9f9f8000 62 w:8736:Playlist 0x90228800 11288 waiting sem 26554763 - 15 0x9f4a4000 62 w:8736:07 Myth.mp3 0x9d437800 10978 waiting sem 26547838 - 15 0x9f02c000 62 w:8736:Playlist 0x902a8000 10544 waiting sem 26531583 - 15 0x9dd5b000 62 w:8736:06 Aria.mp3 0x90377000 10141 waiting sem 26515823 - 15 0x9e928000 62 w:8736:Playlist 0x9025b800 10048 waiting sem 26475499 - 15 0x9e874000 62 w:8736:03 Daylight.mp3 0x9027b800 10017 waiting sem 26521666 - 15 0x9e810000 62 w:8736:11 Silence [Album Versio 0x90158800 9862 waiting sem 26517783 - 15 0x9ddf4000 62 w:8736:08 Inner Sanctum.mp3 0x901c0000 9180 waiting sem 26527317 - 15 0x9d2c0000 62 w:8736:Playlist 0x9021e800 9056 waiting sem 26521457 - 15 0x9d148000 62 w:8736:Playlist 0x90281800 8932 waiting sem 26503803 - 15 0x9cb18000 62 w:8736:Playlist 0x9d447000 8684 waiting sem 26512902 - 15 0x9b5b0000 62 w:8664:offscreen 0x902ec800 6049 waiting sem 26457840 - 15 0x911f9000 62 a:6047:x-vnd.Haiku-Terminal 0x9d649000 11940 waiting sem 26564291 - 15 0x9febc000 62 w:8736:Playlist 0x9d62a000 11878 waiting sem 26563282 - 15 0x9fdc4000 62 w:8736:06 Aria.mp3 0x9d5cd000 11692 waiting sem 26560116 - 15 0x9fadc000 62 w:8736:08 Inner Sanctum.mp3 0x9d5a1800 11599 waiting sem 26558618 - 15 0x9f980000 62 w:8736:Playlist 0x9d592000 11568 waiting sem 26558269 - 15 0x9f904000 62 w:8736:Playlist 0x9d582800 11537 waiting sem 26557786 - 15 0x9f888000 62 w:8736:11 Silence [Album Versio 0x9d573000 11506 waiting sem 26557469 - 15 0x9f80c000 62 w:8736:08 Inner Sanctum.mp3 0x901f0000 11413 waiting sem 26556298 - 15 0x9f698000 62 w:8736:03 Daylight.mp3 0x90315000 11351 waiting sem 26555632 - 15 0x9f5a0000 62 w:8736:Playlist 0x901fb000 11258 waiting sem 26554288 - 15 0x9f42c000 62 w:8736:06 Aria.mp3 0x9d473800 11165 waiting sem 26553314 - 15 0x9f2b8000 62 w:8736:Playlist 0x9035f800 11103 waiting sem 26551709 - 15 0x9f1d8000 62 w:8736:Playlist 0x90381800 10917 waiting sem 26546003 - 15 0x9ef60000 62 w:8736:Playlist 0x9d4c9000 10731 waiting sem 26541876 - 15 0x9ecf8000 62 w:8736:Playlist 0x90341000 9801 waiting sem 26536547 - 15 0x9dfd4000 62 w:8736:02 Nature's Kingdom.mp3 0x9d4ff800 9522 waiting sem 26532640 - 15 0x9dfb0000 62 w:8736:11 Silence [Album Versio 0x90295800 9274 waiting sem 26529685 - 15 0x9d370000 62 w:8736:Playlist 0x901f7000 8964 waiting sem 26517789 - 15 0x9cf14000 62 w:8736:09 A Poem for Byzantium. 0x90263000 6050 waiting sem 26457855 - 15 0x9120d000 62 w:6047:Terminal 1 0x900ef000 129 waiting sem 1587 - 15 0x911b1000 62 w:95:Twitcher 0x9d63a000 11910 waiting sem 26563755 - 15 0x9fe44000 62 w:8736:Playlist 0x9d61b000 11848 waiting sem 26562784 - 15 0x9fd4c000 62 w:8736:08 Inner Sanctum.mp3 0x9d5ec800 11755 waiting sem 26561396 - 15 0x9fbd8000 62 w:8736:Playlist 0x9d5be000 11662 waiting sem 26559450 - 15 0x9fa64000 62 w:8736:01 Innocente.mp3 0x9d48d800 11383 waiting sem 26556002 - 15 0x9f620000 62 w:8736:06 Aria.mp3 0x90248800 11321 waiting sem 26554909 - 15 0x9f528000 62 w:8736:Playlist 0x9d470800 11228 waiting sem 26554062 - 15 0x9f3b4000 62 w:8736:10 Amongst the Ruins.mp3 0x90372000 11197 waiting sem 26553674 - 15 0x9f338000 62 w:8736:01 Innocente.mp3 0x9d472000 11135 waiting sem 26552118 - 15 0x9f248000 62 w:8736:03 Daylight.mp3 0x9d424000 11011 waiting sem 26548704 - 15 0x9f0a0000 62 w:8736:04 Underwater.mp3 0x9d4d4800 10825 waiting sem 26543702 - 15 0x9ee30000 62 w:8736:08 Inner Sanctum.mp3 0x9d521000 10701 waiting sem 26541461 - 15 0x9ec98000 62 w:8736:Playlist 0x9034d800 9988 waiting sem 26517953 - 15 0x9e7b4000 62 w:8736:Playlist 0x9d4e3800 9771 waiting sem 26536089 - 15 0x9e658000 62 w:8736:Playlist 0x90135000 9461 waiting sem 26531764 - 15 0x9df3c000 62 w:8736:05 Fallen Icons.mp3 0x9031e800 8903 waiting sem 26507354 - 15 0x9cfc4000 62 w:8736:01 Innocente.mp3 0x9d4eb000 8810 waiting sem 26474950 - 15 0x9cbd4000 62 w:8736:08 Inner Sanctum.mp3 0x9d446000 8686 waiting sem 26512922 - 15 0x9b5c4000 62 w:8664:offscreen 0x900ec800 130 waiting sem 1600 - 15 0x911b5000 62 w:95:offscreen 0x9d659800 11973 waiting sem 26565140 - 15 0x9ff40000 62 w:8736:02 Nature's Kingdom.mp3 0x9d62b000 11880 waiting sem 26563321 - 15 0x9fdcc000 62 w:8736:Playlist 0x9d60c000 11818 waiting sem 26562359 - 15 0x9fcd4000 62 w:8736:11 Silence [Album Versio 0x9d5fc800 11787 waiting sem 26561934 - 15 0x9fc58000 62 w:8736:11 Silence [Album Versio 0x9d5dd800 11725 waiting sem 26560829 - 15 0x9fb60000 62 w:8736:Playlist 0x9d5b2000 11632 waiting sem 26558796 - 15 0x9fa04000 62 w:8736:06 Aria.mp3 0x9d583800 11539 waiting sem 26557630 - 15 0x9f890000 62 w:8736:Playlist 0x9d564800 11477 waiting sem 26557094 - 15 0x9f798000 62 w:8736:03 Daylight.mp3 0x9d55d000 11446 waiting sem 26556732 - 15 0x9f71c000 62 w:8736:04 Underwater.mp3 0x902f7000 11291 waiting sem 26554880 - 15 0x9f4b0000 62 w:8736:Playlist 0x90226000 11260 waiting sem 26554464 - 15 0x9f434000 62 w:8736:Playlist 0x9d439000 10981 waiting sem 26547881 - 15 0x9f038000 62 w:8736:09 A Poem for Byzantium. 0x9d49c800 10516 waiting sem 26531345 - 15 0x9e954000 62 w:8736:Playlist 0x90268000 10175 waiting sem 26522900 - 15 0x9e88c000 62 w:8736:10 Amongst the Ruins.mp3 0x90368800 9896 waiting sem 26525598 - 15 0x9e608000 62 w:8736:03 Daylight.mp3 0x90317000 9803 waiting sem 26536680 - 15 0x9e680000 62 w:8736:Playlist 0x9d4d2000 9338 waiting sem 26530743 - 15 0x9d2f8000 62 w:8736:Playlist 0x9d520800 9307 waiting sem 26530428 - 15 0x9d3ac000 62 w:8736:02 Nature's Kingdom.mp3 0x90290800 8997 waiting sem 26518792 - 15 0x9d060000 62 w:8736:Playlist 0x90285000 8966 waiting sem 26526347 - 15 0x9cf64000 62 w:8736:Playlist 0x902e3800 8687 waiting sem 26512939 - 15 0x9b5c8000 62 w:8664:offscreen 0x90077000 69 waiting sem 691 - 10 0x80760000 62 Font Manager 0x9d64a800 11943 waiting sem 26564305 - 15 0x9fec8000 62 w:8736:06 Aria.mp3 0x9d5a3000 11602 waiting sem 26548267 - 15 0x9f98c000 62 w:8736:11 Silence [Album Versio 0x9d594000 11571 waiting sem 26558291 - 15 0x9f910000 62 w:8736:03 Daylight.mp3 0x9d574800 11509 waiting sem 26557428 - 15 0x9f818000 62 w:8736:Playlist 0x901ea800 11416 waiting sem 26556380 - 15 0x9f6a4000 62 w:8736:Playlist 0x902f8000 11354 waiting sem 26555649 - 15 0x9f5ac000 62 w:8736:01 Innocente.mp3 0x9d45d800 11168 waiting sem 26553359 - 15 0x9f2c4000 62 w:8736:05 Fallen Icons.mp3 0x901f6000 11044 waiting sem 26549541 - 15 0x9f114000 62 w:8736:Playlist 0x90364800 10889 waiting sem 26545220 - 15 0x9ef00000 62 w:8736:05 Fallen Icons.mp3 0x901e7000 10858 waiting sem 26544281 - 15 0x9ee9c000 62 w:8736:Playlist 0x90222000 10672 waiting sem 26540377 - 15 0x9ec34000 62 w:8736:Playlist 0x90398000 10641 waiting sem 26539648 - 15 0x9ebd0000 62 w:8736:02 Nature's Kingdom.mp3 0x901e9000 9928 waiting sem 26516831 - 15 0x9e6f4000 62 w:8736:05 Fallen Icons.mp3 0x90389800 9463 waiting sem 26531786 - 15 0x9d3ec000 62 w:8736:Playlist 0x90150000 9246 waiting sem 26529345 - 15 0x9d2f4000 62 w:8736:05 Fallen Icons.mp3 0x9d52d800 8874 waiting sem 26524075 - 15 0x9cb0c000 62 w:8736:04 Underwater.mp3 0x9d482800 8843 waiting sem 26517739 - 15 0x9cf4c000 62 w:8736:Playlist 0x90257800 8812 waiting sem 26515834 - 15 0x9cb84000 62 w:8736:Playlist 0x902db800 8781 waiting sem 26562577 - 15 0x9cb50000 62 a:8736:x-vnd.Haiku-MediaPlayer 0x900de000 194 waiting sem 2419 - 15 0x9117f000 62 a:192:x-vnd.Ink-Vision 0x9d61c800 11851 waiting sem 26562837 - 15 0x9fd58000 62 w:8736:Playlist 0x9d5ee000 11758 waiting sem 26561433 - 15 0x9fbe4000 62 w:8736:03 Daylight.mp3 0x9d5bf800 11665 waiting sem 26559491 - 15 0x9fa70000 62 w:8736:Playlist 0x9d565800 11479 waiting sem 26557075 - 15 0x9f7a0000 62 w:8736:Playlist 0x901ff000 11231 waiting sem 26553748 - 15 0x9f3c0000 62 w:8736:Playlist 0x9d466000 11138 waiting sem 26552611 - 15 0x9f254000 62 w:8736:Playlist 0x9d4fa800 11107 waiting sem 26551752 - 15 0x9f1e8000 62 w:8736:02 Nature's Kingdom.mp3 0x9036c000 11076 waiting sem 26550689 - 15 0x9f184000 62 w:8736:Playlist 0x9d486000 11014 waiting sem 26548851 - 15 0x9f0ac000 62 w:8736:Playlist 0x9038f800 10766 waiting sem 26542453 - 15 0x9ed6c000 62 w:8736:01 Innocente.mp3 0x9d4d8800 10611 waiting sem 26538705 - 15 0x9eb68000 62 w:8736:Playlist 0x9d51e800 10580 waiting sem 26537539 - 15 0x9eb04000 62 w:8736:Playlist 0x9d532800 10363 waiting sem 26540491 - 15 0x9e978000 62 w:8736:Playlist 0x9022a800 10208 waiting sem 26517067 - 15 0x9e8f8000 62 w:8736:Playlist 0x9d65b000 11976 waiting sem 26564619 - 15 0x9ff4c000 62 w:8736:Playlist 0x9d63c000 11914 waiting sem 26563797 - 15 0x9fe54000 62 w:8736:02 Nature's Kingdom.mp3 0x9d62c800 11883 waiting sem 26563347 - 15 0x9fdd8000 62 w:8736:07 Myth.mp3 0x9d60d800 11821 waiting sem 26562424 - 15 0x9fce0000 62 w:8736:Playlist 0x9d5b3800 11635 waiting sem 26559086 - 15 0x9fa10000 62 w:8736:Playlist 0x9d5a4000 11604 waiting sem 26558737 - 15 0x9f994000 62 w:8736:Playlist 0x9d585000 11542 waiting sem 26557927 - 15 0x9f89c000 62 w:8736:01 Innocente.mp3 0x9d55e800 11449 waiting sem 26556722 - 15 0x9f728000 62 w:8736:Playlist 0x90379800 11387 waiting sem 26555888 - 15 0x9f630000 62 w:8736:Playlist 0x9d520000 11325 waiting sem 26555353 - 15 0x9f538000 62 w:8736:09 A Poem for Byzantium. 0x90302000 11294 waiting sem 26553762 - 15 0x9f4bc000 62 w:8736:03 Daylight.mp3 0x902de800 11201 waiting sem 26553692 - 15 0x9f348000 62 w:8736:Playlist 0x9d464800 11170 waiting sem 26553397 - 15 0x9f2cc000 62 w:8736:Playlist 0x9d439800 10953 waiting sem 26547180 - 15 0x9efd8000 62 w:8736:Playlist 0x9d42a000 10922 waiting sem 26546046 - 15 0x9ef74000 62 w:8736:07 Myth.mp3 0x9d452800 10798 waiting sem 26543278 - 15 0x9edd4000 62 w:8736:Playlist 0x9037f000 10736 waiting sem 26541920 - 15 0x9ed0c000 62 w:8736:05 Fallen Icons.mp3 0x902c4800 10550 waiting sem 26534156 - 15 0x9e8d8000 62 w:8736:Playlist 0x90270000 10457 waiting sem 26521960 - 15 0x9e940000 62 w:8736:05 Fallen Icons.mp3 0x9038c000 9806 waiting sem 26536705 - 15 0x9e68c000 62 w:8736:09 A Poem for Byzantium. 0x9d4e4000 9062 waiting sem 26519618 - 15 0x9d160000 62 w:8736:04 Underwater.mp3 0x9d528800 9031 waiting sem 26524898 - 15 0x9d0ec000 62 w:8736:Playlist 0x901f5000 9000 waiting sem 26526897 - 15 0x9d06c000 62 w:8736:01 Innocente.mp3 0x90356000 8969 waiting sem 26524647 - 15 0x9cb00000 62 w:8736:06 Aria.mp3 0x9021c000 8907 waiting sem 26475091 - 15 0x9cb3c000 62 w:8736:Playlist 0x9021d000 8876 waiting sem 26522139 - 15 0x9cf80000 62 w:8736:Playlist 0x90381000 8783 waiting sem 26519041 - 15 0x9cb30000 62 w:8736:01 Innocente.mp3 0x9012c000 196 waiting sem 2447 - 15 0x91270000 62 w:192:#faltercon - Vision 0x900f7000 134 waiting sem 1680 - 15 0x911c1000 62 a:128:x-vnd.Be.addon-host 0x9d64c000 11946 waiting sem 26564415 - 15 0x9fed4000 62 w:8736:Playlist 0x9d5fe800 11791 waiting sem 26561988 - 15 0x9fc68000 62 w:8736:Playlist 0x9d5df800 11729 waiting sem 26560879 - 15 0x9fb70000 62 w:8736:10 Amongst the Ruins.mp3 0x9d5d0000 11698 waiting sem 26560345 - 15 0x9faf4000 62 w:8736:03 Daylight.mp3 0x9d576800 11512 waiting sem 26557517 - 15 0x9f824000 62 w:8736:06 Aria.mp3 0x9d54b000 11419 waiting sem 26556253 - 15 0x9f6b0000 62 w:8736:09 A Poem for Byzantium. 0x90309800 11357 waiting sem 26555598 - 15 0x9f5b8000 62 w:8736:Playlist 0x90102800 11047 waiting sem 26549582 - 15 0x9f120000 62 w:8736:03 Daylight.mp3 0x9d43c000 10985 waiting sem 26548056 - 15 0x9f048000 62 w:8736:Playlist 0x90305000 10861 waiting sem 26544373 - 15 0x9eea8000 62 w:8736:09 A Poem for Byzantium. 0x902a5800 10706 waiting sem 26541491 - 15 0x9ecac000 62 w:8736:10 Amongst the Ruins.mp3 0x9d4da000 10675 waiting sem 26540342 - 15 0x9ec40000 62 w:8736:04 Underwater.mp3 0x9d4f7800 10303 waiting sem 26528896 - 15 0x9e8ac000 62 w:8736:04 Underwater.mp3 0x9025c000 9962 waiting sem 26528802 - 15 0x9e75c000 62 w:8736:02 Nature's Kingdom.mp3 0x90266800 9869 waiting sem 26534225 - 15 0x9dfc8000 62 w:8736:Playlist 0x903a6800 9466 waiting sem 26531960 - 15 0x9df18000 62 w:8736:11 Silence [Album Versio 0x9011f000 9404 waiting sem 26522794 - 15 0x9d354000 62 w:8736:07 Myth.mp3 0x90330800 9280 waiting sem 26529745 - 15 0x9d394000 62 w:8736:11 Silence [Album Versio 0x90206000 9249 waiting sem 26480089 - 15 0x9d338000 62 w:8736:Playlist 0x9d4e5000 8815 waiting sem 26522740 - 15 0x9cbe4000 62 w:8736:09 A Poem for Byzantium. 0x9d61e000 11854 waiting sem 26562884 - 15 0x9fd64000 62 w:8736:06 Aria.mp3 0x9d5ef800 11761 waiting sem 26561464 - 15 0x9fbf0000 62 w:8736:Playlist 0x9d595800 11575 waiting sem 26558058 - 15 0x9f920000 62 w:8736:Playlist 0x9d586000 11544 waiting sem 26557879 - 15 0x9f8a4000 62 w:8736:Playlist 0x9d418000 11327 waiting sem 26554997 - 15 0x9f540000 62 w:8736:Playlist 0x902be800 11265 waiting sem 26554534 - 15 0x9f448000 62 w:8736:02 Nature's Kingdom.mp3 0x901be000 11234 waiting sem 26554143 - 15 0x9f3cc000 62 w:8736:07 Myth.mp3 0x90219800 11017 waiting sem 26548881 - 15 0x9f0b8000 62 w:8736:04 Underwater.mp3 0x902f4000 9994 waiting sem 26518390 - 15 0x9e7cc000 62 w:8736:02 Nature's Kingdom.mp3 0x902ab000 9808 waiting sem 26536757 - 15 0x9d28c000 62 w:8736:Playlist 0x9d52f000 9002 waiting sem 26524940 - 15 0x9d074000 62 w:8736:Playlist 0x9023f000 5654 waiting sem 26414616 - 15 0x9114b000 62 w:85:Team Monitor 0x9d65c800 11979 waiting sem 26565196 - 15 0x9ff58000 62 w:8736:09 A Poem for Byzantium. 0x9d63d800 11917 waiting sem 26563891 - 15 0x9fe60000 62 w:8736:Playlist 0x9d60f000 11824 waiting sem 26562452 - 15 0x9fcec000 62 w:8736:08 Inner Sanctum.mp3 0x9d5e0800 11731 waiting sem 26560917 - 15 0x9fb78000 62 w:8736:Playlist 0x9d5d1000 11700 waiting sem 26560363 - 15 0x9fafc000 62 w:8736:Playlist 0x9d5c1800 11669 waiting sem 26559531 - 15 0x9fa80000 62 w:8736:02 Nature's Kingdom.mp3 0x9d5b5000 11638 waiting sem 26559057 - 15 0x9fa1c000 62 w:8736:07 Myth.mp3 0x9d567800 11483 waiting sem 26557191 - 15 0x9f7b0000 62 w:8736:04 Underwater.mp3 0x9d560000 11452 waiting sem 26556810 - 15 0x9f734000 62 w:8736:02 Nature's Kingdom.mp3 0x9d4b7800 11390 waiting sem 26556056 - 15 0x9f63c000 62 w:8736:09 A Poem for Byzantium. 0x9039c800 11297 waiting sem 26554681 - 15 0x9f4c8000 62 w:8736:Playlist 0x9d462000 11204 waiting sem 26553771 - 15 0x9f354000 62 w:8736:10 Amongst the Ruins.mp3 0x90243000 10894 waiting sem 26545414 - 15 0x9ef14000 62 w:8736:Playlist 0x902a1800 10801 waiting sem 26543219 - 15 0x9ede0000 62 w:8736:10 Amongst the Ruins.mp3 0x9d44a000 10615 waiting sem 26538777 - 15 0x9eb78000 62 w:8736:09 A Poem for Byzantium. 0x900d6000 10274 waiting sem 26529018 - 15 0x9e98c000 62 w:8736:Playlist 0x9d4ca000 9499 waiting sem 26532344 - 15 0x9df70000 62 w:8736:Playlist 0x9d4c5000 9344 waiting sem 26531154 - 15 0x9d294000 62 w:8736:03 Daylight.mp3 0x90293800 9313 waiting sem 26530538 - 15 0x9d3a8000 62 w:8736:Playlist 0x90371000 9282 waiting sem 26529977 - 15 0x9d39c000 62 w:8736:Playlist 0x9034c800 9189 waiting sem 26528655 - 15 0x9d1f0000 62 w:8736:04 Underwater.mp3 0x9d535000 8910 waiting sem 26525035 - 15 0x9cb44000 62 w:8736:03 Daylight.mp3 0x900e0800 106 waiting sem 1140 - 90 0x91153000 62 event loop 0x9d64d800 11949 waiting sem 26564450 - 15 0x9fee0000 62 w:8736:05 Fallen Icons.mp3 0x9d62e800 11887 waiting sem 26563417 - 15 0x9fde8000 62 w:8736:Playlist 0x9d61f000 11856 waiting sem 26562921 - 15 0x9fd6c000 62 w:8736:Playlist 0x9d600800 11794 waiting sem 26562018 - 15 0x9fc74000 62 w:8736:09 A Poem for Byzantium. 0x9d5a6000 11608 waiting sem 26558752 - 15 0x9f9a4000 62 w:8736:10 Amongst the Ruins.mp3 0x9d577800 11515 waiting sem 26557604 - 15 0x9f830000 62 w:8736:Playlist 0x90251800 11267 waiting sem 26554546 - 15 0x9f450000 62 w:8736:Playlist 0x902cc800 11019 waiting sem 26548919 - 15 0x9f0c0000 62 w:8736:Playlist 0x900b1800 10585 waiting sem 26537602 - 15 0x9eb10000 62 w:8736:08 Inner Sanctum.mp3 0x9d4b1000 9686 waiting sem 26534767 - 15 0x9e5b0000 62 w:8736:Playlist 0x9d426800 9562 waiting sem 26533151 - 15 0x9dff4000 62 w:8736:10 Amongst the Ruins.mp3 0x9d47b800 9035 waiting sem 26527507 - 15 0x9d0fc000 62 w:8736:09 A Poem for Byzantium. 0x9011a000 8880 waiting sem 26523956 - 15 0x9cb08000 62 w:8736:02 Nature's Kingdom.mp3 0x9d4d6800 8818 waiting sem 26482735 - 15 0x9cbf0000 62 w:8736:Playlist 0x9004d000 107 waiting sem 1139 - 95 0x91157000 62 cursor loop 0x9d610000 11826 waiting sem 26562488 - 15 0x9fcf4000 62 w:8736:Playlist 0x9d5f1000 11764 waiting sem 26561500 - 15 0x9fbfc000 62 w:8736:05 Fallen Icons.mp3 0x9d5c2800 11671 waiting sem 26559563 - 15 0x9fa88000 62 w:8736:Playlist 0x9d5b6000 11640 waiting sem 26559160 - 15 0x9fa24000 62 w:8736:Playlist 0x9d597800 11578 waiting sem 26558403 - 15 0x9f92c000 62 w:8736:08 Inner Sanctum.mp3 0x9d588000 11547 waiting sem 26557939 - 15 0x9f8b0000 62 w:8736:02 Nature's Kingdom.mp3 0x9d568800 11485 waiting sem 26557184 - 15 0x9f7b8000 62 w:8736:Playlist 0x9d550000 11423 waiting sem 26556471 - 15 0x9f6c0000 62 w:8736:Playlist 0x9d413800 11361 waiting sem 26555726 - 15 0x9f5c8000 62 w:8736:05 Fallen Icons.mp3 0x9d4ad800 11330 waiting sem 26555334 - 15 0x9f54c000 62 w:8736:10 Amongst the Ruins.mp3 0x902f0800 11237 waiting sem 26554188 - 15 0x9f3d8000 62 w:8736:Playlist 0x9031d800 11206 waiting sem 26553793 - 15 0x9f35c000 62 w:8736:Playlist 0x9d416800 11175 waiting sem 26553415 - 15 0x9f2e0000 62 w:8736:08 Inner Sanctum.mp3 0x9d4f4800 11144 waiting sem 26552929 - 15 0x9f264000 62 w:8736:09 A Poem for Byzantium. 0x9036f800 11082 waiting sem 26550766 - 15 0x9f194000 62 w:8736:02 Nature's Kingdom.mp3 0x90233800 10834 waiting sem 26543685 - 15 0x9ee4c000 62 w:8736:Playlist 0x90380000 10648 waiting sem 26539870 - 15 0x9ebe4000 62 w:8736:Playlist 0x9036b000 10431 waiting sem 26521330 - 15 0x9e95c000 62 w:8736:Playlist 0x90320000 9904 waiting sem 26515025 - 15 0x9e6a4000 62 w:8736:Playlist 0x9d4fe800 9656 waiting sem 26534262 - 15 0x9dd4f000 62 w:8736:08 Inner Sanctum.mp3 0x9d512000 8912 waiting sem 26502280 - 15 0x9cb34000 62 w:8736:Playlist 0x9014d800 8788 waiting sem 26519711 - 15 0x9cb8c000 62 w:8736:Playlist 0x9d63f000 11920 waiting sem 26563924 - 15 0x9fe6c000 62 w:8736:03 Daylight.mp3 0x9d5e2000 11734 waiting sem 26560943 - 15 0x9fb84000 62 w:8736:09 A Poem for Byzantium. 0x9d5d2800 11703 waiting sem 26560455 - 15 0x9fb08000 62 w:8736:07 Myth.mp3 0x9d551800 11455 waiting sem 26556876 - 15 0x9f740000 62 w:8736:Playlist 0x90237000 11300 waiting sem 26555039 - 15 0x9f4d4000 62 w:8736:01 Innocente.mp3 0x90390800 10556 waiting sem 26534366 - 15 0x9e958000 62 w:8736:05 Fallen Icons.mp3 0x902e0800 9874 waiting sem 26531164 - 15 0x9dfdc000 62 w:8736:10 Amongst the Ruins.mp3 0x90365800 9254 waiting sem 26529348 - 15 0x9d324000 62 w:8736:08 Inner Sanctum.mp3 0x901bc800 9192 waiting sem 26528023 - 15 0x9d220000 62 w:8736:Playlist 0x9d4d3800 8975 waiting sem 26526534 - 15 0x9cf58000 62 w:8736:Playlist 0x9d64f000 11952 waiting sem 26564497 - 15 0x9feec000 62 w:8736:Playlist 0x9d620800 11859 waiting sem 26562951 - 15 0x9fd78000 62 w:8736:10 Amongst the Ruins.mp3 0x9d601800 11797 waiting sem 26561897 - 15 0x9fc80000 62 w:8736:Playlist 0x9d5f2000 11766 waiting sem 26561533 - 15 0x9fc04000 62 w:8736:Playlist 0x9d5a7800 11611 waiting sem 26558783 - 15 0x9f9b0000 62 w:8736:Playlist 0x9d579800 11518 waiting sem 26557650 - 15 0x9f83c000 62 w:8736:10 Amongst the Ruins.mp3 0x901b3000 11363 waiting sem 26555776 - 15 0x9f5d0000 62 w:8736:Playlist 0x9d416000 11177 waiting sem 26553451 - 15 0x9f2e8000 62 w:8736:Playlist 0x9d421000 10960 waiting sem 26547237 - 15 0x9eff4000 62 w:8736:09 A Poem for Byzantium. 0x9d413000 10929 waiting sem 26546449 - 15 0x9ef88000 62 w:8736:Playlist 0x9d41b800 10898 waiting sem 26545432 - 15 0x9ef24000 62 w:8736:06 Aria.mp3 0x9d4f3800 10774 waiting sem 26542753 - 15 0x9ed84000 62 w:8736:Playlist 0x9021c800 9999 waiting sem 26519221 - 15 0x9e7e0000 62 w:8736:Playlist 0x90201000 9844 waiting sem 26523398 - 15 0x9d2a8000 62 w:8736:06 Aria.mp3 0x9016b000 9503 waiting sem 26532410 - 15 0x9d2dc000 62 w:8736:06 Aria.mp3 0x9031d000 9224 waiting sem 26529026 - 15 0x9d314000 62 w:8736:06 Aria.mp3 0x9d4d1800 9069 waiting sem 26480796 - 15 0x9d17c000 62 w:8736:Playlist 0x9d486800 9038 waiting sem 26527428 - 15 0x9d108000 62 w:8736:Playlist 0x9030c000 8821 waiting sem 26521775 - 15 0x9cbfc000 62 w:8736:11 Silence [Album Versio 0x9d455800 8666 receive - 15 0x91243000 62 a:8664:x-vnd.Haiku-Debugger 0x9d640000 11922 waiting sem 26562420 - 15 0x9fe74000 62 w:8736:Playlist 0x9d630800 11891 waiting sem 26563472 - 15 0x9fdf8000 62 w:8736:09 A Poem for Byzantium. 0x9d611800 11829 waiting sem 26562502 - 15 0x9fd00000 62 w:8736:01 Innocente.mp3 0x9d5e3000 11736 waiting sem 26560991 - 15 0x9fb8c000 62 w:8736:Playlist 0x9d5c4000 11674 waiting sem 26559588 - 15 0x9fa94000 62 w:8736:09 A Poem for Byzantium. 0x9d5b7800 11643 waiting sem 26559152 - 15 0x9fa30000 62 w:8736:04 Underwater.mp3 0x9d598800 11581 waiting sem 26558418 - 15 0x9f938000 62 w:8736:Playlist 0x9d56a000 11488 waiting sem 26557141 - 15 0x9f7c4000 62 w:8736:01 Innocente.mp3 0x9d54e000 11426 waiting sem 26556515 - 15 0x9f6cc000 62 w:8736:10 Amongst the Ruins.mp3 0x9d4e2000 11395 waiting sem 26556109 - 15 0x9f650000 62 w:8736:11 Silence [Album Versio 0x90158000 11333 waiting sem 26555426 - 15 0x9f558000 62 w:8736:Playlist 0x902cc000 11271 waiting sem 26554608 - 15 0x9f460000 62 w:8736:01 Innocente.mp3 0x9d4a0800 11240 waiting sem 26554219 - 15 0x9f3e4000 62 w:8736:06 Aria.mp3 0x9028f800 11209 waiting sem 26553828 - 15 0x9f368000 62 w:8736:04 Underwater.mp3 0x9d4f4000 11147 waiting sem 26552849 - 15 0x9f270000 62 w:8736:Playlist 0x9d4a1000 10992 waiting sem 26548112 - 15 0x9f05c000 62 w:8736:11 Silence [Album Versio 0x90306000 10837 waiting sem 26543877 - 15 0x9ee58000 62 w:8736:02 Nature's Kingdom.mp3 0x901fd000 10744 waiting sem 26542168 - 15 0x9ed24000 62 w:8736:Playlist 0x901eb000 9969 waiting sem 26530548 - 15 0x9e770000 62 w:8736:Playlist 0x9025e800 9597 waiting sem 26533873 - 15 0x9e50c000 62 w:8736:Playlist 0x9d469800 9380 waiting sem 26531564 - 15 0x9d2b8000 62 w:8736:04 Underwater.mp3 0x9d508000 9318 waiting sem 26530618 - 15 0x9d3c0000 62 w:8736:01 Innocente.mp3 0x90243800 9287 waiting sem 26530031 - 15 0x9d3b0000 62 w:8736:10 Amongst the Ruins.mp3 0x9d536800 8915 waiting sem 26525136 - 15 0x9cba4000 62 w:8736:04 Underwater.mp3 0x90377800 8884 waiting sem 26524357 - 15 0x9cb20000 62 w:8736:Playlist 0x90322800 8791 waiting sem 26514682 - 15 0x9cb98000 62 w:8736:MediaPlayer Settings 0x9020f000 6094 waiting sem 26461988 - 15 0x999c0000 62 a:6092:x-vnd.Haiku-Terminal 0x901bc000 1010 waiting sem 305131 - 15 0x91670000 62 a:60:x-vnd.Haiku-debug_server 0x9009e800 80 waiting sem 709 - 10 0x910f6000 62 screen manager 0x9d65f800 11985 waiting sem 26564682 - 15 0x9ff70000 62 w:8736:07 Myth.mp3 0x9d5d4000 11706 waiting sem 26560605 - 15 0x9fb14000 62 w:8736:Playlist 0x9d589800 11551 waiting sem 26557995 - 15 0x9f8c0000 62 w:8736:Playlist 0x9d553000 11458 waiting sem 26556849 - 15 0x9f74c000 62 w:8736:08 Inner Sanctum.mp3 0x9036e000 11303 waiting sem 26555075 - 15 0x9f4e0000 62 w:8736:Playlist 0x900cb000 11117 waiting sem 26551837 - 15 0x9f208000 62 w:8736:Playlist 0x902ce800 11055 waiting sem 26549914 - 15 0x9f138000 62 w:8736:Playlist 0x9039a000 10714 waiting sem 26541701 - 15 0x9ecc4000 62 w:8736:Playlist 0x902f1800 10683 waiting sem 26519498 - 15 0x9ec58000 62 w:8736:Playlist 0x9026c800 9753 waiting sem 26535488 - 15 0x9df54000 62 w:8736:03 Daylight.mp3 0x90217000 9691 waiting sem 26534804 - 15 0x9e5b8000 62 w:8736:04 Underwater.mp3 0x90208000 9412 waiting sem 26521102 - 15 0x9ddb8000 62 w:8736:Playlist 0x9d4b2000 9350 waiting sem 26531273 - 15 0x9dd47000 62 w:8736:Playlist 0x90313000 9257 waiting sem 26528539 - 15 0x9d348000 62 w:8736:Playlist 0x90245000 9133 waiting sem 26527781 - 15 0x9d258000 62 w:8736:Playlist 0x9d4dc000 8947 waiting sem 26525615 - 15 0x9cb1c000 62 w:8736:11 Silence [Album Versio 0x9d4c4000 8823 waiting sem 26521928 - 15 0x9cf04000 62 w:8736:Playlist 0x9034a800 6095 waiting sem 26462003 - 15 0x9b510000 62 w:6092:Terminal 2 0x9d650800 11955 waiting sem 26564563 - 15 0x9fef8000 62 w:8736:05 Fallen Icons.mp3 0x9d631800 11893 waiting sem 26563525 - 15 0x9fe00000 62 w:8736:Playlist 0x9d622000 11862 waiting sem 26562819 - 15 0x9fd84000 62 w:8736:Playlist 0x9d5f3800 11769 waiting sem 26561558 - 15 0x9fc10000 62 w:8736:07 Myth.mp3 0x9d5b8800 11645 waiting sem 26559188 - 15 0x9fa38000 62 w:8736:Playlist 0x9d5a9000 11614 waiting sem 26558843 - 15 0x9f9bc000 62 w:8736:05 Fallen Icons.mp3 0x9d57a800 11521 waiting sem 26557717 - 15 0x9f848000 62 w:8736:Playlist 0x9d56b000 11490 waiting sem 26557281 - 15 0x9f7cc000 62 w:8736:Playlist 0x901c5000 11397 waiting sem 26556083 - 15 0x9f658000 62 w:8736:Playlist 0x9d4cc000 11273 waiting sem 26554431 - 15 0x9f468000 62 w:8736:Playlist 0x9011c000 11025 waiting sem 26549096 - 15 0x9f0d8000 62 w:8736:02 Nature's Kingdom.mp3 0x9036a800 10870 waiting sem 26544888 - 15 0x9eec4000 62 w:8736:Playlist 0x9d514800 10591 waiting sem 26537664 - 15 0x9eb20000 62 w:8736:Playlist 0x9d53b800 10374 waiting sem 26540670 - 15 0x9e898000 62 w:8736:08 Inner Sanctum.mp3 0x9d41a000 10095 waiting sem 26536993 - 15 0x9e8cc000 62 w:8736:06 Aria.mp3 0x90374000 10033 waiting sem 26523987 - 15 0x9e848000 62 w:8736:Playlist 0x90211000 9940 waiting sem 26518267 - 15 0x9e714000 62 w:8736:Playlist 0x90227000 9847 waiting sem 26521045 - 15 0x9d248000 62 w:8736:Playlist 0x90334000 9630 waiting sem 26534143 - 15 0x9e574000 62 w:8736:Playlist 0x9d45e800 9382 waiting sem 26531643 - 15 0x9d334000 62 w:8736:Playlist 0x90215000 9289 waiting sem 26530151 - 15 0x9d3b8000 62 w:8736:Playlist 0x9d4cd000 8979 waiting sem 26526548 - 15 0x9cf78000 62 w:8736:10 Amongst the Ruins.mp3 0x9d506800 8917 waiting sem 26524911 - 15 0x9cf8c000 62 w:8736:Playlist 0x9d50c800 8793 waiting sem 26521605 - 15 0x9cb14000 62 w:8736:05 Fallen Icons.mp3 0x9d603800 11801 waiting sem 26562169 - 15 0x9fc90000 62 w:8736:06 Aria.mp3 0x9d5e4800 11739 waiting sem 26560816 - 15 0x9fb98000 62 w:8736:01 Innocente.mp3 0x9d5c5800 11677 waiting sem 26559968 - 15 0x9faa0000 62 w:8736:Playlist 0x9d59a800 11584 waiting sem 26558363 - 15 0x9f944000 62 w:8736:06 Aria.mp3 0x9d554000 11460 waiting sem 26556819 - 15 0x9f754000 62 w:8736:Playlist 0x901b6800 11429 waiting sem 26556475 - 15 0x9f6d8000 62 w:8736:Playlist 0x9d43a000 11367 waiting sem 26555806 - 15 0x9f5e0000 62 w:8736:07 Myth.mp3 0x9029e800 11336 waiting sem 26555461 - 15 0x9f564000 62 w:8736:11 Silence [Album Versio 0x90335800 11243 waiting sem 26554287 - 15 0x9f3f0000 62 w:8736:Playlist 0x902f5800 11181 waiting sem 26553492 - 15 0x9f2f8000 62 w:8736:11 Silence [Album Versio 0x9d533800 11150 waiting sem 26553146 - 15 0x9f27c000 62 w:8736:07 Myth.mp3 0x90115000 10933 waiting sem 26546475 - 15 0x9ef98000 62 w:8736:11 Silence [Album Versio 0x901b9000 10778 waiting sem 26542810 - 15 0x9ed94000 62 w:8736:03 Daylight.mp3 0x9029e000 10654 waiting sem 26539908 - 15 0x9ebfc000 62 w:8736:01 Innocente.mp3 0x90256000 10065 waiting sem 26536945 - 15 0x9e8b0000 62 w:8736:Playlist 0x90319000 9724 waiting sem 26535434 - 15 0x9dde0000 62 w:8736:Playlist 0x90333800 8949 waiting sem 26525683 - 15 0x9d018000 62 w:8736:Playlist 0x90167800 765 waiting sem 116352 - 15 0x912c7000 62 a:763:x-vnd.beclan.InfoPopper 0x9d661000 11988 waiting sem 26565400 - 15 0x9ff7c000 62 w:8736:Playlist 0x9d642000 11926 waiting sem 26563817 - 15 0x9fe84000 62 w:8736:04 Underwater.mp3 0x9d613800 11833 waiting sem 26562578 - 15 0x9fd10000 62 w:8736:Playlist 0x9d5d5800 11709 waiting sem 26560622 - 15 0x9fb20000 62 w:8736:11 Silence [Album Versio 0x9d58b000 11554 waiting sem 26557970 - 15 0x9f8cc000 62 w:8736:05 Fallen Icons.mp3 0x9d490800 11306 waiting sem 26555001 - 15 0x9f4ec000 62 w:8736:04 Underwater.mp3 0x9038a800 11213 waiting sem 26553852 - 15 0x9f378000 62 w:8736:Playlist 0x902af800 10996 waiting sem 26548318 - 15 0x9f06c000 62 w:8736:Playlist 0x9039f800 10748 waiting sem 26542198 - 15 0x9ed34000 62 w:8736:06 Aria.mp3 0x902fa000 10624 waiting sem 26539739 - 15 0x9eb94000 62 w:8736:Playlist 0x9030a000 9911 waiting sem 26514445 - 15 0x9e6b8000 62 w:8736:07 Myth.mp3 0x902ff000 9415 waiting sem 26531702 - 15 0x9ddc4000 62 w:8736:08 Inner Sanctum.mp3 0x9d4fc800 9322 waiting sem 26530683 - 15 0x9d3d8000 62 w:8736:Playlist 0x90227800 9074 waiting sem 26485605 - 15 0x9d188000 62 w:8736:05 Fallen Icons.mp3 0x9d4ca800 8981 waiting sem 26526638 - 15 0x9cff0000 62 w:8736:Playlist 0x90165000 766 waiting sem 116365 - 15 0x912cf000 62 w:763:InfoPopper 0x9d633000 11896 waiting sem 26563545 - 15 0x9fe0c000 62 w:8736:10 Amongst the Ruins.mp3 0x9d623800 11865 waiting sem 26563024 - 15 0x9fd90000 62 w:8736:08 Inner Sanctum.mp3 0x9d604800 11803 waiting sem 26562050 - 15 0x9fc98000 62 w:8736:Playlist 0x9d5aa800 11617 waiting sem 26558893 - 15 0x9f9c8000 62 w:8736:Playlist 0x9d57c000 11524 waiting sem 26557704 - 15 0x9f854000 62 w:8736:07 Myth.mp3 0x9d4c5800 11369 waiting sem 26555853 - 15 0x9f5e8000 62 w:8736:Playlist 0x9d442800 11183 waiting sem 26553537 - 15 0x9f300000 62 w:8736:Playlist 0x902c9000 11059 waiting sem 26549932 - 15 0x9f148000 62 w:8736:08 Inner Sanctum.mp3 0x9d537000 10966 waiting sem 26547451 - 15 0x9f004000 62 w:8736:Playlist 0x9d50d800 10687 waiting sem 26541135 - 15 0x9ec68000 62 w:8736:09 A Poem for Byzantium. 0x901f1000 9757 waiting sem 26535799 - 15 0x9e620000 62 w:8736:Playlist 0x9d505800 9044 waiting sem 26527422 - 15 0x9d120000 62 w:8736:03 Daylight.mp3 0x9d523000 9013 waiting sem 26527123 - 15 0x9d0a0000 62 w:8736:08 Inner Sanctum.mp3 0x90313800 8920 waiting sem 26524893 - 15 0x9cfac000 62 w:8736:06 Aria.mp3 0x9d509800 8796 waiting sem 25698730 - 15 0x9cba8000 62 w:8736:Playlist 0x9d468000 8672 waiting sem 26512693 - 15 0x9129c000 62 w:8664:/boot/system/Tracker (86 0x900dc800 116 waiting sem 1399 - 15 0x9114f000 62 a:98:x-vnd.Haiku-midi_server 0x9d652800 11959 waiting sem 26564659 - 15 0x9ff08000 62 w:8736:Playlist 0x9d643000 11928 waiting sem 26564075 - 15 0x9fe8c000 62 w:8736:Playlist 0x9d5f5800 11773 waiting sem 26561652 - 15 0x9fc20000 62 w:8736:Playlist 0x9d5c7000 11680 waiting sem 26560080 - 15 0x9faac000 62 w:8736:02 Nature's Kingdom.mp3 0x9d5ba800 11649 waiting sem 26559242 - 15 0x9fa48000 62 w:8736:08 Inner Sanctum.mp3 0x9d59b800 11587 waiting sem 26558215 - 15 0x9f950000 62 w:8736:Playlist 0x9d58c000 11556 waiting sem 26558123 - 15 0x9f8d4000 62 w:8736:Playlist 0x9d56d000 11494 waiting sem 26557292 - 15 0x9f7dc000 62 w:8736:02 Nature's Kingdom.mp3 0x901b6000 11432 waiting sem 26556545 - 15 0x9f6e4000 62 w:8736:11 Silence [Album Versio 0x9d45f800 11339 waiting sem 26555336 - 15 0x9f570000 62 w:8736:Playlist 0x9d424800 11277 waiting sem 26554647 - 15 0x9f478000 62 w:8736:02 Nature's Kingdom.mp3 0x9d500800 11153 waiting sem 26553193 - 15 0x9f288000 62 w:8736:Playlist 0x9d479000 11122 waiting sem 26544316 - 15 0x9f21c000 62 w:8736:03 Daylight.mp3 0x9d527800 11091 waiting sem 26551014 - 15 0x9f1b0000 62 w:8736:Playlist 0x90386000 10812 waiting sem 26543469 - 15 0x9ee04000 62 w:8736:Playlist 0x9d51a000 10595 waiting sem 26537703 - 15 0x9eb30000 62 w:8736:10 Amongst the Ruins.mp3 0x9d533000 10564 waiting sem 26535856 - 15 0x9e9c8000 62 w:8736:Playlist 0x9029b800 10037 waiting sem 26524734 - 15 0x9e858000 62 w:8736:04 Underwater.mp3 0x90240800 10006 waiting sem 26519692 - 15 0x9e7ec000 62 w:8736:03 Daylight.mp3 0x90220800 9851 waiting sem 26518721 - 15 0x9d36c000 62 w:8736:11 Silence [Album Versio 0x901bf000 8952 waiting sem 26525916 - 15 0x9d024000 62 w:8736:07 Myth.mp3 0x90287800 8859 waiting sem 26523785 - 15 0x9cbec000 62 w:8736:03 Daylight.mp3 0x9012b000 8673 waiting sem 26512700 - 15 0x912a0000 62 w:8664:offscreen 0x900ae800 86 waiting sem 889 - 15 0x9110f000 62 d:0:baron 0x9d662800 11991 waiting sem 26562232 - 15 0x9ff88000 62 w:8736:11 Silence [Album Versio 0x9d634000 11898 waiting sem 26563584 - 15 0x9fe14000 62 w:8736:Playlist 0x9d615000 11836 waiting sem 26562608 - 15 0x9fd1c000 62 w:8736:03 Daylight.mp3 0x9d5e6800 11743 waiting sem 26561237 - 15 0x9fba8000 62 w:8736:Playlist 0x9d556000 11464 waiting sem 26556949 - 15 0x9f764000 62 w:8736:07 Myth.mp3 0x901d9800 11402 waiting sem 26556185 - 15 0x9f66c000 62 w:8736:10 Amongst the Ruins.mp3 0x9d4d5800 11309 waiting sem 26555135 - 15 0x9f4f8000 62 w:8736:Playlist 0x9d488800 11247 waiting sem 26554318 - 15 0x9f400000 62 w:8736:07 Myth.mp3 0x902cf000 11216 waiting sem 26553911 - 15 0x9f384000 62 w:8736:09 A Poem for Byzantium. 0x9d40f000 10906 waiting sem 26545629 - 15 0x9ef3c000 62 w:8736:Playlist 0x90207800 10875 waiting sem 26544949 - 15 0x9eed8000 62 w:8736:05 Fallen Icons.mp3 0x901f9800 10720 waiting sem 26541742 - 15 0x9ecdc000 62 w:8736:11 Silence [Album Versio 0x9036d000 9976 waiting sem 26527690 - 15 0x9e784000 62 w:8736:09 A Poem for Byzantium. 0x901fa000 9945 waiting sem 26519226 - 15 0x9e728000 62 w:8736:01 Innocente.mp3 0x90273800 9883 waiting sem 26522433 - 15 0x9e568000 62 w:8736:Playlist 0x9d49e000 9511 waiting sem 26532575 - 15 0x9df88000 62 w:8736:Playlist 0x90283800 9418 waiting sem 26519949 - 15 0x9ddd0000 62 w:8736:Playlist 0x9d453800 9387 waiting sem 26520846 - 15 0x9d374000 62 w:8736:06 Aria.mp3 0x90151800 9201 waiting sem 26528103 - 15 0x9d200000 62 w:8736:07 Myth.mp3 0x90329000 9046 waiting sem 26525277 - 15 0x9d128000 62 w:8736:Playlist 0x9d4c3800 8984 waiting sem 26526442 - 15 0x9d004000 62 w:8736:11 Silence [Album Versio 0x90327800 8922 waiting sem 26525332 - 15 0x9cb74000 62 w:8736:Playlist 0x9d460000 8674 waiting sem 26512718 - 15 0x912a4000 62 w:8664:offscreen 0x900f1000 118 waiting sem 1415 - 15 0x9116f000 62 a:100:x-vnd.Be-PSRV 0x900af000 87 waiting sem 947 - 15 0x91113000 62 a:81:x-vnd.Haiku-SystemLogger 0x9d606000 11806 waiting sem 26562085 - 15 0x9fca4000 62 w:8736:01 Innocente.mp3 0x9d5d7800 11713 waiting sem 26560519 - 15 0x9fb30000 62 w:8736:Playlist 0x9d5ac000 11620 waiting sem 26558917 - 15 0x9f9d4000 62 w:8736:03 Daylight.mp3 0x9d57d800 11527 waiting sem 26557744 - 15 0x9f860000 62 w:8736:Playlist 0x903a6000 11372 waiting sem 26555721 - 15 0x9f5f4000 62 w:8736:04 Underwater.mp3 0x9d433800 11279 waiting sem 26554711 - 15 0x9f480000 62 w:8736:Playlist 0x9027a800 11186 waiting sem 26553592 - 15 0x9f30c000 62 w:8736:06 Aria.mp3 0x90284000 9574 waiting sem 26533402 - 15 0x9dfc4000 62 w:8736:Playlist 0x90393800 9264 waiting sem 26529518 - 15 0x9d360000 62 w:8736:09 A Poem for Byzantium. 0x90308000 8954 waiting sem 26525941 - 15 0x9d02c000 62 w:8736:Playlist 0x9d4b0000 8830 waiting sem 26474529 - 15 0x9cb24000 62 w:8736:07 Myth.mp3 0x9d433000 8675 waiting sem 26512735 - 15 0x912b7000 62 w:8664:offscreen 0x90108800 150 waiting sem 1720 - 15 0x9121c000 62 w:95:Deskbar 0x900d1800 119 waiting sem 1460 - 15 0x91167000 62 a:97:x-vnd.Be.media-server 0x9d644800 11931 waiting sem 26564126 - 15 0x9fe98000 62 w:8736:04 Underwater.mp3 0x9d625800 11869 waiting sem 26563150 - 15 0x9fda0000 62 w:8736:Playlist 0x9d616000 11838 waiting sem 26562644 - 15 0x9fd24000 62 w:8736:Playlist 0x9d5f7000 11776 waiting sem 26561640 - 15 0x9fc2c000 62 w:8736:10 Amongst the Ruins.mp3 0x9d5c8800 11683 waiting sem 26560320 - 15 0x9fab8000 62 w:8736:Playlist 0x9d5bc000 11652 waiting sem 26559309 - 15 0x9fa54000 62 w:8736:Playlist 0x9d59d000 11590 waiting sem 26558514 - 15 0x9f95c000 62 w:8736:09 A Poem for Byzantium. 0x9d58d800 11559 waiting sem 26558163 - 15 0x9f8e0000 62 w:8736:04 Underwater.mp3 0x9d56e800 11497 waiting sem 26557388 - 15 0x9f7e8000 62 w:8736:Playlist 0x901b4000 11435 waiting sem 26556595 - 15 0x9f6f0000 62 w:8736:Playlist 0x901db000 11404 waiting sem 26556105 - 15 0x9f674000 62 w:8736:Playlist 0x90208800 11249 waiting sem 26554361 - 15 0x9f408000 62 w:8736:Playlist 0x902be000 11218 waiting sem 26553922 - 15 0x9f38c000 62 w:8736:Playlist 0x9d4fd800 11156 waiting sem 26553229 - 15 0x9f294000 62 w:8736:05 Fallen Icons.mp3 0x90256800 11032 waiting sem 26531280 - 15 0x9f0ec000 62 w:8736:Playlist 0x901fe800 10846 waiting sem 26544144 - 15 0x9ee74000 62 w:8736:Playlist 0x9039a800 10660 waiting sem 26540122 - 15 0x9ec0c000 62 w:8736:Playlist 0x902f2000 10629 waiting sem 26539271 - 15 0x9eba8000 62 w:8736:11 Silence [Album Versio 0x901c8800 9978 waiting sem 26475026 - 15 0x9e78c000 62 w:8736:Playlist 0x901c6800 9823 waiting sem 26528807 - 15 0x9e698000 62 w:8736:02 Nature's Kingdom.mp3 0x902cb800 9792 waiting sem 26536200 - 15 0x9d32c000 62 w:8736:01 Innocente.mp3 0x9d444800 9761 waiting sem 26535907 - 15 0x9e630000 62 w:8736:05 Fallen Icons.mp3 0x9d53a000 8893 waiting sem 26516813 - 15 0x9cfa0000 62 w:8736:02 Nature's Kingdom.mp3 0x9d456800 8862 waiting sem 26523818 - 15 0x9cf44000 62 w:8736:Playlist 0x9d45f000 8676 waiting sem 26512755 - 15 0x912bb000 62 w:8664:offscreen 0x9d654800 11963 waiting sem 26564961 - 15 0x9ff18000 62 w:8736:03 Daylight.mp3 0x9d635800 11901 waiting sem 26563618 - 15 0x9fe20000 62 w:8736:07 Myth.mp3 0x9d5e8000 11746 waiting sem 26561263 - 15 0x9fbb4000 62 w:8736:02 Nature's Kingdom.mp3 0x9d5ad000 11622 waiting sem 26558819 - 15 0x9f9dc000 62 w:8736:Playlist 0x9d557800 11467 waiting sem 26556994 - 15 0x9f770000 62 w:8736:Playlist 0x9d478000 11374 waiting sem 26555881 - 15 0x9f5fc000 62 w:8736:Playlist 0x9d52b000 11343 waiting sem 26555235 - 15 0x9f580000 62 w:8736:02 Nature's Kingdom.mp3 0x9028a800 11188 waiting sem 26553559 - 15 0x9f314000 62 w:8736:Playlist 0x9d51c000 11095 waiting sem 26551290 - 15 0x9f1c0000 62 w:8736:08 Inner Sanctum.mp3 0x90150800 11002 waiting sem 26548367 - 15 0x9f084000 62 w:8736:01 Innocente.mp3 0x9d4af000 10971 waiting sem 26547487 - 15 0x9f018000 62 w:8736:11 Silence [Album Versio 0x9d464000 10816 waiting sem 26518098 - 15 0x9ee14000 62 w:8736:06 Aria.mp3 0x90387800 9235 waiting sem 26525121 - 15 0x9d30c000 62 w:8736:Playlist 0x9016c000 8987 waiting sem 26526692 - 15 0x9d038000 62 w:8736:Playlist 0x9034b000 8925 waiting sem 26525502 - 15 0x9cfd8000 62 w:8736:10 Amongst the Ruins.mp3 0x900af800 90 waiting sem 971 - 15 0x91117000 62 a:85:x-vnd.Be-input_server 0x9d607800 11809 waiting sem 26562240 - 15 0x9fcb0000 62 w:8736:Playlist 0x9d5f8000 11778 waiting sem 26561695 - 15 0x9fc34000 62 w:8736:Playlist 0x9d5d9800 11716 waiting sem 26560727 - 15 0x9fb3c000 62 w:8736:06 Aria.mp3 0x9d57f000 11530 waiting sem 26557773 - 15 0x9f86c000 62 w:8736:09 A Poem for Byzantium. 0x902ee800 11313 waiting sem 26554826 - 15 0x9f508000 62 w:8736:06 Aria.mp3 0x90370800 11282 waiting sem 26554752 - 15 0x9f48c000 62 w:8736:05 Fallen Icons.mp3 0x9d4f2800 11158 waiting sem 26553198 - 15 0x9f29c000 62 w:8736:Playlist 0x902d5800 11065 waiting sem 26550321 - 15 0x9f160000 62 w:8736:Playlist 0x9d42f000 10941 waiting sem 26546848 - 15 0x9efb0000 62 w:8736:Playlist 0x90262000 10910 waiting sem 26545667 - 15 0x9ef4c000 62 w:8736:10 Amongst the Ruins.mp3 0x9d47e000 10786 waiting sem 26542991 - 15 0x9edac000 62 w:8736:Playlist 0x9d4e7000 10600 waiting sem 26537856 - 15 0x9eb44000 62 w:8736:Playlist 0x90283000 10569 waiting sem 26536413 - 15 0x9e9dc000 62 w:8736:07 Myth.mp3 0x9035a800 9887 waiting sem 26520910 - 15 0x9e5ac000 62 w:8736:04 Underwater.mp3 0x9d43f800 9391 waiting sem 26522287 - 15 0x9dd73000 62 w:8736:Playlist 0x9d52a000 8895 waiting sem 26524604 - 15 0x9cb48000 62 w:8736:Playlist 0x9d45b000 8678 waiting sem 26512812 - 15 0x912d7000 62 w:8664:offscreen 0x900f0800 122 waiting sem 1494 - 15 0x9115b000 62 a:95:x-vnd.Be-TSKB 0x9d655800 11965 waiting sem 26565038 - 15 0x9ff20000 62 w:8736:Playlist 0x9d646000 11934 waiting sem 26564183 - 15 0x9fea4000 62 w:8736:Playlist 0x9d627000 11872 waiting sem 26563180 - 15 0x9fdac000 62 w:8736:09 A Poem for Byzantium. 0x9d618000 11841 waiting sem 26562564 - 15 0x9fd30000 62 w:8736:05 Fallen Icons.mp3 0x9d5e9000 11748 waiting sem 26561303 - 15 0x9fbbc000 62 w:8736:Playlist 0x9d5ca000 11686 waiting sem 26560005 - 15 0x9fac4000 62 w:8736:01 Innocente.mp3 0x9d5bc800 11655 waiting sem 26559338 - 15 0x9fa58000 62 w:8736:05 Fallen Icons.mp3 0x9d59e800 11593 waiting sem 26558564 - 15 0x9f968000 62 w:8736:Playlist 0x9d559000 11438 waiting sem 26556642 - 15 0x9f6fc000 62 w:8736:05 Fallen Icons.mp3 0x9d411800 11345 waiting sem 26555563 - 15 0x9f588000 62 w:8736:Playlist 0x90214000 11035 waiting sem 26549304 - 15 0x9f0f8000 62 w:8736:01 Innocente.mp3 0x9023b000 10694 waiting sem 26541172 - 15 0x9ec78000 62 w:8736:Playlist 0x90229000 9764 waiting sem 26535970 - 15 0x9e63c000 62 w:8736:Playlist 0x9028d800 9547 waiting sem 26533056 - 15 0x9dfe0000 62 w:8736:Playlist 0x902f6000 9454 waiting sem 26526520 - 15 0x9d320000 62 w:8736:10 Amongst the Ruins.mp3 0x9d412800 9144 waiting sem 26528189 - 15 0x9d268000 62 w:8736:02 Nature's Kingdom.mp3 0x9035f000 8958 waiting sem 26525979 - 15 0x9cff4000 62 w:8736:08 Inner Sanctum.mp3 0x902b0800 8927 waiting sem 26524127 - 15 0x9cfe0000 62 w:8736:Playlist 0x9d49b800 8834 waiting sem 26523224 - 15 0x9cf28000 62 w:8736:Playlist 0x9d4f8000 8803 waiting sem 26522615 - 15 0x9cbc0000 62 w:8736:06 Aria.mp3 0x9031c000 8679 waiting sem 26512829 - 15 0x999a2000 62 w:8664:offscreen kdebug> }}} The semaphores they're waiting on all look similar to the following: {{{ kdebug> sem 26512829 SEM: 0x8fad0588 id: 26512829 (0x1948dbd) name: 'offscreen' owner: -1 count: -1 queue: 8679 last acquired by: 8679 }}} Not sure what other information would be useful at this point, but it's not too difficult to reproduce this, so let me know please. As I said I did launch Tracker in the debugger (with debugging builds of both Tracker and libtracker.so present in the system). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 04:46:07 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Tue, 25 Aug 2009 02:46:07 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.bf31a4db1a207d6c9990a306912bcdc0@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jonas.kirilla): At least booting a Haiku CD off the ATAPI drive works, but that is probably irrelevant. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 05:08:59 2009 From: trac at haiku-os.org (mmadia) Date: Tue, 25 Aug 2009 03:08:59 -0000 Subject: [Haiku-bugs] [Haiku] #4341: Update UserBuildConfig.sample to include only build profiles Message-ID: <041.1ddcbf43dccfcf4d9eee57c11f5ea42b@haiku-os.org> #4341: Update UserBuildConfig.sample to include only build profiles --------------------------+------------------------------------------------- Reporter: mmadia | Owner: bonefish Type: enhancement | Status: new Priority: normal | Milestone: Unscheduled Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- It may be worthwhile to replace the contents of build/jam/UserBuildConfig.sample with some build profiles that can easily be edited. IIRC, it already contains some outdated information, such as the need for HAIKU_ADD_ALTERNATIVE_GCC_LIBS = ;. Later in the week, i'll make time to whip something up. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 05:34:39 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Tue, 25 Aug 2009 03:34:39 -0000 Subject: [Haiku-bugs] [Haiku] #4342: Add Installer to CD desktop and Deskbar menu Message-ID: <048.7e46dabad4d16a45450c798bb3ab2b14@haiku-os.org> #4342: Add Installer to CD desktop and Deskbar menu ----------------------------+----------------------------------------------- Reporter: jonas.kirilla | Owner: stippi Type: enhancement | Status: new Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------+----------------------------------------------- If a newcomer boots the CD to desktop instead of to installer - perhaps looking for a quick preview of Haiku - it's not easy to find Installer unless you know what you're looking for and where to look. (Deskbar/Find did not work on the CD when I tried it tonight.) A link to Installer on the desktop and/or in Deskbar would help many newcomers avoid a second, painful CD boot. This is what I suggest for Deskbar: {{{ Applications Demos Desktop Applets Preferences Installer // sorted after folders, since it's an application }}} We want people to try Haiku off harddisk and get a better impression of it than what the CD offers. Placing it this prominently will get more people to install to harddisk sooner. A post-install script could remove it from Deskbar. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 07:13:12 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 25 Aug 2009 05:13:12 -0000 Subject: [Haiku-bugs] [Haiku] #4316: app_server resource cleanup issues In-Reply-To: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> References: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> Message-ID: <053.e27a1fe0bcce2387fbc3faaf9194a7a0@haiku-os.org> #4316: app_server resource cleanup issues --------------------------------+------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by anevilyak): I can also confirm that this only seems to happen here if I involve the debugger. When reproducing the problem with Tracker on its own, things die as they should reliably. Unfortunately I have no clear idea what happens to the debugger here, I only see a Kill Thread for it on the Terminal it was running on. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 07:17:07 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 25 Aug 2009 05:17:07 -0000 Subject: [Haiku-bugs] [Haiku] #4343: Debugger's console output frequently deadlocks Terminal Message-ID: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> #4343: Debugger's console output frequently deadlocks Terminal -----------------------------------+---------------------------------------- Reporter: anevilyak | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- During startup, the graphical debugger spits out a ton of output when parsing the DWARF data in binaries. This frequently manages to completely deadlock Terminal (and consequently also the debugger, since it's stuck writing to stdout which the terminal isn't emptying buffers for), especially when run with a larger lib such as libtracker or libbe that's built with debugging information included. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 09:37:39 2009 From: trac at haiku-os.org (begasus) Date: Tue, 25 Aug 2009 07:37:39 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.86c3f999446d6e82eea7ae90b9aba777@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by begasus): Enabling the debug doesn't seem to work, build fails on PartitionMapParser, output: {{{ InitScript1 /home/begasus/develop/trunk/generated-gcc4/haiku.image-init- vars C++ /home/begasus/develop/trunk/generated- gcc4/objects/linux/x86/release/tools/makebootable/platform/bios_ia32/PartitionMapParser.o /home/begasus/develop/trunk/src/add- ons/kernel/partitioning_systems/intel/PartitionMapParser.cpp:6: error: stray ?@? in program /home/begasus/develop/trunk/src/add- ons/kernel/partitioning_systems/intel/PartitionMapParser.cpp:2: error: expected constructor, destructor, or type conversion before numeric constant In file included from /usr/include/c++/4.3/new:45, from /home/begasus/develop/trunk/src/add- ons/kernel/partitioning_systems/intel/PartitionMapParser.cpp:19: /usr/include/c++/4.3/exception:40: error: expected declaration before end of line cc -c "/home/begasus/develop/trunk/src/add- ons/kernel/partitioning_systems/intel/PartitionMapParser.cpp" -O -Wall -Wno-trigraphs -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wpointer-arith -Wcast-align -Wsign-compare -Wno-multichar -D_ZETA_USING_DEPRECATED_API_=1 -D_ZETA_TS_FIND_DIR_=1 -include BeOSBuildCompatibility.h -D_USER_MODE -DARCH_x86 -D_NO_INLINE_ASM -D__INTEL__ -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DHAIKU_HOST_PLATFORM_LINUX -iquote /home/begasus/develop/trunk/build/user_config_headers -iquote /home/begasus/develop/trunk/build/config_headers -iquote /home/begasus/develop/trunk/src/tools/makebootable/platform/bios_ia32 -iquote /home/begasus/develop/trunk/generated- gcc4/objects/common/tools/makebootable/platform/bios_ia32 -iquote /home/begasus/develop/trunk/generated- gcc4/objects/linux/x86/common/tools/makebootable/platform/bios_ia32 -iquote /home/begasus/develop/trunk/generated- gcc4/objects/haiku/x86/common/tools/makebootable/platform/bios_ia32 -iquote /home/begasus/develop/trunk/src/bin/makebootable/platform/bios_ia32 -iquote /home/begasus/develop/trunk/src/add- ons/kernel/partitioning_systems/intel -iquote /home/begasus/develop/trunk/src/add-ons/kernel/file_systems/bfs -I /home/begasus/develop/trunk/headers/private/storage -I /home/begasus/develop/trunk/headers/private/shared -I /home/begasus/develop/trunk/headers/build/host/linux -I /home/begasus/develop/trunk/headers/build -I /home/begasus/develop/trunk/headers/build/os -I /home/begasus/develop/trunk/headers/build/os/app -I /home/begasus/develop/trunk/headers/build/os/drivers -I /home/begasus/develop/trunk/headers/build/os/kernel -I /home/begasus/develop/trunk/headers/build/os/interface -I /home/begasus/develop/trunk/headers/build/os/opengl -I /home/begasus/develop/trunk/headers/build/os/storage -I /home/begasus/develop/trunk/headers/build/os/support -o "/home/begasus/develop/trunk/generated- gcc4/objects/linux/x86/release/tools/makebootable/platform/bios_ia32/PartitionMapParser.o" ; ...failed C++ /home/begasus/develop/trunk/generated- gcc4/objects/linux/x86/release/tools/makebootable/platform/bios_ia32/PartitionMapParser.o ... ...skipped makebootable for lack of PartitionMapParser.o... ...skipped haiku.image-init-vars for lack of makebootable... ...skipped hdb6 for lack of haiku.image-init-vars... ...failed updating 1 target(s)... ...skipped 3 target(s)... ...updated 1 target(s)... }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 10:23:28 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 25 Aug 2009 08:23:28 -0000 Subject: [Haiku-bugs] [Haiku] #4311: Chart with BDirectWindow is broken. In-Reply-To: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> References: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> Message-ID: <047.3c38267405576c31307ffd42152033f2@haiku-os.org> #4311: Chart with BDirectWindow is broken. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jackburton): Interestingly, the DirectWindowStars demo doesn't suffer of this problem, but if I add a "Lock(); Unlock();" pair in its BWindow constructor, it starts to behave like the other (nonworking) tests. Freaky. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 11:39:37 2009 From: trac at haiku-os.org (nielx) Date: Tue, 25 Aug 2009 09:39:37 -0000 Subject: [Haiku-bugs] [Haiku] #2912: [Alpha 1]: Tracker for the proposals In-Reply-To: <040.93a4408f46bdc35d3451914f87f63528@haiku-os.org> References: <040.93a4408f46bdc35d3451914f87f63528@haiku-os.org> Message-ID: <049.bcf13ae5f264411b128e030f40cc1738@haiku-os.org> #2912: [Alpha 1]: Tracker for the proposals -----------------------+---------------------------------------------------- Reporter: nielx | Owner: axeld Type: bug | Status: new Priority: blocker | Milestone: R1/alpha1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by nielx): How are the proposals coming? I guess all the distribution proposals are met, right? (usb, image for vmware, mirrors) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 11:43:02 2009 From: trac at haiku-os.org (nielx) Date: Tue, 25 Aug 2009 09:43:02 -0000 Subject: [Haiku-bugs] [Haiku] #3151: KDL when copying data between 2 BFS partitions. In-Reply-To: <038.c6aaad7f29e81a63b24f4c1d221b9c5a@haiku-os.org> References: <038.c6aaad7f29e81a63b24f4c1d221b9c5a@haiku-os.org> Message-ID: <047.59e717e5be9aa4fe395a5267e4170073@haiku-os.org> #3151: KDL when copying data between 2 BFS partitions. ---------------------------+------------------------------------------------ Reporter: bga | Owner: axeld Type: bug | Status: new Priority: blocker | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Comment(by nielx): Reminder: this ticket is blocking alpha 1. Is it still as important, or can it be reassigned to another milestone? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 12:08:47 2009 From: trac at haiku-os.org (axeld) Date: Tue, 25 Aug 2009 10:08:47 -0000 Subject: [Haiku-bugs] [Haiku] #3151: KDL when copying data between 2 BFS partitions. In-Reply-To: <038.c6aaad7f29e81a63b24f4c1d221b9c5a@haiku-os.org> References: <038.c6aaad7f29e81a63b24f4c1d221b9c5a@haiku-os.org> Message-ID: <047.0ac00b44eb5b0817abf035e2aca04fec@haiku-os.org> #3151: KDL when copying data between 2 BFS partitions. ---------------------------+------------------------------------------------ Reporter: bga | Owner: axeld Type: bug | Status: new Priority: critical | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Changes (by axeld): * priority: blocker => critical * milestone: R1/alpha1 => R1 Comment: If it hasn't been fixed yet, it's at least very rare now, so that it's no blocker for the alpha anymore. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 12:10:02 2009 From: trac at haiku-os.org (korli) Date: Tue, 25 Aug 2009 10:10:02 -0000 Subject: [Haiku-bugs] [Haiku] #4316: app_server resource cleanup issues In-Reply-To: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> References: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> Message-ID: <053.f081b681cdd095370085a036c6c4497f@haiku-os.org> #4316: app_server resource cleanup issues --------------------------------+------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by korli): Out of curiosity, what would be the stack trace of the thread 8679 ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 13:04:07 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Tue, 25 Aug 2009 11:04:07 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.598b8442cf1776af1179c092a64ff56c@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Changes (by marcusoverhagen): * cc: marcusoverhagen (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 13:23:32 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Tue, 25 Aug 2009 11:23:32 -0000 Subject: [Haiku-bugs] [Haiku] #4058: Boot fails, new ATA stack In-Reply-To: <041.80baf0320e11494d3dd20f9dd3ca327a@haiku-os.org> References: <041.80baf0320e11494d3dd20f9dd3ca327a@haiku-os.org> Message-ID: <050.243682d4fae4924c03b804091317690b@haiku-os.org> #4058: Boot fails, new ATA stack --------------------------+------------------------------------------------- Reporter: aldeck | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by marcusoverhagen): * cc: SetResultData("CRLT3, Wirkungskette, AGR", "Tastverhaeltnis, nicht, 100%:, ", +, N_String(i_AGR_Tastverhalten)) (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 13:23:50 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Tue, 25 Aug 2009 11:23:50 -0000 Subject: [Haiku-bugs] [Haiku] #4058: Boot fails, new ATA stack In-Reply-To: <041.80baf0320e11494d3dd20f9dd3ca327a@haiku-os.org> References: <041.80baf0320e11494d3dd20f9dd3ca327a@haiku-os.org> Message-ID: <050.157b91969d832fc08484a45eb07290de@haiku-os.org> #4058: Boot fails, new ATA stack --------------------------+------------------------------------------------- Reporter: aldeck | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by marcusoverhagen): * cc: SetResultData("CRLT3, Wirkungskette, AGR", "Tastverhaeltnis, nicht, 100%:, ", +, N_String(i_AGR_Tastverhalten)) (removed) * cc: marcusoverhagen (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 13:59:58 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Tue, 25 Aug 2009 11:59:58 -0000 Subject: [Haiku-bugs] [Haiku] #4058: Boot fails, new ATA stack In-Reply-To: <041.80baf0320e11494d3dd20f9dd3ca327a@haiku-os.org> References: <041.80baf0320e11494d3dd20f9dd3ca327a@haiku-os.org> Message-ID: <050.8d25c052198910948b09112488db09af@haiku-os.org> #4058: Boot fails, new ATA stack --------------------------+------------------------------------------------- Reporter: aldeck | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by marcusoverhagen): You have a harddisk as master and a CD-ROM as slave on the first ATA port (7.jpg ) Some command sent to harddisk fails (7.jpg) It looks like some debug output between image 7 and 8 is missing. Some (other?) command fails with a timeout (8.jpg) All subsequent commands fail (device selection timeout) because the device is in a bad state and needs a reset, but no reset is done. Things that need to be done: add debug output about when failing commands, do proper error recovery. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 14:05:07 2009 From: trac at haiku-os.org (mmadia) Date: Tue, 25 Aug 2009 12:05:07 -0000 Subject: [Haiku-bugs] [Haiku] #4331: [UserGuide] Incomplete info on /userguide/en/installation.html In-Reply-To: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> References: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> Message-ID: <052.579751025a68dee4b1014b79607db768@haiku-os.org> #4331: [UserGuide] Incomplete info on /userguide/en/installation.html ---------------------------+------------------------------------------------ Reporter: Disreali | Owner: humdinger Type: bug | Status: new Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmadia): I personally would like to see the information at http://svn.berlios.de/svnroot/repos/haiku/haiku/trunk/docs/userguide/en/installation/ be merged with http://www.haiku-os.org/node/2500 Reason: more people have easier access to edit the content. As for install-source-linux.html, it could simply include a url for the user to manually redirect to the new location -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 14:05:56 2009 From: trac at haiku-os.org (jackburton) Date: Tue, 25 Aug 2009 12:05:56 -0000 Subject: [Haiku-bugs] [Haiku] #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. In-Reply-To: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> References: <038.7c9e30ac93eb1cc709fd164d1b64b5b9@haiku-os.org> Message-ID: <047.0ef95f6fb6fbd83dbe78550c3c9eb921@haiku-os.org> #4177: BWindowScreen has problems with colors with QING plugin for SoundPlay. ----------------------------+----------------------------------------------- Reporter: bga | Owner: jackburton Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by jackburton): * status: new => closed * resolution: => fixed Comment: This was fixed by Axel. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 14:12:16 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Tue, 25 Aug 2009 12:12:16 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.a5bdd0d14c5b97155f9b9c5ce3d700fc@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by marcusoverhagen): The IDE syslog indicates that the harddisk is connected as "ata 0 master", I'm assuming this is correct. According to serial_r32644.txt the ATA stack gets confused and can't select the master (device 0) on bus 0. {{{ 439 ata 0 error: device 0 not selected! unused 0x0, mode 0x4, device 1 440 ata 0: cannot select device 0, assuming not present 441 ata 0: signature of device 1: 0x0000 442 ata 0 error: device ready not set 443 ata 0-1 error: sending identify request failed }}} On bus 1, the ATAPI master is properly recognized {{{ 453 ata 1: signature of device 0: 0xeb14 454 ata 1 error: device 1 failed, error code is 0x04 455 atapi 1-0: using DMA mode 0x12 456 ata 1: identified ATAPI device 0 }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 14:16:05 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Tue, 25 Aug 2009 12:16:05 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.0d97894a09011a33c0b46aaf58898557@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: high | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Changes (by marcusoverhagen): * priority: normal => high * milestone: R1 => R1/alpha1 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 14:17:04 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Tue, 25 Aug 2009 12:17:04 -0000 Subject: [Haiku-bugs] [Haiku] #4058: Boot fails, new ATA stack In-Reply-To: <041.80baf0320e11494d3dd20f9dd3ca327a@haiku-os.org> References: <041.80baf0320e11494d3dd20f9dd3ca327a@haiku-os.org> Message-ID: <050.2d9e2b86e45e47d47dea5c1b4998897f@haiku-os.org> #4058: Boot fails, new ATA stack --------------------------+------------------------------------------------- Reporter: aldeck | Owner: marcusoverhagen Type: bug | Status: new Priority: high | Milestone: R1/alpha1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by marcusoverhagen): * priority: normal => high * milestone: R1 => R1/alpha1 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 14:26:19 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Tue, 25 Aug 2009 12:26:19 -0000 Subject: [Haiku-bugs] =?utf-8?q?=5BHaiku=5D_=234332=3A_The_MediaPlayer_can?= =?utf-8?q?=E2=80=99t_load_saved_playlist_from_Playlist_window_with_Open_F?= =?utf-8?q?ile?= In-Reply-To: <042.592e692cd11515d35f46d38ca219ac3f@haiku-os.org> References: <042.592e692cd11515d35f46d38ca219ac3f@haiku-os.org> Message-ID: <051.68cc449d7df648e0a51eeaf14a16945e@haiku-os.org> #4332: The MediaPlayer can?t load saved playlist from Playlist window with Open File --------------------------------------+------------------------------------- Reporter: modeenf | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1/alpha1 Component: Applications/MediaPlayer | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------------+------------------------------------- Changes (by marcusoverhagen): * owner: marcusoverhagen => stippi -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 14:43:23 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Tue, 25 Aug 2009 12:43:23 -0000 Subject: [Haiku-bugs] [Haiku] #4050: ATA driver cannot recognize 2nd HDD In-Reply-To: <037.f7621f6c1caeb5ffe6e3fed8f527348a@haiku-os.org> References: <037.f7621f6c1caeb5ffe6e3fed8f527348a@haiku-os.org> Message-ID: <046.653b79c8a9ea7214c5e3993804296ab6@haiku-os.org> #4050: ATA driver cannot recognize 2nd HDD --------------------------+------------------------------------------------- Reporter: mt | Owner: marcusoverhagen Type: bug | Status: new Priority: high | Milestone: R1/alpha1 Component: Drivers/Disk | Version: R1 development Blockedby: 4058 | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Changes (by marcusoverhagen): * priority: normal => high * blockedby: => 4058 Comment: Looks very similar to issue 4050, improper error recovery -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 15:16:04 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 25 Aug 2009 13:16:04 -0000 Subject: [Haiku-bugs] [Haiku] #4316: app_server resource cleanup issues In-Reply-To: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> References: <044.98faa836d5a28a905e0a67239f9f815f@haiku-os.org> Message-ID: <053.c9a3d6bef2f1adef6c1b5621d516e881@haiku-os.org> #4316: app_server resource cleanup issues --------------------------------+------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by anevilyak): Replying to [comment:6 korli]: > Out of curiosity, what would be the stack trace of the thread 8679 ? Will replicate it and check again tonight, I feel dumb for forgetting that. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 16:07:42 2009 From: trac at haiku-os.org (bonefish) Date: Tue, 25 Aug 2009 14:07:42 -0000 Subject: [Haiku-bugs] [Haiku] #4341: Update UserBuildConfig.sample to include only build profiles In-Reply-To: <041.1ddcbf43dccfcf4d9eee57c11f5ea42b@haiku-os.org> References: <041.1ddcbf43dccfcf4d9eee57c11f5ea42b@haiku-os.org> Message-ID: <050.a8775fb3680fa06c55eb6a1d48745fcd@haiku-os.org> #4341: Update UserBuildConfig.sample to include only build profiles --------------------------+------------------------------------------------- Reporter: mmadia | Owner: bonefish Type: enhancement | Status: new Priority: normal | Milestone: Unscheduled Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by bonefish): Unsetting {{{HAIKU_ADD_ALTERNATIVE_GCC_LIBS}}} is not at all outdated. It allows you to build a non-hybrid image even, if you have configured for a hybrid. Very useful to cut down turn-around times when examining a specific problem. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 16:13:51 2009 From: trac at haiku-os.org (bonefish) Date: Tue, 25 Aug 2009 14:13:51 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.53e93512d3b8ce43196ef0bbad33c8c5@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by bonefish): Replying to [comment:13 begasus]: > Enabling the debug doesn't seem to work, build fails on PartitionMapParser, output: You must have messed something up. Lines 2 and 6 are in the copyright header. Please revert and only uncomment the single line mentioned above. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 17:17:28 2009 From: trac at haiku-os.org (michael.weirauch) Date: Tue, 25 Aug 2009 15:17:28 -0000 Subject: [Haiku-bugs] [Haiku] #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() In-Reply-To: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> References: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> Message-ID: <060.161e5483a4115f45a9fa22da11b678d6@haiku-os.org> #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() ------------------------------+--------------------------------------------- Reporter: michael.weirauch | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by michael.weirauch): Thanks to Philippe, the segfault is apparently fixed with r32584. Would consider this one closeable. I now for the first time saw a lot of ACPI erros in the syslog before the system froze. Is probably a candidate for another bug report. Michael -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 17:40:11 2009 From: trac at haiku-os.org (michael.weirauch) Date: Tue, 25 Aug 2009 15:40:11 -0000 Subject: [Haiku-bugs] [Haiku] #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() In-Reply-To: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> References: <051.ef7c401de51a5310918475f37721bcff@haiku-os.org> Message-ID: <060.57f36859dff0a34ae5cdb92a7db60e2c@haiku-os.org> #4281: [acpi_battery] vm_soft_fault + vm_page_fault in ReadBatteryStatus() ------------------------------+--------------------------------------------- Reporter: michael.weirauch | Owner: czeidler Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers | Version: R1 development Blockedby: | Platform: x86 Blocking: | ------------------------------+--------------------------------------------- Comment(by michael.weirauch): Please ignore the previous message... Attached two shots. One with a freeze and some syslog output full of ACPI errors, the other with a KDL where the last lines of syslog are shown with ACPI erros. The backtrace for the KDL one was ommited because it resembled the ones already given in the ticket. What is new for me is the ACPI output in the syslogs. Not seen any ACPI related stuff ever before IIRC. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 17:54:01 2009 From: trac at haiku-os.org (begasus) Date: Tue, 25 Aug 2009 15:54:01 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.ca8264cc85af6f1d344963ee87c59ea5@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by begasus): My bad ... seems something got screwed up. I deleted the file and the object folder and did a svn up to restore the file, uncommented the line and did a fresh build. Here's the output from the terminal where it fails: {{{ BuildHaikuImage1 /dev/hdb6 Creating image ... intel: _ParsePrimary(): partition 1: bad location, ignoring intel: _ParsePrimary(): partition 2: bad location, ignoring Error: Invalid partition index 6. partitions: 0: offset: 32256, size: 20974431744, type: 83 1: 2: 3: }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 17:54:06 2009 From: trac at haiku-os.org (mmlr) Date: Tue, 25 Aug 2009 15:54:06 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.d8ec7a0ae6c2236bfe0371169c7a341b@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): Replying to [comment:9 oruizdorantes]: > Lets say only the first 6 bytes are valid (bluetooth)data. > Remaining as you can see is filled with 4 zeros which starts provoking problems. I would be expecting from this frame to be 6 bytes len, or having valid data on those 4 bytes(not 0). What transfer length do you use when doing mentioned transfer? The thing is, USB doesn't know about the data it is moving, it basically just allocates as much as you hand in and then sees what the device says. Usually the actual length field is then what the device returned. It is possible (and not too unlikely) that there is an error in transfer length handling in OHCI. Just to verify that, could you try the same on a UHCI controller instead and see if it behaves differently? If it does return the correct actual length there (or different data), then it is a problem in OHCI, because both should really behave the same. If it does the same on UHCI, then it could as well be a problem on the bluetooth side (or both controller drivers could be buggy, but since UHCI is quite heavily tested I think that's rather unlikely). I really have no idea of the bluetooth side of things, so I'm just pointing out what I can tell from this info. In any case, if you could tell me the exact way you scheduled that transfer (transfer type and length basically), I will look over OHCI in that regard. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 18:02:17 2009 From: trac at haiku-os.org (mmlr) Date: Tue, 25 Aug 2009 16:02:17 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.0d63ff1deff769eee2a5ec9455316e22@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by mmlr): Just a note: I've seen the same error message on OS X the other day. There a GPT is used and the MBR is not able to fully represent the partitioning. After syncing the GPT map with the MBR (using rEFIt) it worked though. The real fix would of course be to support GPT from our build system (or use native methods to get the offsets for that matter). I just wanted to mention it here, in case one of the problematic cases is actually using GPT. A fully protective MBR in GPT will for example always only contain a single partition spanning the whole disk, so this would never work. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 18:58:28 2009 From: trac at haiku-os.org (mmlr) Date: Tue, 25 Aug 2009 16:58:28 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.0fdc95bf222204b123fb9c272bbd2cc9@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: high | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): Yes, the problem seems to be that device selection doesn't work. The thing is that I am unsure of the reason. Two things I could imagine: The device/controller is busy, and we must not check for the selected device until it becomes unbusy (I don't have the specs at hand, so can't verify if this is how it works, I just faintly remember something along those lines) or device selection doesn't work by only writing that single byte on the affected controller, i.e. a complete command is necessary (though I'd see this as unlikely). I have cross-verified with the IDE bus_manager, which is not exactly easy, as it works pretty differently, and have seen that it also uses LBA mode for the device selection. So I conclude that's not the problem at hand. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 19:09:24 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 25 Aug 2009 17:09:24 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.b7d32f7056e2b853f67989ca768c4f86@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi again humdinger, My workspace settings file doesn't work apparantly, since your log shows 1024x768 as being set at startup. This corresponds to a Haiku first start and come to think of it, Haiku saves info on the screen along with the mode set, and compares that back on startup (if I'm right). I am now assuming the monitor info as saved in workspaces settings as well which means it won't work I guess. Can you test using 1400x1050 on your screen? That's the highest supported VESA mode on your system: maybe that gives you a picture.. So, startup in failsafe video mode, set 1400x1050 via Screen prefs, and then reboot. Does that give you a picture? Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 19:17:00 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 25 Aug 2009 17:17:00 -0000 Subject: [Haiku-bugs] [Haiku] #4004: Haiku booting hangs at the 5th icon on Intel ICH9 In-Reply-To: <048.6fa5c1cdb1c3384f8e67676f758db4f7@haiku-os.org> References: <048.6fa5c1cdb1c3384f8e67676f758db4f7@haiku-os.org> Message-ID: <057.d04becf280882c267c066616a24ed5e3@haiku-os.org> #4004: Haiku booting hangs at the 5th icon on Intel ICH9 ---------------------------+------------------------------------------------ Reporter: e_barsukowski | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Comment(by rudolfc): Hi, I just tested booting with ATA manager (image of 24 august 2009), and I also get this message repeating a lot: "ata 0 error: timeout waiting for interrupt" It seems the boot won't succeed, nor will haiku kdl. Seems like a loop or so. As a test I replaced ata ide busmanager with the ide version (dumped it in place and renamed it to ata). The result is a working system. This system is used a lot by me to quickly test images and they always worked upto the switch to the ATA manager by default. For completeness, I'll add the syslog from the successfull boot with the ide manager dropped in place. Maybe this can help somehow? Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 19:22:04 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 25 Aug 2009 17:22:04 -0000 Subject: [Haiku-bugs] [Haiku] #4004: Haiku booting hangs at the 5th icon on Intel ICH9 In-Reply-To: <048.6fa5c1cdb1c3384f8e67676f758db4f7@haiku-os.org> References: <048.6fa5c1cdb1c3384f8e67676f758db4f7@haiku-os.org> Message-ID: <057.441d85ad36b5bdb80ed5abf1f1ae8a68@haiku-os.org> #4004: Haiku booting hangs at the 5th icon on Intel ICH9 ---------------------------+------------------------------------------------ Reporter: e_barsukowski | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Comment(by rudolfc): BTW, The tests with the default ATA manager, and with the dropped-in-place IDE manager were both executed from the same USB stick. I did not boot from HD. The HD and DVD-ROM were in the same conditions during both boots (connected, DVD-ROM empty). Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 19:26:27 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 25 Aug 2009 17:26:27 -0000 Subject: [Haiku-bugs] [Haiku] #4344: GLteapot hangs after resizing (Haiku revision: 32645) Message-ID: <042.217a66ec99bd847078b63b64edc0fccc@haiku-os.org> #4344: GLteapot hangs after resizing (Haiku revision: 32645) -----------------------+---------------------------------------------------- Reporter: rudolfc | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- GL teapot works OK after start, until you hit the fullscreen rectangle, or until you drag the size. AFter that, the output window gets resized, but the content is gone. GLteapot needs to be shot using the team monitor. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 19:50:33 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 25 Aug 2009 17:50:33 -0000 Subject: [Haiku-bugs] [Haiku] #4345: cannot mount USB sticks inserted after boot (r32645) Message-ID: <042.ccd9846318dfaf69684a964480309ca4@haiku-os.org> #4345: cannot mount USB sticks inserted after boot (r32645) -----------------------+---------------------------------------------------- Reporter: rudolfc | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Hi, Sticks aren't seen when they are inserted after boot from a USB stick. They don't automount and they don't show up in drivesetup. Tested BFS sticks only. Sticks inserted before boot from another USB sticks are seen and work. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 19:52:21 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 25 Aug 2009 17:52:21 -0000 Subject: [Haiku-bugs] [Haiku] #4345: cannot mount USB sticks inserted after boot (r32645) In-Reply-To: <042.ccd9846318dfaf69684a964480309ca4@haiku-os.org> References: <042.ccd9846318dfaf69684a964480309ca4@haiku-os.org> Message-ID: <051.ec26709f129a0dc0c4b736974e00bd8a@haiku-os.org> #4345: cannot mount USB sticks inserted after boot (r32645) -----------------------+---------------------------------------------------- Reporter: rudolfc | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Comment(by rudolfc): On the same system this worked OK for a long time now.. Oh, tested a boot with IDE and ATA manager: same behaviour. Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 19:57:48 2009 From: trac at haiku-os.org (humdinger) Date: Tue, 25 Aug 2009 17:57:48 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.9b7a9c671f8633bc4eff722c1c98fd57@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by humdinger): Unfortunately it doesn't. :( -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 20:03:44 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 25 Aug 2009 18:03:44 -0000 Subject: [Haiku-bugs] [Haiku] #4345: cannot mount USB sticks inserted after boot (r32645) In-Reply-To: <042.ccd9846318dfaf69684a964480309ca4@haiku-os.org> References: <042.ccd9846318dfaf69684a964480309ca4@haiku-os.org> Message-ID: <051.9c3ced4c98b16355364f480d521ca7de@haiku-os.org> #4345: cannot mount USB sticks inserted after boot (r32645) -------------------------+-------------------------------------------------- Reporter: rudolfc | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Changes (by anevilyak): * owner: axeld => mmlr * component: - General => Drivers/USB -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 20:04:39 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 25 Aug 2009 18:04:39 -0000 Subject: [Haiku-bugs] [Haiku] #4345: cannot mount USB sticks inserted after boot (r32645) In-Reply-To: <042.ccd9846318dfaf69684a964480309ca4@haiku-os.org> References: <042.ccd9846318dfaf69684a964480309ca4@haiku-os.org> Message-ID: <051.9c57ff21d0bf8a30cc3fe18d496f5e01@haiku-os.org> #4345: cannot mount USB sticks inserted after boot (r32645) -------------------------+-------------------------------------------------- Reporter: rudolfc | Owner: mmlr Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by anevilyak): Perhaps related to the recent changes with respect to device numbering? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 20:30:59 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 25 Aug 2009 18:30:59 -0000 Subject: [Haiku-bugs] [Haiku] #698: [Tracker] could crash if many files opened at once In-Reply-To: <040.95051f43983dec4d32e919089af64f52@haiku-os.org> References: <040.95051f43983dec4d32e919089af64f52@haiku-os.org> Message-ID: <049.a9f7b33bc700d3db86ef994ccda903c2@haiku-os.org> #698: [Tracker] could crash if many files opened at once -----------------------------------+---------------------------------------- Reporter: diver | Owner: anevilyak Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Resolution: | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by anevilyak): A minor work-in-progress note: the problems in this ticket seem to stem from Tracker running out of file descriptors while executing all those launch requests in parallel threads, and not gracefully handling those error conditions. Properly fixing this is not going to be trivial though. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 20:38:57 2009 From: trac at haiku-os.org (Hubert) Date: Tue, 25 Aug 2009 18:38:57 -0000 Subject: [Haiku-bugs] [Haiku] #4346: Problem with fonts Message-ID: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> #4346: Problem with fonts -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- From time of corrections for #4084 I have a little problem fatter some font. See on screen 1 on example "(R)ecent (A)pplications" or "Shutdo(w)n". On screen 2(old r30944) fonts they are correctly display. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 20:48:39 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 25 Aug 2009 18:48:39 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.30d2a2dc7f22526ba93a631b1ac4dfbd@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): OK, thanks. Anyhow, I'll implement two more Haiku specific driverhooks soon, which should tell the app_server the native mode of your screen. Currently this already works for screens which have (detected) EDID info. For most laptops this unfortunately isn't there so a fallback method needs to be used. The purpose of these hooks is to display in native resolution from first boot on (instead of in 1024x768 or even 800x600). I suggest I contact you here after I implement and test these hooks on my own laptop. Hopefully your screen will pop-on then.. Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 20:51:56 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 25 Aug 2009 18:51:56 -0000 Subject: [Haiku-bugs] [Haiku] #4346: Problem with fonts In-Reply-To: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> References: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> Message-ID: <050.3130f550cc4d615acaf9bc84ab97e496@haiku-os.org> #4346: Problem with fonts -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hmm, the shots look perfect? You should take a digital photo, as the memory content is probably perfect if the driver is responsible... Can you take a digital photo of some artifacts reasonably close up and upload them here? Thanks! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 20:54:04 2009 From: trac at haiku-os.org (rudolfc) Date: Tue, 25 Aug 2009 18:54:04 -0000 Subject: [Haiku-bugs] [Haiku] #4346: Problem with fonts In-Reply-To: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> References: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> Message-ID: <050.9fa0f9e1b346d0396097a7fdb1bbd813@haiku-os.org> #4346: Problem with fonts -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Ah, OK, you mean the slightly thicker 'A' ?? This is a 'artifact' the app_server or something does. This is not driver specific. I can tell because you did a system screenshot. Driver faults generally don't show with system screenshots.. Please advice.. Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 21:10:09 2009 From: trac at haiku-os.org (bonefish) Date: Tue, 25 Aug 2009 19:10:09 -0000 Subject: [Haiku-bugs] [Haiku] #3965: DriveSetup: reversed behavior for (un)mounted volumes In-Reply-To: <041.1f61470f2a8f1e568f6e8116f3c1b5b4@haiku-os.org> References: <041.1f61470f2a8f1e568f6e8116f3c1b5b4@haiku-os.org> Message-ID: <050.4a3736a32bd3ef9bb8b8258e76e90ac1@haiku-os.org> #3965: DriveSetup: reversed behavior for (un)mounted volumes -------------------------------------+-------------------------------------- Reporter: mmadia | Owner: bebop Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/DriveSetup | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------------------+-------------------------------------- Changes (by bonefish): * owner: stippi => bebop Comment: Reassigning to Bryce. Maybe he's motivated to have a look. :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 21:30:40 2009 From: trac at haiku-os.org (bonefish) Date: Tue, 25 Aug 2009 19:30:40 -0000 Subject: [Haiku-bugs] [Haiku] #4343: Debugger's console output frequently deadlocks Terminal In-Reply-To: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> References: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> Message-ID: <053.eb9a7a8c483028063df57db828014e1f@haiku-os.org> #4343: Debugger's console output frequently deadlocks Terminal -----------------------------------+---------------------------------------- Reporter: anevilyak | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by bonefish): Haven't seen that yet. Could you be bribed into have a look how the Terminal deadlocks when you next encounter it? :-) There are three threads involved in the Terminal: - PtyReader -- reads from the TTY device into a buffer. Can only block reading from the TTY (while there are no new data) or on the lock protecting the buffer. The latter is unlikely, since the critical sections are very short and shouldn't do anything that can block. - EscParse -- reads the characters from the internal buffer, parsing escape/control sequences and adjusting the [Basic]TerminalBuffer accordingly. Can only block reading the buffer (when empty) or only the lock protecting the TerminalBuffer. - The window thread -- synchronizes a local copy of the TerminalBuffer with the one EscParse works on, draws the local buffer, processes user (keyboard) input and writes to the TTY, and does the usual window work. Can block on the lock protecting the TerminalBuffer (never for long, though), on the looper port, when writing to the TTY, on the app server port,... Having a look in the kernel debugger, what the threads are doing, should hopefully result in a good hint. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 21:31:11 2009 From: trac at haiku-os.org (oruizdorantes) Date: Tue, 25 Aug 2009 19:31:11 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.5fab5230ccd8e2d2f403281a6ef04455@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by oruizdorantes): > What transfer length do you use when doing mentioned transfer? For that pipe the reported max_packet_size. You can check in kernel/drivers/bluetooth/h2/h2generic/h2generic.c line 307 new_bt_dev->max_packet_size_intr_in = ep->descr->max_packet_size; >Just to verify that, could you try the same on a UHCI controller instead and see if it behaves differently? Hmm, I developed the stack with a similar device to that one BCM2035(product ID is different) in a UHCI, & always size was a coherent value with valid data. But Monni could confirm that for his particular dongle. My concern is not that I get 0's at end(driver "could" somehow discard it or realize is invalid), but after that buffer, next one comming valid, data but incomplete, therefore blocks the stack waiting for the remaining part. So maybe those 0's might give a clue... > I really have no idea of the bluetooth side of things, so I'm just pointing out what I can tell from this info. In any case, if you could tell me the exact way you scheduled that transfer (transfer type and length basically), I will look over OHCI in that regard. It is a simple incoming Interrupt one: kernel/drivers/bluetooth/h2/h2generic/h2transactions.c 254 status = usb->queue_interrupt(bdev->intr_in_ep->handle, buf, size, 255 event_complete, (void*)bdev); Although this one is triggered because we issued a control transfer previously. In ohter words, this incoming interrupt is a reply of a previous ongoing control transfer. But in a USB side would not matter, would it? (submit_tx_command() in same file) In the meanwhile I remember Monni's dongle has some special flags in Linux driver which I will review, but I think 90% we have that covered -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 21:37:17 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 25 Aug 2009 19:37:17 -0000 Subject: [Haiku-bugs] [Haiku] #4343: Debugger's console output frequently deadlocks Terminal In-Reply-To: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> References: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> Message-ID: <053.b34d489c813646f235e748a7e6276eef@haiku-os.org> #4343: Debugger's console output frequently deadlocks Terminal -----------------------------------+---------------------------------------- Reporter: anevilyak | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by anevilyak): Replying to [comment:1 bonefish]: > Haven't seen that yet. Could you be bribed into have a look how the Terminal deadlocks when you next encounter it? :-) There are three threads involved in the Terminal: No bribe needed, just needed some pointers as to what to investigate :). It's pretty easily reproducible here with a debug build libtracker and/or libbe at least, though it doesn't happen 100% of the time. Will let you know the results along with the other 2-3 bugs I need to report further details on tonight hopefully. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 21:39:05 2009 From: trac at haiku-os.org (Hubert) Date: Tue, 25 Aug 2009 19:39:05 -0000 Subject: [Haiku-bugs] [Haiku] #4346: Problem with fonts In-Reply-To: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> References: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> Message-ID: <050.e647b7bb75596cada520580eea883b0f@haiku-os.org> #4346: Problem with fonts -------------------------------------+-------------------------------------- Reporter: Hubert | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by Hubert): I remember, I was so earlier in the bad refreshed but at 59-60 Hz everything was ok, now, unfortunately, each have such strange fonts, it seems to me that the driver error. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 21:51:30 2009 From: trac at haiku-os.org (axeld) Date: Tue, 25 Aug 2009 19:51:30 -0000 Subject: [Haiku-bugs] [Haiku] #4346: Problem with fonts In-Reply-To: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> References: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> Message-ID: <050.0db90cec86f756519e2f8d5e411578fd@haiku-os.org> #4346: Problem with fonts --------------------------------+------------------------------------------- Reporter: Hubert | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by axeld): * owner: rudolfc => stippi * component: Drivers/Graphics/nVidia => Servers/app_server Comment: Whatever this is, I agree with Rudolf that this should be an app_server problem. When exactly do you see those problems, as they don't seem to be always there? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 22:01:31 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Tue, 25 Aug 2009 20:01:31 -0000 Subject: [Haiku-bugs] [Haiku] #4004: Haiku booting hangs at the 5th icon on Intel ICH9 In-Reply-To: <048.6fa5c1cdb1c3384f8e67676f758db4f7@haiku-os.org> References: <048.6fa5c1cdb1c3384f8e67676f758db4f7@haiku-os.org> Message-ID: <057.43596da6b3128888a64d3bb3ee4a7889@haiku-os.org> #4004: Haiku booting hangs at the 5th icon on Intel ICH9 ---------------------------+------------------------------------------------ Reporter: e_barsukowski | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Comment(by marcusoverhagen): Hi Rudolf, I appreciate your input. To make tracking these multiple issues easier, please open a new ticket and provide syslog (or screenshots) from a boot with using both ata components. Include the range starting after PCI device information dumps up to the second timeout. Thanks. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 22:14:34 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Tue, 25 Aug 2009 20:14:34 -0000 Subject: [Haiku-bugs] [Haiku] #4004: Haiku booting hangs at the 5th icon on Intel ICH9 In-Reply-To: <048.6fa5c1cdb1c3384f8e67676f758db4f7@haiku-os.org> References: <048.6fa5c1cdb1c3384f8e67676f758db4f7@haiku-os.org> Message-ID: <057.2262c8f1b72f8927b4ed24e22e9d854f@haiku-os.org> #4004: Haiku booting hangs at the 5th icon on Intel ICH9 ---------------------------+------------------------------------------------ Reporter: e_barsukowski | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Comment(by marcusoverhagen): Hi e_barsukowski, it looks like the ahci driver is working correctly. It detects 2 harddisks and one DVD-RW (see below). The ide driver has interrupt handling issues, this also interferes when booting from sata. It is no longer maintained and replaced by the ata driver. As bug #1711 appears to be fixed, can you provide more information about booting with the ATA driver? BTW, you can probably boot from SATA , in AHCI mode by removing both ata and ide drivers. Please note that ahci needs scsi bus manager to work. {{{ boot_from_ide sata_ahci.log 794 ahci: AHCIPort::ScsiInquiry port 0 795 ahci: lba 1, lba48 1, fUse48BitCommands 1, sectors 156301488, sectors48 156301488, size 80026361856 796 ahci: model number: WDC WD800JD-55MUA1 797 ahci: serial number: WD-WMAMD8292263 804 ahci: AHCIPort::ScsiInquiry port 1 805 ahci: lba 1, lba48 1, fUse48BitCommands 1, sectors 268435455, sectors48 625142448, size 320072933376 806 ahci: model number: SAMSUNG HD321KJ 807 ahci: serial number: S0MQJDWQ183734 829 ahci: device signature 0xeb140101 (ATAPI) 830 ahci: AHCIPort::ScsiInquiry port 4 831 ahci: model number: Optiarc DVD RW AD-7201S 832 ahci: serial number: B 833 ahci: firmware rev.: 1.06 }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 22:15:04 2009 From: trac at haiku-os.org (begasus) Date: Tue, 25 Aug 2009 20:15:04 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.1cd42983214b032a8a9a5dfbecaa886b@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by begasus): Just checked out with debugging enable to build gcc2 and gcc4 images, when writing to disk the error is the same. I did a CD build on both compiler versions and was able to use the LiveCD Installer to install both systems to partition, no problem with makebootable there. No changes where made by the Installer as I checked into booting both Debian and ZETA afterwards. Finaly got both systems up and running now. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 22:45:09 2009 From: trac at haiku-os.org (mmlr) Date: Tue, 25 Aug 2009 20:45:09 -0000 Subject: [Haiku-bugs] [Haiku] #4345: cannot mount USB sticks inserted after boot (r32645) In-Reply-To: <042.ccd9846318dfaf69684a964480309ca4@haiku-os.org> References: <042.ccd9846318dfaf69684a964480309ca4@haiku-os.org> Message-ID: <051.54c799b86976b02ccc6cd8773ae7a8c7@haiku-os.org> #4345: cannot mount USB sticks inserted after boot (r32645) -------------------------+-------------------------------------------------- Reporter: rudolfc | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Changes (by mmlr): * status: new => assigned Comment: Replying to [comment:3 anevilyak]: > Perhaps related to the recent changes with respect to device numbering? Unlikely. Rudolf, can you provide a syslog from such a case? The same device works if plugged before boot, but not after? Does this only affect USB sticks or does it also affect other USB hardware? Maybe try un- and replugging a USB mouse if you use one to see what happens then. A log including such actions would be helpful to see if the basic detection still works or if the explore thread may have issues. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 22:52:51 2009 From: trac at haiku-os.org (mmlr) Date: Tue, 25 Aug 2009 20:52:51 -0000 Subject: [Haiku-bugs] [Haiku] #4346: Problem with fonts In-Reply-To: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> References: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> Message-ID: <050.4e495afd33906aecf7e91ef322a853f8@haiku-os.org> #4346: Problem with fonts --------------------------------+------------------------------------------- Reporter: Hubert | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by mmlr): My immediate guess would be the disabling of the patented bytecode interpreter of FreeType in r32577. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 22:57:20 2009 From: trac at haiku-os.org (korli) Date: Tue, 25 Aug 2009 20:57:20 -0000 Subject: [Haiku-bugs] [Haiku] #4104: Occasional debugger call from Observable class destructor when Icon-O-Matic is quit In-Reply-To: <045.62afb4c4a34a455d442483906f35f6e7@haiku-os.org> References: <045.62afb4c4a34a455d442483906f35f6e7@haiku-os.org> Message-ID: <054.f6f3b263482b5e5f66c2ce3fc1d77242@haiku-os.org> #4104: Occasional debugger call from Observable class destructor when Icon-O-Matic is quit ---------------------------------------+------------------------------------ Reporter: leavengood | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Icon-O-Matic | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------+------------------------------------ Comment(by korli): I could reproduce this bug on quit: {{{ Thread 4972 called debugger(): VectorPath::~VectorPath() - there are still listeners attached! 0x18173854/Q38BPrivate4Icon5Shape 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/libtranslation.so...done. Loaded symbols for /boot/system/lib/libtranslation.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/libroot.so...done. Loaded symbols for /boot/system/lib/libroot.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/system/apps/Icon-O-Matic (4972) thread Icon-O-Matic (4972)] 0xffff0114 in ?? () (gdb) bt #0 0xffff0114 in ?? () #1 0x0081f50e in debugger () from /boot/system/lib/libroot.so #2 0x0025bd9b in BPrivate::Icon::VectorPath::~VectorPath () #3 0x0029ac1e in Referenceable::Release () #4 0x002cb3b1 in UnassignPathCommand::~UnassignPathCommand () #5 0x00276acb in CommandStack::Clear () #6 0x002764d6 in CommandStack::~CommandStack () #7 0x002742b6 in Document::~Document () #8 0x002d712e in IconEditorApp::~IconEditorApp () #9 0x002da82a in main () (gdb) }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 23:22:12 2009 From: trac at haiku-os.org (bonefish) Date: Tue, 25 Aug 2009 21:22:12 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.20f4c92b1eb8fa61bbed59ede97198da@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by bonefish): @begasus & plfiorini: Please try r32674. I hope that fixes the problem. @mmlr: Yep GPT support in makebootable would certainly be nice. I don't know whether the partition table parsing is well-separated in the GPT kernel module. If so, it should be easy add it to makebootable. At any rate feel free to do so! :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 23:26:08 2009 From: trac at haiku-os.org (koki) Date: Tue, 25 Aug 2009 21:26:08 -0000 Subject: [Haiku-bugs] [Haiku] #4331: [UserGuide] Incomplete info on /userguide/en/installation.html In-Reply-To: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> References: <043.359e57b21d3c6a9ca10c571b8a71aae3@haiku-os.org> Message-ID: <052.80076d4ae839236e111cd25097d0ae1b@haiku-os.org> #4331: [UserGuide] Incomplete info on /userguide/en/installation.html ---------------------------+------------------------------------------------ Reporter: Disreali | Owner: humdinger Type: bug | Status: new Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by koki): Replying to [comment:8 mmadia]: > I personally would like to see the information at http://svn.berlios.de/svnroot/repos/haiku/haiku/trunk/docs/userguide/en/installation/ be merged with http://www.haiku-os.org/node/2500 I would love to see this happen too. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Tue Aug 25 23:34:11 2009 From: trac at haiku-os.org (begasus) Date: Tue, 25 Aug 2009 21:34:11 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.155bc72a81ae08eb2cb94d602e5fb1c1@haiku-os.org> #3122: makebootable says invalid partition index --------------------------+------------------------------------------------- Reporter: plfiorini | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by begasus): With the latest fix to makebootable it's working again. Just did a fresh compile @disk and no errors anymore, can't test the boot from partition but I doubt it would be a problem anymore (got some uploads running there atm). Thanks for the fix bonefish!!! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 00:00:09 2009 From: trac at haiku-os.org (mmlr) Date: Tue, 25 Aug 2009 22:00:09 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.60c34ac1ec14bf737f6b166d6cc720e7@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): Replying to [comment:11 oruizdorantes]: >> What transfer length do you use when doing mentioned transfer? > For that pipe the reported max_packet_size. I more meant in that concrete case, to see if the length reported had any relation to it. > >Just to verify that, could you try the same on a UHCI controller instead and see if it behaves differently? > > Hmm, I developed the stack with a similar device to that one BCM2035(product ID is different) in a UHCI, & always size was a coherent value with valid data. But Monni could confirm that for his particular dongle. It'd really help to know, as I don't see anything obviously problematic when looking over it. > My concern is not that I get 0's at end(driver "could" somehow discard it or realize is invalid), but after that buffer, next one comming valid, data but incomplete, therefore blocks the stack waiting for the remaining part. So maybe those 0's might give a clue... So it's like the first one is too long with useless data and the second one is too short? What lengths are we talking about, do they make any sense, like is the extra bytes matching what is missing on the second one or something similar? > In ohter words, this incoming interrupt is a reply of a previous ongoing control transfer. But in a USB side would not matter, would it? (submit_tx_command() in same file) It doesn't matter, no. The USB stack has no knowledge of that, the pipes are completely independent. A few remarks about that driver: * The files need a _serious_ review concerning coding style * There is a synchronous submit_request() method you might want to use for sending commands. I don't know if it makes sense, just mentioning it in case you haven't seen it. * You may want to think about locking the device structures you are accessing from the completed hooks as you really never know when these are going to be called and when your other threads (from which you schedule the transfers) are preempted. Right now it looks like non-vital data, but always keep in mind that the thread where you schedule the transfer might be preempted right after scheduling, possibly leading to the hook being called before you return from your submit function. So you must always make sure that whatever the hook triggers is prepared for this situation. * In a similar note, everything you do from that hook will block all other USB transfers on the same controller, be they outgoing or incoming. It is therefore vital that the hooks are processed as quickly as possible. You could look at them like interrupt handlers. Therefore, if there is any heavy stuff going on you must employ a DPC to handle the work in a separate thread. Otherwise you will degrade performance and may trigger timeouts for other devices. Accordingly you must also never block in such a handler, or call functions that may block. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 00:24:10 2009 From: trac at haiku-os.org (mmlr) Date: Tue, 25 Aug 2009 22:24:10 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.17eea520a91e5b51d6ec95cc32869d4f@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): Just realizing that BTW: The max packet size that is reported for the endpoint is only the max packet size the device can transfer per one USB transaction. This has no influence or meaning outside of USB. Meaning that if there is a max packet size of 8 bytes this does by no means mean that you can or should only schedule 8 bytes at a time. The only thing it means is that if you schedule more bytes that those it will (internally) split these up into multiple USB packets. With that context, is it possible that the event you are receiving simply doesn't fit into that buffer? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 00:37:54 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Tue, 25 Aug 2009 22:37:54 -0000 Subject: [Haiku-bugs] [Haiku] #3649: Patch with more mime types In-Reply-To: <041.0bdeff3a5ce284aab9ab7dcc45a90f0e@haiku-os.org> References: <041.0bdeff3a5ce284aab9ab7dcc45a90f0e@haiku-os.org> Message-ID: <050.253ea9c797e12f2eeb36500b334939e1@haiku-os.org> #3649: Patch with more mime types -------------------------------+-------------------------------------------- Reporter: ekdahl | Owner: jonas.kirilla Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Changes (by jonas.kirilla): * status: new => closed * resolution: => fixed Comment: Applied in r32677 and r32678. Thanks! Let me know if there's anything you'd like to change. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 00:59:06 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 25 Aug 2009 22:59:06 -0000 Subject: [Haiku-bugs] [Haiku] #4343: Debugger's console output frequently deadlocks Terminal In-Reply-To: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> References: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> Message-ID: <053.bf5cb6ccba0e204c22314debe3f8b51a@haiku-os.org> #4343: Debugger's console output frequently deadlocks Terminal -----------------------------------+---------------------------------------- Reporter: anevilyak | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by anevilyak): As requested: {{{ PANIC: Keyboard Requested Halt. Welcome to Kernel Debugging Land... Thread 2 "idle thread 2" running on CPU 0 kdebug> teams team id parent name 0x811b0990 62 0x811b0198 app_server 0x811b0198 1 0x00000000 kernel_team 0x8146e4c8 250 0x8146e330 sh 0x81272330 95 0x811b0198 Deskbar 0x81272660 97 0x811b0198 media_server 0x812727f8 98 0x811b0198 midi_server 0x81272b28 100 0x811b0198 print_server 0x81272cc0 132 0x81272660 media_addon_server 0x81272e58 102 0x811b0198 cddb_daemon 0x81272000 543 0x8146e4c8 Debugger 0x8146e000 546 0x81272000 Tracker 0x811b0b28 81 0x811b0198 syslog_daemon 0x811b04c8 53 0x811b0198 registrar 0x812724c8 209 0x811b0198 Vision 0x81272198 85 0x811b0990 input_server 0x8146e660 461 0x8146e4c8 infopopper_server 0x8146e330 246 0x812724c8 Terminal 0x811b0660 60 0x811b0198 debug_server 0x811b07f8 61 0x811b0198 net_server kdebug> threads 246 thread id state wait for object cpu pri stack team name 0x90117000 251 waiting sem 4068 - 10 0x913b2000 246 PtyReader 0x900ab800 252 waiting sem 4067 - 15 0x913b6000 246 EscParse 0x9012f000 253 waiting cvar 0x913bdbe0 - 15 0x913ba000 246 w>Terminal 1 0x90116800 246 waiting sem 3971 - 10 0x913a2000 246 Terminal kdebug> sem 4068 SEM: 0x8f995ba0 id: 4068 (0xfe4) name: 'pty_locker_sem' owner: 246 count: -1 queue: 251 last acquired by: 251 kdebug> sem 4067 SEM: 0x8f995b78 id: 4067 (0xfe3) name: 'pty_reader_sem' owner: 246 count: -1 queue: 252 last acquired by: 252 kdebug> cvar 0x913bdbe0 condition variable 0x913bdbe0 object: 0x913bddbc (tty request) threads: 253 kdebug> bt 251 stack trace for thread 251 "PtyReader" kernel stack: 0x913b2000 to 0x913b6000 user stack: 0x70000000 to 0x70040000 frame caller :function + offset 0 913b5e84 (+ 64) 8005ff17 affine_reschedule() + 0x039c 1 913b5ec4 (+ 80) 8004ef43 :switch_sem_etc + 0x054a 2 913b5f14 (+ 48) 8004f0a4 :_user_acquire_sem + 0x0019 3 913b5f44 (+ 100) 800cbaf1 :handle_syscall + 0x00be user iframe at 0x913b5fa8 (end = 0x913b6000) eax 0xb ebx 0x7f2808 ecx 0x7003f740 edx 0xffff0114 esi 0x18056e50 edi 0x800 ebp 0x7003f75c esp 0x913b5fdc eip 0xffff0114 eflags 0x212 user esp 0x7003f740 vector: 0x63, error code: 0x0 4 913b5fa8 (+ 0) ffff0114 :commpage_syscall + 0x0004 5 7003f75c (+2112) 00221132 <_APP_> TermParse<0x18056e50>::PtyReader() + 0x005c 6 7003ff9c (+ 32) 002212b3 <_APP_> TermParse<0x18056e50>::_ptyreader_thread(void*: NULL) + 0x001b 7 7003ffbc (+ 32) 0075808d :_thread_do_exit_notification (nearest) + 0x007a 8 7003ffdc (+ 0) 7003ffec 3632:PtyReader_251_stack at 0x70000000 + 0x3ffec kdebug> bt 252 stack trace for thread 252 "EscParse" kernel stack: 0x913b6000 to 0x913ba000 user stack: 0x70041000 to 0x70081000 frame caller :function + offset 0 913b9e84 (+ 64) 8005ff17 affine_reschedule() + 0x039c 1 913b9ec4 (+ 80) 8004ef43 :switch_sem_etc + 0x054a 2 913b9f14 (+ 48) 8004f0a4 :_user_acquire_sem + 0x0019 3 913b9f44 (+ 100) 800cbaf1 :handle_syscall + 0x00be user iframe at 0x913b9fa8 (end = 0x913ba000) eax 0xb ebx 0x7f2808 ecx 0x70080c90 edx 0xffff0114 esi 0x18056e50 edi 0x0 ebp 0x70080cac esp 0x913b9fdc eip 0xffff0114 eflags 0x212 user esp 0x70080c90 vector: 0x63, error code: 0x0 4 913b9fa8 (+ 0) ffff0114 :commpage_syscall + 0x0004 5 70080cac (+ 48) 00220ecd <_APP_> TermParse<0x18056e50>::_ReadParserBuffer() + 0x004d 6 70080cdc (+ 704) 0022183c <_APP_> TermParse<0x18056e50>::EscParse() + 0x00a2 7 70080f9c (+ 32) 00222859 <_APP_> TermParse<0x18056e50>::_escparse_thread(void*: NULL) + 0x001b 8 70080fbc (+ 32) 0075808d :_thread_do_exit_notification (nearest) + 0x007a 9 70080fdc (+ 0) 70080fec 3634:EscParse_252_stack at 0x70041000 + 0x3ffec kdebug> bt 253 stack trace for thread 253 "w>Terminal 1" kernel stack: 0x913ba000 to 0x913be000 user stack: 0x70082000 to 0x700c2000 frame caller :function + offset 0 913bdaf4 (+ 64) 8005ff17 affine_reschedule() + 0x039c 1 913bdb34 (+ 32) 80059693 :thread_block_with_timeout_locked + 0x011f 2 913bdb54 (+ 64) 8003cb44 ConditionVariableEntry<0x913bdbcc>::Wait(uint32: 0x9 (9), int64: 9223372036854775807) + 0x00d2 3 913bdb94 (+ 112) 8079c61b RequestOwner<0x913bddbc>::Wait(true, int64: 9223372036854775807) + 0x00d5 4 913bdc04 (+ 64) 8079da70 WriterLocker<0x913bddac>::AcquireWriter(false, uint32: 0x0 (0)) + 0x012e 5 913bdc44 (+ 480) 8079e02e tty_write_to_tty_master(tty_cookie*: 0x81469e20, void const*: 0x18155892, unsigned long*: 0x913bdf30) + 0x0189 6 913bde24 (+ 32) 8079f31a master_write(void*: 0x81469e20, int64: 40347773, void const*: 0x18155892, unsigned long*: 0x913bdf30) + 0x0021 7 913bde44 (+ 80) 80079585 devfs_write(fs_volume*: 0x811b59b0, fs_vnode*: 0x8146b6e8, void*: 0x811feaa0, int64: 40347773, void const*: 0x18155892, unsigned long*: 0x913bdf30) + 0x00af 8 913bde94 (+ 64) 8009903b file_write(file_descriptor*: 0x81454e10, int64: 40347773, void const*: 0x18155892, unsigned long*: 0x913bdf30) + 0x0053 9 913bded4 (+ 80) 80091767 common_user_io(int32: 404052114, int64: 4294967296, void*: 0x9012f000, uint32: 0x913bdfa8, true) + 0x0109 10 913bdf24 (+ 32) 80091803 :_user_write + 0x001c 11 913bdf44 (+ 100) 800cbaf1 :handle_syscall + 0x00be user iframe at 0x913bdfa8 (end = 0x913be000) eax 0x85 ebx 0x7f2808 ecx 0x700c1b90 edx 0xffff0114 esi 0x18155892 edi 0x18155892 ebp 0x700c1bbc esp 0x913bdfdc eip 0xffff0114 eflags 0x212 user esp 0x700c1b90 vector: 0x63, error code: 0x0 12 913bdfa8 (+ 0) ffff0114 :commpage_syscall + 0x0004 13 700c1bbc (+ 32) 0021de89 <_APP_> Shell<0x18021820>::Write(void const*: 0x18155892, uint32: 0x1 (1)) + 0x0031 14 700c1bdc (+ 144) 00225a84 <_APP_> TermView<0x18029de8>::KeyDown(char const*: 0x18155892 "a", int32: 1) + 0x046c 15 700c1c6c (+ 720) 0039b745 BWindow<0x1802a040>::DispatchMessage(BMessage*: 0x1800fd70, BHandler*: 0x18029de8) + 0x0d39 16 700c1f3c (+ 96) 00397f3f BWindow<0x1802a040>::task_looper() + 0x0277 17 700c1f9c (+ 32) 002e80b4 BLooper<0x1802a040>::_task0_(void*: NULL) + 0x0030 18 700c1fbc (+ 32) 0075808d :_thread_do_exit_notification (nearest) + 0x007a 19 700c1fdc (+ 0) 700c1fec 3649:w>Terminal 1_253_stack at 0x70082000 + 0x3ffec kdebug> }}} Let me know what else you need please. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 01:11:48 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 25 Aug 2009 23:11:48 -0000 Subject: [Haiku-bugs] [Haiku] #4285: emuxki goes dead after media server restart In-Reply-To: <044.67ffb7957336a8b7433c6ac2e9062e5c@haiku-os.org> References: <044.67ffb7957336a8b7433c6ac2e9062e5c@haiku-os.org> Message-ID: <053.08b7ffce9d2694a9256a096f414ac472@haiku-os.org> #4285: emuxki goes dead after media server restart ---------------------------+------------------------------------------------ Reporter: anevilyak | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by anevilyak): log from media_server after such a restart: {{{ BMessage(0x0) { be:_default = int32(0xfffffffe or -2) be:_addon_id = int32(0x5 or 5) be:_internal_id = int32(0x0 or 0) be:_input_id = int32(0x0 or 0) be:_flavor_name = string("Emuxki SB Live 5.1", 19 bytes) be:_path = string("/boot/system/add- ons/media/hmulti_audio.media_addon", 52 bytes) } BMessage(0x0) { be:_default = int32(0xffffffff or -1) be:_addon_id = int32(0x5 or 5) be:_internal_id = int32(0x0 or 0) be:_input_id = int32(0x0 or 0) be:_flavor_name = string("Emuxki SB Live 5.1", 19 bytes) be:_path = string("/boot/system/add- ons/media/hmulti_audio.media_addon", 52 bytes) } couldn't find MediaAddonServerPort NodeManager::RegisterAddon: ref-name "cortex_audioadapter.media_addon", assigning id 1 NodeManager::AddDormantFlavorInfo, addon-id 1, flavor-id 0, name "AudioAdapter", flavor-name "AudioAdapter", flavor-info "AudioAdapter (generic raw-audio format conversion). by Eric Moon (8 September 1999)" NodeManager::RegisterAddon: ref-name "cortex_flanger.media_addon", assigning id 2 NodeManager::AddDormantFlavorInfo, addon-id 2, flavor-id 0, name "Flanger", flavor-name "Flanger", flavor-info "An add-on version of FlangerNode. by Eric Moon (16 June, 1999)" NodeManager::RegisterAddon: ref-name "dvb.media_addon", assigning id 3 DVB: DVBMediaAddon::WantsAutoStart - NO NodeManager::RegisterAddon: ref-name "firewire_dv.media_addon", assigning id 4 NodeManager::RegisterAddon: ref-name "hmulti_audio.media_addon", assigning id 5 fSettings BMessage(0x0) { } NodeManager::AddDormantFlavorInfo, addon-id 5, flavor-id 0, name "Emuxki SB Live 5.1", flavor-name "Emuxki SB Live 5.1", flavor-info "The MultiAudioNode node outputs to multi_audio drivers." NodeManager::RegisterAddon: ref-name "mixer.media_addon", assigning id 6 NodeManager::AddDormantFlavorInfo, addon-id 6, flavor-id 0, name "Audio Mixer (Haiku)", flavor-name "Audio Mixer (Haiku)", flavor-info "Haiku Audio Mixer media addon" NodeManager::RegisterAddon: ref-name "opensound.media_addon", assigning id 7 NodeManager::RegisterAddon: ref-name "tone_producer_demo.media_addon", assigning id 8 NodeManager::AddDormantFlavorInfo, addon-id 8, flavor-id 0, name "Demo Audio Producer", flavor-name "Demo Audio Producer", flavor-info "An add-on version of the ToneProducer node. See the Be Developer Newsletter: 2 June, 1999 adapted by Eric Moon (4 June, 1999)" NodeManager::RegisterAddon: ref-name "usb_webcam.media_addon", assigning id 9 NodeManager::RegisterAddon: ref-name "video_producer_demo.media_addon", assigning id 10 NodeManager::AddDormantFlavorInfo, addon-id 10, flavor-id 0, name "Demo Video Producer", flavor-name "Demo Video Producer", flavor-info "Demo Video Producer" NodeManager::RegisterAddon: ref-name "video_window_demo.media_addon", assigning id 11 NodeManager::AddDormantFlavorInfo, addon-id 11, flavor-id 0, name "VideoWindow Consumer", flavor-name "VideoWindow Consumer", flavor-info "This node displays a simple video window" MediaAddonServer::InstantiatePhysialInputsAndOutputs: "Emuxki SB Live 5.1" is a physical input/output BMediaRoster::InstantiateDormantNode: addon-id 5, flavor_id 0, flags 0x0 ### BMediaRosterEx::LoadNodeConfiguration should load addon-id 5, flavor- id 0 config NOW! BMediaEventLooper: SchedulingLatency is 0 Node created! trying autostart of node 6, index 0 started node 0 BMediaEventLooper: SchedulingLatency is 0 BMediaEventLooper: SchedulingLatency is 0 DefaultManager::RescanThread() enter QueryPort: write_port failed, msgcode 0x101, port -222, error 0x80001200 (Bad port ID) Couldn't find physical video output node Couldn't find physical audio output node Couldn't find physical video input node Couldn't find physical audio input node Default audio mixer node created Default DAC timesource created! DefaultManager: Trying connect in native format (1) DefaultManager: GetFormatFor failed DefaultManager: Trying connect in format 1 BMediaRoster::Connect connection established! TimeSourceObject::DeleteHook enter BMediaRoster::ReleaseNode, trying to release reference counting disabled timesource, node 1, port 680039, team 269 TimeSourceObject::DeleteHook leave BTimeSource::DirectAddMe should not add itself to slave nodes TimeSourceObject::DeleteHook enter BMediaRoster::ReleaseNode, trying to release reference counting disabled timesource, node 2, port 688246, team 262 TimeSourceObject::DeleteHook leave BMediaRoster::ReleaseNode, trying to release reference counting disabled timesource, node 2, port 688246, team 262 DefaultManager::RescanThread() leave AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/aiff_reader" AddOnManager::_RegisterReader, name aiff_reader AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/ape_reader" AddOnManager::_RegisterReader, name ape_reader AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/asf_reader" AddOnManager::_RegisterReader, name asf_reader AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/au_reader" AddOnManager::_RegisterReader, name au_reader AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/avi_reader" AddOnManager::_RegisterReader, name avi_reader AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/ffmpeg" AddOnManager::_RegisterReader, name ffmpeg AddOnManager::_RegisterDecoder, name ffmpeg AddOnManager::_RegisterWriter, name ffmpeg AddOnManager::_RegisterEncoder, name ffmpeg AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/matroska" AddOnManager::_RegisterReader, name matroska AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/mov_reader" AddOnManager::_RegisterReader, name mov_reader AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/mp3_decoder" AddOnManager::_RegisterDecoder, name mp3_decoder AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/mp3_reader" AddOnManager::_RegisterReader, name mp3_reader AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/mp4_reader" AddOnManager::_RegisterReader, name mp4_reader AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/musepack" AddOnManager::_RegisterReader, name musepack AddOnManager::_RegisterDecoder, name musepack AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/ogg" AddOnManager::_RegisterReader, name ogg AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/raw_decoder" AddOnManager::_RegisterDecoder, name raw_decoder AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/speex" AddOnManager::_RegisterDecoder, name speex AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/vorbis" AddOnManager::_RegisterDecoder, name vorbis AddOnManager::_RegisterAddOn(): trying to load "/boot/system/add- ons/media/plugins/wav_reader" AddOnManager::_RegisterReader, name wav_reader FormatManager::GetFormats(): put 160 formats into message AddOnManager::GetDecoderForFormat: searching decoder for encoding 1140 AddOnManager::GetDecoderForFormat: found decoder mp3_decoder for encoding 1140 AudioMixer::GetLatencyFor 21332, timesource is 2 }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 01:13:37 2009 From: trac at haiku-os.org (anevilyak) Date: Tue, 25 Aug 2009 23:13:37 -0000 Subject: [Haiku-bugs] [Haiku] #4285: emuxki goes dead after media server restart In-Reply-To: <044.67ffb7957336a8b7433c6ac2e9062e5c@haiku-os.org> References: <044.67ffb7957336a8b7433c6ac2e9062e5c@haiku-os.org> Message-ID: <053.02f8bbc10ab330ccc1dd6484ed75e58d@haiku-os.org> #4285: emuxki goes dead after media server restart ---------------------------+------------------------------------------------ Reporter: anevilyak | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Audio | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by anevilyak): Serial log starting from quitting media_server to restarting server, starting media player, and attempting to play an mp3 (which appeared to play as if at ~30x speed, though no audio was actually produced): {{{ emuxki: close() emuxki: free() emuxki: emuxki_stream_halt emuxki: emuxki_voice_halt emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer state : 1 emuxki: emuxki_stream_halt emuxki: emuxki_voice_halt emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer state : 1 emuxki: emuxki_voice_halt emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer state : 1 emuxki: emuxki_voice_halt emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer state : 1 emuxki: emuxki_voice_halt emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer written (old 256, new 0) emuxki: emuxki_resched_timer : timer disabled emuxki: emuxki_resched_timer state : 0 emuxki: emuxki_stream_halt emuxki: emuxki_voice_halt emuxki: emuxki_stream_halt emuxki: emuxki_voice_halt emuxki: emuxki_stream_delete emuxki: emuxki_stream_halt emuxki: emuxki_voice_halt emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer state : 0 emuxki: emuxki_mem_free 1 emuxki: emuxki_mem_free 2 Last message repeated 6 times. emuxki: emuxki_mem_free 3 emuxki: mem_size : 4096 emuxki: freeing mem emuxki: emuxki_stream_delete emuxki: emuxki_stream_halt emuxki: emuxki_voice_halt emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer state : 0 emuxki: emuxki_voice_halt emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer state : 0 emuxki: emuxki_voice_halt emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer state : 0 emuxki: emuxki_voice_halt emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer state : 0 emuxki: emuxki_mem_free 1 emuxki: emuxki_mem_free 2 Last message repeated 2 times. emuxki: emuxki_mem_free 3 emuxki: mem_size : 2048 emuxki: freeing mem emuxki: emuxki_mem_free 1 emuxki: emuxki_mem_free 2 Last message repeated 2 times. emuxki: emuxki_mem_free 3 emuxki: mem_size : 2048 emuxki: freeing mem emuxki: emuxki_mem_free 1 emuxki: emuxki_mem_free 2 Last message repeated 2 times. emuxki: emuxki_mem_free 3 emuxki: mem_size : 2048 emuxki: freeing mem emuxki: emuxki_mem_free 1 emuxki: emuxki_mem_free 2 Last message repeated 2 times. emuxki: emuxki_mem_free 3 emuxki: mem_size : 2048 emuxki: freeing mem emuxki: emuxki_stream_delete emuxki: emuxki_stream_halt emuxki: emuxki_voice_halt emuxki: emuxki_mem_free 1 emuxki: emuxki_mem_free 2 emuxki: emuxki_mem_free 2 emuxki: emuxki_mem_free 3 emuxki: freeing mem emuxki: emuxki_stream_delete emuxki: emuxki_stream_halt emuxki: emuxki_voice_halt emuxki: emuxki_mem_free 1 emuxki: emuxki_mem_free 2 emuxki: emuxki_mem_free 3 emuxki: freeing mem emuxki: open() emuxki: open() got card emuxki: voice_new emuxki: emuxki_stream_new Last message repeated 3 times. emuxki: voice_setaudio emuxki: emuxki_stream_set_audioparms emuxki: emuxki_voice_new emuxki: emuxki_pmem_alloc : numblocks : 1 emuxki: emuxki_pmem_alloc : 0 emuxki: emuxki_pmem_alloc : j == numblocks 1 emuxki: allocating 4096 bytes for emuxki buffer emuxki: area = 3443, size = 4096, log = 0X91331000, phy = 0XFC3E000 emuxki: emuxki_pmem_alloc : j == numblocks emuxki_mem_new ok emuxki: emuxki_pmem_alloc : j == numblocks returning emuxki: emuxki_stream_set_audioparms emuxki: emuxki_voice_new emuxki: emuxki_pmem_alloc : numblocks : 1 emuxki: emuxki_pmem_alloc : 0 emuxki: emuxki_pmem_alloc : 1 emuxki: emuxki_pmem_alloc : j == numblocks 1 emuxki: allocating 2048 bytes for emuxki buffer emuxki: area = 3444, size = 4096, log = 0X91332000, phy = 0XFC3F000 emuxki: emuxki_pmem_alloc : j == numblocks emuxki_mem_new ok emuxki: emuxki_pmem_alloc : j == numblocks returning emuxki: emuxki_voice_new emuxki: emuxki_pmem_alloc : numblocks : 1 emuxki: emuxki_pmem_alloc : 0 emuxki: emuxki_pmem_alloc : 1 emuxki: emuxki_pmem_alloc : 2 emuxki: emuxki_pmem_alloc : j == numblocks 1 emuxki: allocating 2048 bytes for emuxki buffer emuxki: area = 3445, size = 4096, log = 0X91333000, phy = 0XFC4A000 emuxki: emuxki_pmem_alloc : j == numblocks emuxki_mem_new ok emuxki: emuxki_pmem_alloc : j == numblocks returning emuxki: emuxki_voice_new emuxki: emuxki_pmem_alloc : numblocks : 1 emuxki: emuxki_pmem_alloc : 0 emuxki: emuxki_pmem_alloc : 1 emuxki: emuxki_pmem_alloc : 2 emuxki: emuxki_pmem_alloc : 3 emuxki: emuxki_pmem_alloc : j == numblocks 1 emuxki: allocating 2048 bytes for emuxki buffer emuxki: area = 3446, size = 4096, log = 0X91338000, phy = 0XFC4B000 emuxki: emuxki_pmem_alloc : j == numblocks emuxki_mem_new ok emuxki: emuxki_pmem_alloc : j == numblocks returning emuxki: emuxki_voice_new emuxki: emuxki_pmem_alloc : numblocks : 1 emuxki: emuxki_pmem_alloc : 0 emuxki: emuxki_pmem_alloc : 1 emuxki: emuxki_pmem_alloc : 2 emuxki: emuxki_pmem_alloc : 3 emuxki: emuxki_pmem_alloc : 4 emuxki: emuxki_pmem_alloc : j == numblocks 1 emuxki: allocating 2048 bytes for emuxki buffer emuxki: area = 3447, size = 4096, log = 0X91339000, phy = 0XFC4C000 emuxki: emuxki_pmem_alloc : j == numblocks emuxki_mem_new ok emuxki: emuxki_pmem_alloc : j == numblocks returning emuxki: emuxki_stream_set_audioparms emuxki: emuxki_voice_new emuxki: allocating 4096 bytes for emuxki buffer emuxki: area = 3448, size = 4096, log = 0X9133A000, phy = 0XFC4D000 emuxki: emuxki_stream_set_audioparms emuxki: emuxki_voice_new emuxki: allocating 4096 bytes for emuxki buffer emuxki: area = 3449, size = 4096, log = 0X9133B000, phy = 0XFC55000 emuxki: emuxki_stream_set_recparms emuxki: emuxki_stream_set_recparms emuxki: emuxki_stream_commit_parms Last message repeated 2 times. emuxki: emuxki_voice_commit_parms idx_reg : 100 emuxki: emuxki_stream_commit_parms emuxki: emuxki_voice_commit_parms idx_reg : 101 emuxki: B_MULTI_GET_DESCRIPTION emuxki: request_channel_count = 32 emuxki: copying data emuxki: B_MULTI_GET_ENABLED_CHANNELS emuxki: B_MULTI_SET_ENABLED_CHANNELS emuxki: set_enabled_channels 0 : enabled emuxki: set_enabled_channels 1 : enabled emuxki: set_enabled_channels 2 : enabled emuxki: set_enabled_channels 3 : enabled emuxki: B_MULTI_SET_GLOBAL_FORMAT emuxki: B_MULTI_GET_GLOBAL_FORMAT emuxki: B_MULTI_GET_BUFFERS emuxki: flags = 0x0 emuxki: request_playback_buffers = 0x20 emuxki: request_playback_channels = 0x6 emuxki: request_playback_buffer_size = 0x0 emuxki: request_record_buffers = 0x20 emuxki: request_record_channels = 0x4 emuxki: request_record_buffer_size = 0x0 emuxki: emuxki_stream_get_nth_buffer Last message repeated 19 times. emuxki: B_MULTI_LIST_MIX_CONTROLS emuxki: name : Record emuxki: name : Master emuxki: name : PCM Out emuxki: name : CD emuxki: name : Aux In emuxki: name : TAD emuxki: name : Mic emuxki: name : Line In emuxki: name : Center/Lfe emuxki: multi->control_count 97 emuxki: emuxki_stream_start emuxki: emuxki_voice_start emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer : timer enabled emuxki: emuxki_resched_timer state : 1 emuxki: emuxki_stream_start emuxki: emuxki_voice_start emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer state : 1 emuxki: emuxki_voice_start emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer state : 1 emuxki: emuxki_voice_start emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer state : 1 emuxki: emuxki_voice_start emuxki: emuxki_resched_timer begin emuxki: emuxki_resched_timer state : 1 emuxki: emuxki_stream_start emuxki: emuxki_voice_start emuxki: emuxki_voice_start adccr_value : 0 emuxki: emuxki_voice_start adccr_value : 24, 24 emuxki: emuxki_stream_start emuxki: emuxki_voice_start register_domain(9, unix) emuxki: Got unhandled interrupt heap_add_area: area 3974 added to large heap 0x81e62ccc - usable range 0x91801000 - 0x91c00000 runtime_loader: Cannot open file /boot/apps/BeZillaBrowser/libnssckbi.so: No such file or directory runtime_loader: Cannot open file /boot/home/config/settings/Mozilla/Firefox/Profiles/sy83m4h8.default/libnssckbi.so: No such file or directory runtime_loader: Cannot open file /boot/apps/BeZillaBrowser/libnssckbi.so: No such file or directory runtime_loader: Cannot open file /boot/apps/BeZillaBrowser/libnssckbi.so: No such file or directory emuxki: Got unhandled interrupt emuxki: Got unhandled interrupt }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 01:56:27 2009 From: trac at haiku-os.org (leavengood) Date: Tue, 25 Aug 2009 23:56:27 -0000 Subject: [Haiku-bugs] [Haiku] #4104: Occasional debugger call from Observable class destructor when Icon-O-Matic is quit In-Reply-To: <045.62afb4c4a34a455d442483906f35f6e7@haiku-os.org> References: <045.62afb4c4a34a455d442483906f35f6e7@haiku-os.org> Message-ID: <054.e365c92c10f4b883eeb32f49a782e9f1@haiku-os.org> #4104: Occasional debugger call from Observable class destructor when Icon-O-Matic is quit ---------------------------------------+------------------------------------ Reporter: leavengood | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Icon-O-Matic | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------+------------------------------------ Comment(by leavengood): Hi korli, That is good to see I'm not alone in seeing this. Unfortunately I only see it occasionally and I haven't yet figured out what a reproducable test case is (mostly because I'm just trying to use IOM to make icons and am not just testing it.) Do you have such a test case? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 02:03:01 2009 From: trac at haiku-os.org (bonefish) Date: Wed, 26 Aug 2009 00:03:01 -0000 Subject: [Haiku-bugs] [Haiku] #4343: Debugger's console output frequently deadlocks Terminal In-Reply-To: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> References: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> Message-ID: <053.1d997ca9139b6fbc798950cc8ba5687a@haiku-os.org> #4343: Debugger's console output frequently deadlocks Terminal -----------------------------------+---------------------------------------- Reporter: anevilyak | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by bonefish): My recollection was not quite correct. The buffer shared by PtyReader and EscParse thread is not protected by a lock; both use atomic operations instead. There are two semaphores though: One the PtyReader waits on when the buffer is full and one the EscParse thread waits on when the buffer is empty. Interestingly both threads wait on their respective semaphore, which means the buffer is in a superposed quantum state: both empty and full at the same time. Well, or there's a logical bug in the code. ;-) Apparently some key has been pressed which caused the window thread to write something to the TTY. Since it is in echo mode by default and the TTY master buffer is full, this thread also blocks. I guess writing to the TTY in the window thread is something one shouldn't do anyway, since even under normal circumstances the thread will block when the TTY client buffer is full (e.g. when the client doesn't read its stdin). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 02:07:39 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 26 Aug 2009 00:07:39 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.434f60d9865d98a064264f4a77d0016c@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): Could you please try r32680? This could very well fix the issues seen here. My above comment is still valid though and the use of the max packet size field should be reviewed in any case. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 03:56:30 2009 From: trac at haiku-os.org (anevilyak) Date: Wed, 26 Aug 2009 01:56:30 -0000 Subject: [Haiku-bugs] [Haiku] #4343: Debugger's console output frequently deadlocks Terminal In-Reply-To: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> References: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> Message-ID: <053.daf41b6f122eb001f9f255352f04b1ac@haiku-os.org> #4343: Debugger's console output frequently deadlocks Terminal -----------------------------------+---------------------------------------- Reporter: anevilyak | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by anevilyak): So, need any further information to analyze the problem, or is that enough to work with for now? For me at least, building with the following rules: {{{ SetConfigVar DEBUG : HAIKU_TOP src kits : 1 : global ; SetConfigVar DEBUG : HAIKU_TOP src apps tracker : 1 : global ; }}} And then installing the resulting libbe, libtracker and Tracker, followed by /boot/system/apps/Debugger /system/Tracker (after quitting the running instance of Tracker) reproduces this bug with about an 80% success rate. One step I forgot though: after the debugger's output spontaneously stops (it's obvious it's not actually done since the Debugger doesn't jump into the state where it shows source and is ready to hit the Run button on the initial thread), the cursor still blinks, ergo the window thread isn't yet deadlocked. Typing a letter in the Terminal however does not echo back and results in the deadlock situation seen above. Sorry I'd forgotten to mention that earlier, though I doubt it makes much difference. Let me know if you need any further data to analyze this one. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 04:01:11 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Wed, 26 Aug 2009 02:01:11 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.08da9a9178bea522ec3d2c75db983c49@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: high | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by marcusoverhagen): Can you please test the selection_patch.diff ? thanks. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 06:04:44 2009 From: trac at haiku-os.org (ekdahl) Date: Wed, 26 Aug 2009 04:04:44 -0000 Subject: [Haiku-bugs] [Haiku] #3649: Patch with more mime types In-Reply-To: <041.0bdeff3a5ce284aab9ab7dcc45a90f0e@haiku-os.org> References: <041.0bdeff3a5ce284aab9ab7dcc45a90f0e@haiku-os.org> Message-ID: <050.ce52b7b894a8f37a4e21d2371e9fe4f1@haiku-os.org> #3649: Patch with more mime types -------------------------------+-------------------------------------------- Reporter: ekdahl | Owner: jonas.kirilla Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Kits/Storage Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -------------------------------+-------------------------------------------- Comment(by ekdahl): Great, thank you! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 08:32:20 2009 From: trac at haiku-os.org (jackburton) Date: Wed, 26 Aug 2009 06:32:20 -0000 Subject: [Haiku-bugs] [Haiku] #4344: GLteapot hangs after resizing (Haiku revision: 32645) In-Reply-To: <042.217a66ec99bd847078b63b64edc0fccc@haiku-os.org> References: <042.217a66ec99bd847078b63b64edc0fccc@haiku-os.org> Message-ID: <051.9f45f1c0227f8231ee242f4758123209@haiku-os.org> #4344: GLteapot hangs after resizing (Haiku revision: 32645) ------------------------+--------------------------------------------------- Reporter: rudolfc | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: - General | Version: R1 development Resolution: duplicate | Blockedby: Platform: All | Blocking: ------------------------+--------------------------------------------------- Changes (by jackburton): * status: new => closed * resolution: => duplicate Comment: Hi Rudolf. BDirectWindow is currently broken. I'm working on it. Dup of #4311. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 09:02:27 2009 From: trac at haiku-os.org (axeld) Date: Wed, 26 Aug 2009 07:02:27 -0000 Subject: [Haiku-bugs] [Haiku] #2617: seekdir and telldir not implemented In-Reply-To: <042.e342356d7a278e7db074f37a72463850@haiku-os.org> References: <042.e342356d7a278e7db074f37a72463850@haiku-os.org> Message-ID: <051.d12202fca58df72947bfedec215d2453@haiku-os.org> #2617: seekdir and telldir not implemented --------------------------------+------------------------------------------- Reporter: kaliber | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/libroot.so | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: Implemented in r32679. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 09:07:02 2009 From: trac at haiku-os.org (stippi) Date: Wed, 26 Aug 2009 07:07:02 -0000 Subject: [Haiku-bugs] [Haiku] #2807: editing icons in the Leaf menu In-Reply-To: <049.91076a5a4b4c64022d6dd2ce2d798726@haiku-os.org> References: <049.91076a5a4b4c64022d6dd2ce2d798726@haiku-os.org> Message-ID: <058.c729002352abff4ab5d8ad6b26f4f835@haiku-os.org> #2807: editing icons in the Leaf menu -----------------------------------+---------------------------------------- Reporter: the ringmaster | Owner: axeld Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications/Deskbar | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Comment(by stippi): You're right it's not so easy. I thought you could invoke FileTypes on links, but you can't, it will also point to the original file. Which, most of the time, is probably what you want... You should be able to copyattr the icon attribute, but I agree it's not user-friendly at all. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 09:20:48 2009 From: trac at haiku-os.org (stippi) Date: Wed, 26 Aug 2009 07:20:48 -0000 Subject: [Haiku-bugs] [Haiku] #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 In-Reply-To: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> References: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> Message-ID: <052.a0c97079367e872b7f7cf4af3aac316b@haiku-os.org> #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 --------------------------------------+------------------------------------- Reporter: Luposian | Owner: rudolfc Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by stippi): Replying to [comment:15 rudolfc]: > BTW VESA doesn't support WS modes, that's why the icons screen will never appear in your native resolution. Haiku once booted with nvidia driver, should support the native resolution though.. That's not entirely correct, since the VESA BIOS *may* contain WS modes. That's the case on my GTX285 by Club3D (it depends on the vendor), it contains for example 1920x1200x32, which gives me the boot screen in the native resolution. My other nVidea board does not have WS screens in the VESA BIOS, while my old 8800GTX did contain 1920x1200, but only at 8bpp. So it really depends on the vendor, but this info is not easily available (or not at all), before you purchase a graphics board. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 10:59:12 2009 From: trac at haiku-os.org (axeld) Date: Wed, 26 Aug 2009 08:59:12 -0000 Subject: [Haiku-bugs] [Haiku] #4342: Add Installer to CD desktop and Deskbar menu In-Reply-To: <048.7e46dabad4d16a45450c798bb3ab2b14@haiku-os.org> References: <048.7e46dabad4d16a45450c798bb3ab2b14@haiku-os.org> Message-ID: <057.990789f34a28e10b920011dd38e60cbd@haiku-os.org> #4342: Add Installer to CD desktop and Deskbar menu -----------------------------+---------------------------------------------- Reporter: jonas.kirilla | Owner: stippi Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------+---------------------------------------------- Changes (by axeld): * status: new => closed * resolution: => fixed Comment: I've put Installer on the Desktop, and in Applications/ in r32686. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 11:12:48 2009 From: trac at haiku-os.org (oruizdorantes) Date: Wed, 26 Aug 2009 09:12:48 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.88182544767913bc175762778afee706@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by oruizdorantes): > So it's like the first one is too long with useless data and the second one is too short? First is too long with usefull data(even complete packet) and 0's. Second one is again with useful data, but too short 2 bytes, missing 12 more... I am able to say I miss 12 because, the incoming 2 bytes already contained information about the size. > What lengths are we talking about, These bluetooth packets on UCHI use to go from 3 to 256 bytes. And they dont use to come splitted in any way. > do they make any sense, like is the extra bytes matching what is missing on the second one or something similar? From the example I had, I could not extract any further matching. > * The files need a _serious_ review concerning coding style Feel free to comment the most appearing ones. I guess this is the Identifier rule for functions and var names(underscores), But I expected it was ok in a C file. > * You may want to think about locking the device structures [...] Yep, this is in the TODO list once the number of threads in the playground is clear. > Meaning that if there is a max packet size of 8 bytes this does by no means mean that you can or should only schedule 8 bytes at a time. The only thing it means is that if you schedule more bytes that those it will (internally) split these up into multiple USB packets. So would be fine to schedule the size just as the biggest packet I am expecting to receive? > With that context, is it possible that the event you are receiving simply doesn't fit into that buffer? I remember those interrupt endpoints use to be 16, but I have been receiving completelly in one hook buffers of 256. So being honest never understood the size parameter in the queue call, as I could get bigger or smaller buffers. Well lets wait Monni's test. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 11:56:06 2009 From: trac at haiku-os.org (jackburton) Date: Wed, 26 Aug 2009 09:56:06 -0000 Subject: [Haiku-bugs] [Haiku] #4311: BDirectWindow is broken. (was: Chart with BDirectWindow is broken.) In-Reply-To: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> References: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> Message-ID: <047.f45bf5b5a4c9c7ac026ab1e4ae1706d6@haiku-os.org> #4311: BDirectWindow is broken. ---------------------------+------------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: assigned Priority: high | Milestone: R1/alpha1 Component: Kits/Game Kit | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Changes (by jackburton): * priority: normal => high * milestone: R1 => R1/alpha1 Old description: > A new chapter of the BDirectWindow/BWindowScreen saga. :) > > 1 - Start Chart.[[BR]] > 2 - Resize its window to a bigger size.[[BR]] > 3 - Start animation (it can be "Free motion".[[BR]] > 4 - Enable display with DirectWindow. > > You will see that it is not using the entire drawing area (it seems to be > using an area that has the size of the window before it was made bigger > (but I am not 100% sure about this). Then, to make things worse, move the > window around... the animation starts being draw outside the Window. > > Also, this may ot may not be releated: Chart does not quit correctly, > getting stuck waiting for a semaphore: > > {{{ > #0 0xffff0114 in ?? () > #1 0x004e4de5 in acquire_sem_etc () from /boot/system/lib/libroot.so > #2 0x002df51e in BLooper::_LockComplete () from > /boot/system/lib/libbe.so > #3 0x002df479 in BLooper::_Lock () from /boot/system/lib/libbe.so > #4 0x002de784 in BLooper::Lock () from /boot/system/lib/libbe.so > #5 0x002d60ab in BApplication::_WindowQuitLoop () > from /boot/system/lib/libbe.so > #6 0x002d61a3 in BApplication::_QuitAllWindows () > from /boot/system/lib/libbe.so > #7 0x002d3561 in BApplication::QuitRequested () from > /boot/system/lib/libbe.so > #8 0x002dfca0 in BLooper::_QuitRequested () from > /boot/system/lib/libbe.so > #9 0x002de272 in BLooper::DispatchMessage () from > /boot/system/lib/libbe.so > #10 0x002d4ca9 in BApplication::DispatchMessage () > from /boot/system/lib/libbe.so > #11 0x002dfbf5 in BLooper::task_looper () from /boot/system/lib/libbe.so > #12 0x002d3415 in BApplication::Run () from /boot/system/lib/libbe.so > #13 0x00207b6a in main () > }}} New description: 1 - Start Chart.[[BR]] 2 - Resize its window to a bigger size.[[BR]] 3 - Start animation (it can be "Free motion".[[BR]] 4 - Enable display with DirectWindow. You will see that it is not using the entire drawing area (it seems to be using an area that has the size of the window before it was made bigger (but I am not 100% sure about this). Then, to make things worse, move the window around... the animation starts being draw outside the Window. Also Chart does not quit correctly, getting stuck waiting for a semaphore: {{{ #0 0xffff0114 in ?? () #1 0x004e4de5 in acquire_sem_etc () from /boot/system/lib/libroot.so #2 0x002df51e in BLooper::_LockComplete () from /boot/system/lib/libbe.so #3 0x002df479 in BLooper::_Lock () from /boot/system/lib/libbe.so #4 0x002de784 in BLooper::Lock () from /boot/system/lib/libbe.so #5 0x002d60ab in BApplication::_WindowQuitLoop () from /boot/system/lib/libbe.so #6 0x002d61a3 in BApplication::_QuitAllWindows () from /boot/system/lib/libbe.so #7 0x002d3561 in BApplication::QuitRequested () from /boot/system/lib/libbe.so #8 0x002dfca0 in BLooper::_QuitRequested () from /boot/system/lib/libbe.so #9 0x002de272 in BLooper::DispatchMessage () from /boot/system/lib/libbe.so #10 0x002d4ca9 in BApplication::DispatchMessage () from /boot/system/lib/libbe.so #11 0x002dfbf5 in BLooper::task_looper () from /boot/system/lib/libbe.so #12 0x002d3415 in BApplication::Run () from /boot/system/lib/libbe.so #13 0x00207b6a in main () }}} Also reproducible with the GLTeapot demo, which is also using a BDirectWindow. -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 12:19:46 2009 From: trac at haiku-os.org (monni) Date: Wed, 26 Aug 2009 10:19:46 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.ad08c3f3a1dbe41a29a27edb7f3d8a65@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by monni): Test pretty much failed as Haiku doesn't boot anymore... Hangs after last icon but before display should turn black. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 12:37:39 2009 From: trac at haiku-os.org (rudolfc) Date: Wed, 26 Aug 2009 10:37:39 -0000 Subject: [Haiku-bugs] [Haiku] #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 In-Reply-To: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> References: <043.94a9d8fd87bf5a7def568413b7b90456@haiku-os.org> Message-ID: <052.605e00ef2ef4aa48b962dfd1a9ddff37@haiku-os.org> #4074: eMachines 19" WS LCD monitor native resolution not avail. using AGP Geforce 2/3 --------------------------------------+------------------------------------- Reporter: Luposian | Owner: rudolfc Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Resolution: fixed | Blockedby: Platform: x86 | Blocking: --------------------------------------+------------------------------------- Comment(by rudolfc): Thanks for the correction Stephan. Then I should probably say that cards before the G80 (mostly) did not have WS VESA support. That in theory WS modes could be in the list I understand of course.. ;-) Since I never saw it myself yet... Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 12:40:07 2009 From: trac at haiku-os.org (rudolfc) Date: Wed, 26 Aug 2009 10:40:07 -0000 Subject: [Haiku-bugs] [Haiku] #4345: cannot mount USB sticks inserted after boot (r32645) In-Reply-To: <042.ccd9846318dfaf69684a964480309ca4@haiku-os.org> References: <042.ccd9846318dfaf69684a964480309ca4@haiku-os.org> Message-ID: <051.8b1c6efe03e0f5387b3dae67befae209@haiku-os.org> #4345: cannot mount USB sticks inserted after boot (r32645) -------------------------+-------------------------------------------------- Reporter: rudolfc | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by rudolfc): Hi, The syslog does not get any entries from plugging or unplugging the sticks. I'll doublecheck though, and try to do the mouse test. The same device indeed works if plugged before boot, but not after. Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 14:07:56 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 26 Aug 2009 12:07:56 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.9e23805f2d46e158b587a6c3a7fc45fe@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): Replying to [comment:15 oruizdorantes]: > > So it's like the first one is too long with useless data and the second one is too short? > > First is too long with usefull data(even complete packet) and 0's. > Second one is again with useful data, but too short 2 bytes, missing 12 more... I am able to say I miss 12 because, the incoming 2 bytes already contained information about the size. Yeah I guess the mixed up transfer length of the last packet would explain this totally. > > * The files need a _serious_ review concerning coding style > > Feel free to comment the most appearing ones. I guess this is the Identifier rule for functions and var names(underscores), But I expected it was ok in a C file. Take h2generic.c: 272: No spaces after "(". 273: We don't indent like that, we only indent one tab, in this case though you'd indent two because of the sub-expression "() pair" you are in, the operators "||/&&" go on the next line. 305: The only opening brace that opens on the next line is the one after the "case:" because this one has a different semantical meaning. All others go on the same line. 307: 80 chars per line. 344: Spaces after commas and operators. 369: No braces for single line blocks (ifs, loops) 370: I would avoid special characters in code (the upside down question mark isn't an ascii char). In general, variable names are supposed to be obvious, and camel cased. So "ep" -> "endPoint", "new_bt_dev" -> "newBTDevice" and all such. They are even inconsistently named, some are camel cased, some not, some are abbreviated some aren't, you get the drift. > > * You may want to think about locking the device structures [...] > > Yep, this is in the TODO list once the number of threads in the playground is clear. Through the async callbacks the thread count already is > 1, so locking already makes sense. > > Meaning that if there is a max packet size of 8 bytes this does by no means mean that you can or should only schedule 8 bytes at a time. The only thing it means is that if you schedule more bytes that those it will (internally) split these up into multiple USB packets. > > So would be fine to schedule the size just as the biggest packet I am expecting to receive? Yes that's exactly what you'd want to do. > > With that context, is it possible that the event you are receiving simply doesn't fit into that buffer? > > I remember those interrupt endpoints use to be 16, but I have been receiving completelly in one hook buffers of 256. > So being honest never understood the size parameter in the queue call, as I could get bigger or smaller buffers. If you ever get bigger sizes than the buffers you handed in, this is a severe bug and must be reported. Because in that case random buffers would be overwritten, which must not happen. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 14:10:30 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 26 Aug 2009 12:10:30 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.aa2d9648fae1a6d6c15e44f36c82001d@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): Replying to [comment:16 monni]: > Test pretty much failed as Haiku doesn't boot anymore... Hangs after last icon but before display should turn black. Is this a general regression or is it related to r32680 specifically? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 15:30:08 2009 From: trac at haiku-os.org (bonefish) Date: Wed, 26 Aug 2009 13:30:08 -0000 Subject: [Haiku-bugs] [Haiku] #3122: makebootable says invalid partition index In-Reply-To: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> References: <044.f3d2509ed60cabfb1166d8478f5aab77@haiku-os.org> Message-ID: <053.c573b0059f316f562d9d39b8e6d5c9ca@haiku-os.org> #3122: makebootable says invalid partition index ---------------------------+------------------------------------------------ Reporter: plfiorini | Owner: bonefish Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by bonefish): * status: new => closed * resolution: => fixed Comment: Assuming it's also fixed for plfiorini (please reopen, if not), I'm closing the ticket. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 15:36:24 2009 From: trac at haiku-os.org (stippi) Date: Wed, 26 Aug 2009 13:36:24 -0000 Subject: [Haiku-bugs] [Haiku] #4104: Occasional debugger call from Observable class destructor when Icon-O-Matic is quit In-Reply-To: <045.62afb4c4a34a455d442483906f35f6e7@haiku-os.org> References: <045.62afb4c4a34a455d442483906f35f6e7@haiku-os.org> Message-ID: <054.c601c9d2a5f8e59afe925c0b8bb632ba@haiku-os.org> #4104: Occasional debugger call from Observable class destructor when Icon-O-Matic is quit ----------------------------------------+----------------------------------- Reporter: leavengood | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Icon-O-Matic | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------------------+----------------------------------- Changes (by stippi): * status: new => closed * resolution: => fixed Comment: Should be have been fixed by r32707. See commit message for how to track possibly more reference counting problems. Please reopen if you see such a crash on quit again. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 15:38:44 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 26 Aug 2009 13:38:44 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.a8d3754241eee139044eedbbc57ae7e8@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: high | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): Replying to [comment:11 marcusoverhagen]: > Can you please test the selection_patch.diff ? thanks. To be honest I find those changes too radical. I really would like to solve this with less guessing and assumptions if at all possible. For example that the controller doesn't give us back device 0 as selected device seems strange to me in any case, and I don't really feel OK with just ignoring that fact by assuming a reset selected device 0. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 15:43:37 2009 From: trac at haiku-os.org (monni) Date: Wed, 26 Aug 2009 13:43:37 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.402486d344135db5a2ae83ec65a6d4e4@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by monni): I'm pretty sure it's not r32680 specifically because when I reverted to older revision and manually re-applied it, TRACE()'s I added before the changed lines show totally normal values... From h2generic I now see a lot of 16 byte packets and one 14 byte packet, which is expected as far as I know. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 15:49:28 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 26 Aug 2009 13:49:28 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.7024f7838f0511bb30f548ca772ecb74@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by mmlr): Replying to [comment:19 monni]: > From h2generic I now see a lot of 16 byte packets and one 14 byte packet, which is expected as far as I know. So it is fixed? What about the other problems? Can this ticket be closed? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 16:14:58 2009 From: trac at haiku-os.org (monni) Date: Wed, 26 Aug 2009 14:14:58 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.34f6f4a09e096e5ad98cc644d7e20c5e@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by monni): I think we can close this ticket. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 16:53:17 2009 From: trac at haiku-os.org (oruizdorantes) Date: Wed, 26 Aug 2009 14:53:17 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.6bc2a6d83fa2aa9047b0c281537510dc@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by oruizdorantes): > From h2generic I now see a lot of 16 byte packets and one 14 byte packet, which is expected as far as I know. Is now bt_dev_info command now showing coherent info? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 17:20:43 2009 From: trac at haiku-os.org (bonefish) Date: Wed, 26 Aug 2009 15:20:43 -0000 Subject: [Haiku-bugs] [Haiku] #4343: Debugger's console output frequently deadlocks Terminal In-Reply-To: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> References: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> Message-ID: <053.30de0d957aeaa2bb43a9851a004adfce@haiku-os.org> #4343: Debugger's console output frequently deadlocks Terminal -----------------------------------+---------------------------------------- Reporter: anevilyak | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by bonefish): Replying to [comment:5 anevilyak]: > So, need any further information to analyze the problem, or is that enough to work with for now? The basic problem is understood -- both PtyReader and EscParse wait because they think the same buffer is full respectively empty -- I just fail to see the bug in the code. For anyone interested, the two methods in question are TermParse::PtyReader() and _ReadParserBuffer() in src/apps/terminal/TermParse.cpp. > One step I forgot though: after the debugger's output spontaneously stops (it's obvious it's not actually done since the Debugger doesn't jump into the state where it shows source and is ready to hit the Run button on the initial thread), the cursor still blinks, ergo the window thread isn't yet deadlocked. Typing a letter in the Terminal however does not echo back and results in the deadlock situation seen above. Sorry I'd forgotten to mention that earlier, though I doubt it makes much difference. That's exactly what I guessed anyway. The main problem is PtyReader and EscParse both blocking. The blocking of the window thread is just collateral damage. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 18:07:33 2009 From: trac at haiku-os.org (nielx) Date: Wed, 26 Aug 2009 16:07:33 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.b798401c33270c9b9a4579c4aaabbeeb@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: high | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Changes (by nielx): * cc: nielx (added) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 18:25:40 2009 From: trac at haiku-os.org (bonefish) Date: Wed, 26 Aug 2009 16:25:40 -0000 Subject: [Haiku-bugs] [Haiku] #4343: Debugger's console output frequently deadlocks Terminal In-Reply-To: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> References: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> Message-ID: <053.866415692532d748774ccfb5e003521c@haiku-os.org> #4343: Debugger's console output frequently deadlocks Terminal -----------------------------------+---------------------------------------- Reporter: anevilyak | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by bonefish): Tried to reproduce with the described method, but couldn't even a single time of more than a dozen attempts. I'm still on r32367, so maybe something has changed in the meantime (scheduling) that makes the bug better reproducible. Since you seem to be able to easily reproduce it, if you could build a debug version of Terminal, attach gdb when the bug occurs the next time, and print {{{*this}}} for the TermParse object in question as well as a few interesting locals for PtyReader and EscParse that would help. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 18:32:43 2009 From: trac at haiku-os.org (anevilyak) Date: Wed, 26 Aug 2009 16:32:43 -0000 Subject: [Haiku-bugs] [Haiku] #4343: Debugger's console output frequently deadlocks Terminal In-Reply-To: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> References: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> Message-ID: <053.8c4de57f2743b816767902a9c292fd67@haiku-os.org> #4343: Debugger's console output frequently deadlocks Terminal -----------------------------------+---------------------------------------- Reporter: anevilyak | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by anevilyak): Will see what I can do after work in a few hours. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 18:45:04 2009 From: trac at haiku-os.org (stippi) Date: Wed, 26 Aug 2009 16:45:04 -0000 Subject: [Haiku-bugs] [Haiku] #4183: Rotate Indices Left/Right shortcut (patch) In-Reply-To: <044.358daf06844d3e54100cb769ac659fca@haiku-os.org> References: <044.358daf06844d3e54100cb769ac659fca@haiku-os.org> Message-ID: <053.d0c042a7a1c7638afb93746cbb1750f2@haiku-os.org> #4183: Rotate Indices Left/Right shortcut (patch) ---------------------------------------+------------------------------------ Reporter: humdinger | Owner: stippi Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Applications/Icon-O-Matic | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------------------+------------------------------------ Comment(by stippi): Please commit, it looks fine. Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 19:49:21 2009 From: trac at haiku-os.org (monni) Date: Wed, 26 Aug 2009 17:49:21 -0000 Subject: [Haiku-bugs] [Haiku] #4101: nVidia CK804 OHCI USB controller detects only 1 connected device In-Reply-To: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> References: <040.473d654cbea9412a79fb85c1f328844a@haiku-os.org> Message-ID: <049.1857925e32a2885354a8fdcc1ded212c@haiku-os.org> #4101: nVidia CK804 OHCI USB controller detects only 1 connected device -------------------------+-------------------------------------------------- Reporter: monni | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------+-------------------------------------------------- Comment(by monni): Replying to [comment:22 oruizdorantes]: > > From h2generic I now see a lot of 16 byte packets and one 14 byte packet, which is expected as far as I know. > > Is now bt_dev_info command now showing coherent info? I can tell that better when I manage to get latest revision to boot. I will try partial "svn update" to update just Bluetooth code. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 21:53:06 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Wed, 26 Aug 2009 19:53:06 -0000 Subject: [Haiku-bugs] [Haiku] #4342: Add Installer to CD desktop and Deskbar menu In-Reply-To: <048.7e46dabad4d16a45450c798bb3ab2b14@haiku-os.org> References: <048.7e46dabad4d16a45450c798bb3ab2b14@haiku-os.org> Message-ID: <057.aec5d34a04cc01980e4772ae5908dc77@haiku-os.org> #4342: Add Installer to CD desktop and Deskbar menu -----------------------------+---------------------------------------------- Reporter: jonas.kirilla | Owner: stippi Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: User Interface | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------+---------------------------------------------- Comment(by jonas.kirilla): Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 21:59:48 2009 From: trac at haiku-os.org (Hubert) Date: Wed, 26 Aug 2009 19:59:48 -0000 Subject: [Haiku-bugs] [Haiku] #4346: Problem with fonts In-Reply-To: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> References: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> Message-ID: <050.89b2731a55975eaf78fe19fb36d93515@haiku-os.org> #4346: Problem with fonts --------------------------------+------------------------------------------- Reporter: Hubert | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by Hubert): I testing in r32470 propably before some changes in #4084 and I have normal fonts. And I test r32724 too and I have still slightly thicker fonts. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Wed Aug 26 22:59:01 2009 From: trac at haiku-os.org (stippi) Date: Wed, 26 Aug 2009 20:59:01 -0000 Subject: [Haiku-bugs] [Haiku] #4346: Problem with fonts In-Reply-To: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> References: <041.b0c68298327975a66cae39a203b0ba20@haiku-os.org> Message-ID: <050.480ec5e45675dd3a01c9296d4e1a72bd@haiku-os.org> #4346: Problem with fonts ---------------------------------+------------------------------------------ Reporter: Hubert | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by stippi): * status: new => closed * resolution: => invalid Comment: As mmlr already wrote, we disabled the patented hinting code in the default images, and this is exactly the reason why the font hinting has slightly changed. Sorry, but you have to build your own images and configure them with --include-patented-code to enable the previous hinting method. The public images cannot be build like this anymore, I should not have enabled this back when I did, but at that time, the non-patented auto-hinter in FreeType was much, much worse than it is today. In any case, the effects of this change is exactly what you see in the screenshots, but I have to close this as invalid (won't fix). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 00:05:32 2009 From: trac at haiku-os.org (mt) Date: Wed, 26 Aug 2009 22:05:32 -0000 Subject: [Haiku-bugs] [Haiku] #4347: R1 alpha1 Installer go to KDL during install process. Message-ID: <037.adf770ba9b066adab6d1ab801daaac4f@haiku-os.org> #4347: R1 alpha1 Installer go to KDL during install process. ------------------------------------+--------------------------------------- Reporter: mt | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Installer | Version: R1 alpha1 Blockedby: | Platform: x86 Blocking: | ------------------------------------+--------------------------------------- R1 alpha1 Installer go to KDL during install process. Tested r32727 on VirtualBox OSE on Ubuntu 9.04 alpha1 image(gcc2/gcc4 hybrid) built by jam -q @alpha-cd -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 00:10:48 2009 From: trac at haiku-os.org (umccullough) Date: Wed, 26 Aug 2009 22:10:48 -0000 Subject: [Haiku-bugs] [Haiku] #4347: R1 alpha1 Installer go to KDL during install process. In-Reply-To: <037.adf770ba9b066adab6d1ab801daaac4f@haiku-os.org> References: <037.adf770ba9b066adab6d1ab801daaac4f@haiku-os.org> Message-ID: <046.f8bb2bb32ed6eb3aa77363ea84ff54a2@haiku-os.org> #4347: R1 alpha1 Installer go to KDL during install process. ------------------------------------+--------------------------------------- Reporter: mt | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Installer | Version: R1 alpha1 Blockedby: | Platform: x86 Blocking: | ------------------------------------+--------------------------------------- Comment(by umccullough): Isn't the OSE version that comes with ubuntu 9.04 based on virtualbox 2.x? I'm pretty certain we had known problems with that version. (In fact, it seems we still have problems with VirtualBox in general, as I still seem to hear people complaining with the latest 3.0.4) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 00:37:26 2009 From: trac at haiku-os.org (anevilyak) Date: Wed, 26 Aug 2009 22:37:26 -0000 Subject: [Haiku-bugs] [Haiku] #4343: Debugger's console output frequently deadlocks Terminal In-Reply-To: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> References: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> Message-ID: <053.9b63c2128bad6e45319a8a6a8d1ba935@haiku-os.org> #4343: Debugger's console output frequently deadlocks Terminal -----------------------------------+---------------------------------------- Reporter: anevilyak | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------------+---------------------------------------- Comment(by anevilyak): Seem to be having some issues replicating the situation when using a debug build of Terminal...will keep trying, but maybe a hint nonetheless. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 00:37:45 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Wed, 26 Aug 2009 22:37:45 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.29e3fc4ef6186d4b8511a3991d6f0e38@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: high | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by marcusoverhagen): I modified the patch, device selection is now checked after the device is no longer busy. Please test. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 01:05:36 2009 From: trac at haiku-os.org (mmlr) Date: Wed, 26 Aug 2009 23:05:36 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.ebce3aeea07a1942be7ebf4bd4263ee9@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): I think this was really caused by the tracing reattach. I've seen a similar crash once and it was when allocating tracing entries after changing something and rebooting (so after reattaching). Maybe we should disable reattaching by default and add a safemode setting in the bootloader since the feature is rarely used outside tracking specific bugs. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 02:09:56 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Thu, 27 Aug 2009 00:09:56 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.756d275ee7fe0da254f92470d871c09c@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: high | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jonas.kirilla): FWIW, it works! Syslog attached. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 02:27:40 2009 From: trac at haiku-os.org (mmlr) Date: Thu, 27 Aug 2009 00:27:40 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.d0728b8b9db04bdea393aaef00cd7d61@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: high | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by mmlr): Replying to [comment:15 jonas.kirilla]: > FWIW, it works! Syslog attached. Cool! Marcus please apply, then. Sadly Alexandre is on vacation, so he can't confirm if it fixes #4058 as well... -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 02:41:18 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Thu, 27 Aug 2009 00:41:18 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.185ba0e416a819880a58c60242132faa@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: high | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jonas.kirilla): No ill effect from the patch as far as I can see on my other box - a sata- based C2Q by Fujitsu/Siemens - where ATA already worked well. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 03:13:03 2009 From: trac at haiku-os.org (mmlr) Date: Thu, 27 Aug 2009 01:13:03 -0000 Subject: [Haiku-bugs] [Haiku] #2842: ScsiSynchronizeCache message flooding In-Reply-To: <041.084e684acf0120a304f892ec2c69e647@haiku-os.org> References: <041.084e684acf0120a304f892ec2c69e647@haiku-os.org> Message-ID: <050.a3f2fd31a7bbfd6e62fc78ca1c83cfa2@haiku-os.org> #2842: ScsiSynchronizeCache message flooding --------------------------+------------------------------------------------- Reporter: nopper | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by mmlr): Replying to [comment:6 jonas.kirilla]: > I still get the usb_disk lines with the hardware from ticket #4308. > Having done 'sync' in Terminal they just repeat over and over, a new line every 5 seconds or so. (The numbers do vary a little, it's not always 20.) These are fine. They are from media status polling and just tell that the USB device doesn't support the Test Unit Ready (TUR) command. I could turn them off of course because they are non-fatal and uninteresting. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 03:35:09 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Thu, 27 Aug 2009 01:35:09 -0000 Subject: [Haiku-bugs] [Haiku] #4348: CDPlayer, DriveSetup and the mount menu take a long time to open Message-ID: <048.13527a1ce41955f019dcace79fc8a0b8@haiku-os.org> #4348: CDPlayer, DriveSetup and the mount menu take a long time to open ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Opening either CDPlayer, DriveSetup or the mount menu in Tracker/Deskbar can take around 30 seconds. On a C2Q. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 03:41:10 2009 From: trac at haiku-os.org (anevilyak) Date: Thu, 27 Aug 2009 01:41:10 -0000 Subject: [Haiku-bugs] [Haiku] #4348: CDPlayer, DriveSetup and the mount menu take a long time to open In-Reply-To: <048.13527a1ce41955f019dcace79fc8a0b8@haiku-os.org> References: <048.13527a1ce41955f019dcace79fc8a0b8@haiku-os.org> Message-ID: <057.496fde2b69731eab753047496a853c9b@haiku-os.org> #4348: CDPlayer, DriveSetup and the mount menu take a long time to open ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by anevilyak): Don't see that behavior here on a significantly slower system (though C2Q is largely irrelevant here since that doesn't affect things like hardware device timeouts). Anything of interest in syslog? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 03:47:05 2009 From: trac at haiku-os.org (cb88) Date: Thu, 27 Aug 2009 01:47:05 -0000 Subject: [Haiku-bugs] [Haiku] #4349: [About dialog] Sempron 3100+ recognised as Athon 64 Message-ID: <039.8faceca9357c942d4d2efcc94d7afbe1@haiku-os.org> #4349: [About dialog] Sempron 3100+ recognised as Athon 64 --------------------------------------+------------------------------------- Reporter: cb88 | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/AboutSystem | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------------------+------------------------------------- The AboutSystem dialog displays AMD Athlon 64 on my Sempron 64 Also I had previously thought this was a 32bit cpu but cpuinfo says otherwise since it has the lm flag which is discribed in the cpufeature.h header of the Linux kernel (learned that much from Google anyway) http://www.gelato.unsw.edu.au/lxr/source/include/asm-i386/cpufeature.h This has been this way for a long time and still there as of r32416 cpuinfo output on debian lenny: cb88 at Vectorsigma:~$ cat /proc/cpuinfo processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 44 model name : AMD Sempron(tm) Processor 3100+ stepping : 2 cpu MHz : 1808.383 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow up pni lahf_lm bogomips : 3621.44 clflush size : 64 power management: ts fid vid ttp tm stc -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 03:47:44 2009 From: trac at haiku-os.org (mmlr) Date: Thu, 27 Aug 2009 01:47:44 -0000 Subject: [Haiku-bugs] [Haiku] #2842: ScsiSynchronizeCache message flooding In-Reply-To: <041.084e684acf0120a304f892ec2c69e647@haiku-os.org> References: <041.084e684acf0120a304f892ec2c69e647@haiku-os.org> Message-ID: <050.55cf927b83be31b492f1a3e22891af30@haiku-os.org> #2842: ScsiSynchronizeCache message flooding --------------------------+------------------------------------------------- Reporter: nopper | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by mmlr): What lines is everyone talking about now actually? The last usb_disk related ones are gone by r32732 in any case. So from my side we could close this ticket. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 04:00:06 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Thu, 27 Aug 2009 02:00:06 -0000 Subject: [Haiku-bugs] [Haiku] #4348: CDPlayer, DriveSetup and the mount menu take a long time to open In-Reply-To: <048.13527a1ce41955f019dcace79fc8a0b8@haiku-os.org> References: <048.13527a1ce41955f019dcace79fc8a0b8@haiku-os.org> Message-ID: <057.46a1e9f6e888110abbfa03335ace181f@haiku-os.org> #4348: CDPlayer, DriveSetup and the mount menu take a long time to open ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jonas.kirilla): I think it's CDPlayer that messes up something. Having just started Haiku there is no noticeable lag in opening either DriveSetup or the mount menu, repeatedly, but having opened CDPlayer - which always takes some 20-30 seconds to appear - DriveSetup and the mount menu too open as slowly as CDPlayer. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 04:04:42 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Thu, 27 Aug 2009 02:04:42 -0000 Subject: [Haiku-bugs] [Haiku] #2842: ScsiSynchronizeCache message flooding In-Reply-To: <041.084e684acf0120a304f892ec2c69e647@haiku-os.org> References: <041.084e684acf0120a304f892ec2c69e647@haiku-os.org> Message-ID: <050.b6ba03ecb2f4daa994a71d50a881828c@haiku-os.org> #2842: ScsiSynchronizeCache message flooding --------------------------+------------------------------------------------- Reporter: nopper | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by jonas.kirilla): I'm fine with closing, FWIW. Not my ticket. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 04:14:36 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Thu, 27 Aug 2009 02:14:36 -0000 Subject: [Haiku-bugs] [Haiku] #4348: CDPlayer, DriveSetup and the mount menu take a long time to open In-Reply-To: <048.13527a1ce41955f019dcace79fc8a0b8@haiku-os.org> References: <048.13527a1ce41955f019dcace79fc8a0b8@haiku-os.org> Message-ID: <057.a28f26606708380c5645eab10a7015d0@haiku-os.org> #4348: CDPlayer, DriveSetup and the mount menu take a long time to open ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jonas.kirilla): See syslog2.txt. CDPlayer was launched around line: http://dev.haiku-os.org/attachment/ticket/4348/syslog2.txt#L2288 .. and there's a long pause until the CDPlayer window appears at line: http://dev.haiku-os.org/attachment/ticket/4348/syslog2.txt#L2333 (after which a lot of syslog activity follows, repeating itself) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 04:15:53 2009 From: trac at haiku-os.org (mmlr) Date: Thu, 27 Aug 2009 02:15:53 -0000 Subject: [Haiku-bugs] [Haiku] #4343: Debugger's console output frequently deadlocks Terminal In-Reply-To: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> References: <044.f9fd0991e0088325e1dc78ca93d77289@haiku-os.org> Message-ID: <053.15d751a678ed18850712663065feacda@haiku-os.org> #4343: Debugger's console output frequently deadlocks Terminal ------------------------------------+--------------------------------------- Reporter: anevilyak | Owner: jackburton Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Terminal | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ------------------------------------+--------------------------------------- Changes (by mmlr): * status: new => closed * resolution: => fixed Comment: Fixed in r32733. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 04:28:52 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Thu, 27 Aug 2009 02:28:52 -0000 Subject: [Haiku-bugs] [Haiku] #4348: CDPlayer, DriveSetup and the mount menu take a long time to open In-Reply-To: <048.13527a1ce41955f019dcace79fc8a0b8@haiku-os.org> References: <048.13527a1ce41955f019dcace79fc8a0b8@haiku-os.org> Message-ID: <057.539f5d4452809413444bc8faf20a6e44@haiku-os.org> #4348: CDPlayer, DriveSetup and the mount menu take a long time to open ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by jonas.kirilla): I'm not seeing any of this on my other PC. Must be hardware-specific. Attached lspci output from Linux. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 04:31:04 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Thu, 27 Aug 2009 02:31:04 -0000 Subject: [Haiku-bugs] [Haiku] #4348: CDPlayer, DriveSetup and the mount menu take a long time to open In-Reply-To: <048.13527a1ce41955f019dcace79fc8a0b8@haiku-os.org> References: <048.13527a1ce41955f019dcace79fc8a0b8@haiku-os.org> Message-ID: <057.5413e30df7a3b6eac4af3be254efcf49@haiku-os.org> #4348: CDPlayer, DriveSetup and the mount menu take a long time to open ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Description changed by jonas.kirilla: Old description: > Opening either CDPlayer, DriveSetup or the mount menu in Tracker/Deskbar > can take around 30 seconds. On a C2Q. New description: Opening CDPlayer takes a long time, up to 30 seconds, and after having opened CDPlayer once, DriveSetup and the mount menu take an equally long time to open. (On a C2Q.) -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 03:03:06 2009 From: trac at haiku-os.org (jonas.kirilla) Date: Thu, 27 Aug 2009 01:03:06 -0000 Subject: [Haiku-bugs] [Haiku] #2842: ScsiSynchronizeCache message flooding In-Reply-To: <041.084e684acf0120a304f892ec2c69e647@haiku-os.org> References: <041.084e684acf0120a304f892ec2c69e647@haiku-os.org> Message-ID: <050.14c7a99c5d1c2fff6d58c246479947ef@haiku-os.org> #2842: ScsiSynchronizeCache message flooding --------------------------+------------------------------------------------- Reporter: nopper | Owner: marcusoverhagen Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by jonas.kirilla): I still get the usb_disk lines with the hardware from ticket #4308. Having done 'sync' in Terminal they just repeat over and over, a new line every 5 seconds or so. (The numbers do vary a little, it's not always 20.) {{{ usb_disk: operation 0x00 failed at the SCSI level Last message repeated 20 times. Last message repeated 20 times. Last message repeated 20 times. Last message repeated 20 times. Last message repeated 20 times. Last message repeated 20 times. Last message repeated 20 times. Last message repeated 20 times. Last message repeated 20 times. ... }}} http://haiku.it.su.se:8180/source/xref/src/add- ons/kernel/drivers/disk/usb/usb_disk/usb_disk.cpp#385 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 09:43:31 2009 From: trac at haiku-os.org (jackburton) Date: Thu, 27 Aug 2009 07:43:31 -0000 Subject: [Haiku-bugs] [Haiku] #1576: Some headers should be rewritten In-Reply-To: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> References: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> Message-ID: <049.4e7442d8dfe959798b832130ddb7d84d@haiku-os.org> #1576: Some headers should be rewritten -----------------------+---------------------------------------------------- Reporter: korli | Owner: Type: bug | Status: new Priority: high | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Old description: > Here is a list in headers/os. They should be reported in headers/build/. > > headers/os/add-ons/graphics/Accelerant.h > headers/os/add-ons/graphics/GraphicsCard.h > headers/os/add-ons/input_server/InputServerFilter.h > headers/os/add-ons/input_server/InputServerMethod.h > headers/os/app/PropertyInfo.h > headers/os/be_apps/NetPositive/NetPositive.h > headers/os/device/A2D.h > headers/os/device/CAM.h > headers/os/device/D2A.h > headers/os/device/DigitalPort.h > headers/os/device/Joystick.h > headers/os/device/scsi.h > headers/os/device/SerialPort.h > headers/os/drivers/atomizer.h > headers/os/drivers/bus_manager.h > headers/os/drivers/ISA.h > headers/os/drivers/midi_driver.h > headers/os/drivers/PCI.h > headers/os/drivers/USB_printer.h > headers/os/drivers/USB_rle.h > headers/os/drivers/USB_spec.h > headers/os/interface/ChannelSlider.h > headers/os/interface/MultiChannelControl.h > headers/os/interface/PrintJob.h > headers/os/kernel/scheduler.h > headers/os/mail/E-mail.h > headers/os/media/BufferConsumer.h > headers/os/media/Buffer.h > headers/os/media/BufferProducer.h > headers/os/media/Controllable.h > headers/os/media/FileInterface.h > headers/os/media/MediaAddOn.h > headers/os/media/MediaDefs.h > headers/os/media/MediaEventLooper.h > headers/os/media/MediaFiles.h > headers/os/media/MediaNode.h > headers/os/media/PlaySound.h > headers/os/media/RealtimeAlloc.h > headers/os/media/SoundFile.h > headers/os/media/SoundPlayer.h > headers/os/media/TimeCode.h > headers/os/media/TimedEventQueue.h > headers/os/media/TimeSource.h > headers/os/net/net_settings.h > headers/os/translation/BitmapStream.h > headers/os/translation/TranslationDefs.h > headers/os/translation/TranslationErrors.h > headers/os/translation/TranslationKit.h > headers/os/translation/TranslatorAddOn.h > headers/os/translation/TranslatorFormats.h > > Done: > headers/os/add-ons/input_server/InputServerDevice.h > headers/os/interface/ChannelControl.h > headers/os/media/BufferGroup.h > headers/os/media/MediaFormats.h > headers/os/media/ParameterWeb.h > headers/os/media/Sound.h > headers/os/add-ons/tracker/TrackerAddOn.h > headers/os/game/DirectWindow.h > headers/os/kernel/image.h > headers/os/interface/Input.h > headers/os/interface/MenuBar.h > headers/os/interface/OptionControl.h > headers/os/interface/OptionPopUp.h > headers/os/interface/PopUpMenu.h > headers/os/interface/TextView.h > headers/os/media/MediaRoster.h > headers/os/opengl/GLView.h New description: Here is a list in headers/os. They should be reported in headers/build/. headers/os/add-ons/graphics/Accelerant.h headers/os/add-ons/graphics/GraphicsCard.h headers/os/add-ons/input_server/InputServerFilter.h headers/os/add-ons/input_server/InputServerMethod.h headers/os/be_apps/NetPositive/NetPositive.h headers/os/device/A2D.h headers/os/device/CAM.h headers/os/device/D2A.h headers/os/device/DigitalPort.h headers/os/device/Joystick.h headers/os/device/scsi.h headers/os/device/SerialPort.h headers/os/drivers/atomizer.h headers/os/drivers/bus_manager.h headers/os/drivers/ISA.h headers/os/drivers/midi_driver.h headers/os/drivers/PCI.h headers/os/drivers/USB_printer.h headers/os/drivers/USB_rle.h headers/os/drivers/USB_spec.h headers/os/interface/PrintJob.h headers/os/kernel/scheduler.h headers/os/mail/E-mail.h headers/os/media/BufferProducer.h headers/os/media/Controllable.h headers/os/media/FileInterface.h headers/os/media/MediaAddOn.h headers/os/media/MediaDefs.h headers/os/media/MediaEventLooper.h headers/os/media/MediaFiles.h headers/os/media/MediaNode.h headers/os/media/PlaySound.h headers/os/media/RealtimeAlloc.h headers/os/media/SoundFile.h headers/os/media/SoundPlayer.h headers/os/media/TimeCode.h headers/os/media/TimedEventQueue.h headers/os/net/net_settings.h headers/os/translation/BitmapStream.h headers/os/translation/TranslationDefs.h headers/os/translation/TranslationErrors.h headers/os/translation/TranslationKit.h headers/os/translation/TranslatorAddOn.h headers/os/translation/TranslatorFormats.h Done: headers/os/add-ons/input_server/InputServerDevice.h headers/os/add-ons/tracker/TrackerAddOn.h headers/os/app/PropertyInfo.h headers/os/game/DirectWindow.h headers/os/interface/ChannelControl.h headers/os/interface/ChannelSlider.h headers/os/interface/Input.h headers/os/interface/MenuBar.h headers/os/interface/MultiChannelControl.h headers/os/interface/OptionControl.h headers/os/interface/OptionPopUp.h headers/os/interface/PopUpMenu.h headers/os/interface/TextView.h headers/os/kernel/image.h headers/os/media/Buffer.h headers/os/media/BufferConsumer.h headers/os/media/BufferGroup.h headers/os/media/MediaFormats.h headers/os/media/MediaRoster.h headers/os/media/ParameterWeb.h headers/os/media/Sound.h headers/os/media/TimeSource.h headers/os/opengl/GLView.h -- Comment(by jackburton): More headers done: headers/os/interface/MultiChannelControl.h, headers/os/interface/ChannelSlider.h, headers/os/app/PropertyInfo.h, headers/os/media/Buffer.h, headers/os/media/BufferConsumer.h, headers/os/media/TimeSource.h -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 09:54:50 2009 From: trac at haiku-os.org (stippi) Date: Thu, 27 Aug 2009 07:54:50 -0000 Subject: [Haiku-bugs] [Haiku] #1576: Some headers should be rewritten In-Reply-To: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> References: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> Message-ID: <049.3b007bd1164f134f3b34d500da452816@haiku-os.org> #1576: Some headers should be rewritten -----------------------+---------------------------------------------------- Reporter: korli | Owner: Type: bug | Status: new Priority: high | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Description changed by stippi: Old description: > Here is a list in headers/os. They should be reported in headers/build/. > > headers/os/add-ons/graphics/Accelerant.h > headers/os/add-ons/graphics/GraphicsCard.h > headers/os/add-ons/input_server/InputServerFilter.h > headers/os/add-ons/input_server/InputServerMethod.h > headers/os/be_apps/NetPositive/NetPositive.h > headers/os/device/A2D.h > headers/os/device/CAM.h > headers/os/device/D2A.h > headers/os/device/DigitalPort.h > headers/os/device/Joystick.h > headers/os/device/scsi.h > headers/os/device/SerialPort.h > headers/os/drivers/atomizer.h > headers/os/drivers/bus_manager.h > headers/os/drivers/ISA.h > headers/os/drivers/midi_driver.h > headers/os/drivers/PCI.h > headers/os/drivers/USB_printer.h > headers/os/drivers/USB_rle.h > headers/os/drivers/USB_spec.h > headers/os/interface/PrintJob.h > headers/os/kernel/scheduler.h > headers/os/mail/E-mail.h > headers/os/media/BufferProducer.h > headers/os/media/Controllable.h > headers/os/media/FileInterface.h > headers/os/media/MediaAddOn.h > headers/os/media/MediaDefs.h > headers/os/media/MediaEventLooper.h > headers/os/media/MediaFiles.h > headers/os/media/MediaNode.h > headers/os/media/PlaySound.h > headers/os/media/RealtimeAlloc.h > headers/os/media/SoundFile.h > headers/os/media/SoundPlayer.h > headers/os/media/TimeCode.h > headers/os/media/TimedEventQueue.h > headers/os/net/net_settings.h > headers/os/translation/BitmapStream.h > headers/os/translation/TranslationDefs.h > headers/os/translation/TranslationErrors.h > headers/os/translation/TranslationKit.h > headers/os/translation/TranslatorAddOn.h > headers/os/translation/TranslatorFormats.h > > Done: > headers/os/add-ons/input_server/InputServerDevice.h > headers/os/add-ons/tracker/TrackerAddOn.h > headers/os/app/PropertyInfo.h > headers/os/game/DirectWindow.h > headers/os/interface/ChannelControl.h > headers/os/interface/ChannelSlider.h > headers/os/interface/Input.h > headers/os/interface/MenuBar.h > headers/os/interface/MultiChannelControl.h > headers/os/interface/OptionControl.h > headers/os/interface/OptionPopUp.h > headers/os/interface/PopUpMenu.h > headers/os/interface/TextView.h > headers/os/kernel/image.h > headers/os/media/Buffer.h > headers/os/media/BufferConsumer.h > headers/os/media/BufferGroup.h > headers/os/media/MediaFormats.h > headers/os/media/MediaRoster.h > headers/os/media/ParameterWeb.h > headers/os/media/Sound.h > headers/os/media/TimeSource.h > headers/os/opengl/GLView.h New description: Here is a list in headers/os. They should be reported in headers/build/. headers/os/add-ons/graphics/Accelerant.h headers/os/add-ons/graphics/GraphicsCard.h headers/os/add-ons/input_server/InputServerFilter.h headers/os/add-ons/input_server/InputServerMethod.h headers/os/be_apps/NetPositive/NetPositive.h headers/os/device/A2D.h headers/os/device/CAM.h headers/os/device/D2A.h headers/os/device/DigitalPort.h headers/os/device/Joystick.h headers/os/device/scsi.h headers/os/device/SerialPort.h headers/os/drivers/atomizer.h headers/os/drivers/bus_manager.h headers/os/drivers/ISA.h headers/os/drivers/midi_driver.h headers/os/drivers/PCI.h headers/os/drivers/USB_printer.h headers/os/drivers/USB_rle.h headers/os/drivers/USB_spec.h headers/os/kernel/scheduler.h headers/os/mail/E-mail.h headers/os/media/BufferProducer.h headers/os/media/Controllable.h headers/os/media/FileInterface.h headers/os/media/MediaAddOn.h headers/os/media/MediaDefs.h headers/os/media/MediaEventLooper.h headers/os/media/MediaFiles.h headers/os/media/MediaNode.h headers/os/media/PlaySound.h headers/os/media/RealtimeAlloc.h headers/os/media/SoundFile.h headers/os/media/SoundPlayer.h headers/os/media/TimeCode.h headers/os/media/TimedEventQueue.h headers/os/net/net_settings.h headers/os/translation/BitmapStream.h headers/os/translation/TranslationDefs.h headers/os/translation/TranslationErrors.h headers/os/translation/TranslationKit.h headers/os/translation/TranslatorAddOn.h headers/os/translation/TranslatorFormats.h Done: headers/os/add-ons/input_server/InputServerDevice.h headers/os/add-ons/tracker/TrackerAddOn.h headers/os/app/PropertyInfo.h headers/os/game/DirectWindow.h headers/os/interface/ChannelControl.h headers/os/interface/ChannelSlider.h headers/os/interface/Input.h headers/os/interface/MenuBar.h headers/os/interface/MultiChannelControl.h headers/os/interface/OptionControl.h headers/os/interface/OptionPopUp.h headers/os/interface/PopUpMenu.h headers/os/interface/PrintJob.h headers/os/interface/TextView.h headers/os/kernel/image.h headers/os/media/Buffer.h headers/os/media/BufferConsumer.h headers/os/media/BufferGroup.h headers/os/media/MediaFormats.h headers/os/media/MediaRoster.h headers/os/media/ParameterWeb.h headers/os/media/Sound.h headers/os/media/TimeSource.h headers/os/opengl/GLView.h -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 10:42:32 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Thu, 27 Aug 2009 08:42:32 -0000 Subject: [Haiku-bugs] [Haiku] #2842: ScsiSynchronizeCache message flooding In-Reply-To: <041.084e684acf0120a304f892ec2c69e647@haiku-os.org> References: <041.084e684acf0120a304f892ec2c69e647@haiku-os.org> Message-ID: <050.238ec48975db1294bb394b3eecf377ed@haiku-os.org> #2842: ScsiSynchronizeCache message flooding ---------------------------+------------------------------------------------ Reporter: nopper | Owner: marcusoverhagen Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Drivers/Disk | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by marcusoverhagen): * status: new => closed * resolution: => fixed Comment: The ACHI synchronize cache output was disabled in r29542 The ACHI TUR debug output was disabled in r31014 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 11:52:55 2009 From: trac at haiku-os.org (jackburton) Date: Thu, 27 Aug 2009 09:52:55 -0000 Subject: [Haiku-bugs] [Haiku] #4311: BDirectWindow is broken. In-Reply-To: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> References: <038.ffa8c5608476e10598a301695b35353b@haiku-os.org> Message-ID: <047.df6a711e9f3f2348315bc8c3ed0f52b9@haiku-os.org> #4311: BDirectWindow is broken. ----------------------------+----------------------------------------------- Reporter: bga | Owner: jackburton Type: bug | Status: closed Priority: high | Milestone: R1/alpha1 Component: Kits/Game Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by jackburton): * status: assigned => closed * resolution: => fixed Comment: Fixed by Axel in r32742. The deadlock was caused by the changes in r32566 and r32420. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 11:55:25 2009 From: trac at haiku-os.org (jackburton) Date: Thu, 27 Aug 2009 09:55:25 -0000 Subject: [Haiku-bugs] [Haiku] #4264: BDirectWindow exclusive fullscreen mode should detect resolution changes. In-Reply-To: <038.79c5339331cd31457c14105be8fc5e2d@haiku-os.org> References: <038.79c5339331cd31457c14105be8fc5e2d@haiku-os.org> Message-ID: <047.3976c5f1464078537a98361430927f4d@haiku-os.org> #4264: BDirectWindow exclusive fullscreen mode should detect resolution changes. ----------------------------+----------------------------------------------- Reporter: bga | Owner: jackburton Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Game Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by jackburton): * status: new => closed * resolution: => fixed Comment: Fixed since r32742 at least. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 12:10:39 2009 From: trac at haiku-os.org (jackburton) Date: Thu, 27 Aug 2009 10:10:39 -0000 Subject: [Haiku-bugs] [Haiku] #4313: Only switch resolutions when needed after an application started a BWindowScreen. In-Reply-To: <038.0e5b8b20e2546d7f7c077981ed0795aa@haiku-os.org> References: <038.0e5b8b20e2546d7f7c077981ed0795aa@haiku-os.org> Message-ID: <047.3c863f503fc83f2e1e52887e2f931cf3@haiku-os.org> #4313: Only switch resolutions when needed after an application started a BWindowScreen. --------------------------------+------------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by jackburton): Replying to [comment:1 axeld]: > Since this is already done, there is obviously a bug somewhere :-) What probably happens is that the modes have different flags. Check r32212. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 12:11:05 2009 From: trac at haiku-os.org (mt) Date: Thu, 27 Aug 2009 10:11:05 -0000 Subject: [Haiku-bugs] [Haiku] #4347: R1 alpha1 Installer go to KDL during install process. In-Reply-To: <037.adf770ba9b066adab6d1ab801daaac4f@haiku-os.org> References: <037.adf770ba9b066adab6d1ab801daaac4f@haiku-os.org> Message-ID: <046.4d08a30221b3499a14cfb68c7b90d990@haiku-os.org> #4347: R1 alpha1 Installer go to KDL during install process. ------------------------------------+--------------------------------------- Reporter: mt | Owner: korli Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Installer | Version: R1 alpha1 Blockedby: | Platform: x86 Blocking: | ------------------------------------+--------------------------------------- Comment(by mt): Replying to [comment:1 umccullough]: > Isn't the OSE version that comes with ubuntu 9.04 based on virtualbox 2.x? > > I'm pretty certain we had known problems with that version. I use Virtualbox OSE 2.14-dfsg-1ubuntu3. [[BR]] I hear R1alpha1 installer has same problem on VMware, so I think this issue is not specific to Virtualbox. More test will be needed (include real hardware). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 14:03:20 2009 From: trac at haiku-os.org (stippi) Date: Thu, 27 Aug 2009 12:03:20 -0000 Subject: [Haiku-bugs] [Haiku] #1576: Some headers should be rewritten In-Reply-To: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> References: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> Message-ID: <049.a262a203d1e962d97dde2aeee66bba4e@haiku-os.org> #1576: Some headers should be rewritten -----------------------+---------------------------------------------------- Reporter: korli | Owner: Type: bug | Status: new Priority: high | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Description changed by stippi: Old description: > Here is a list in headers/os. They should be reported in headers/build/. > > headers/os/add-ons/graphics/Accelerant.h > headers/os/add-ons/graphics/GraphicsCard.h > headers/os/add-ons/input_server/InputServerFilter.h > headers/os/add-ons/input_server/InputServerMethod.h > headers/os/be_apps/NetPositive/NetPositive.h > headers/os/device/A2D.h > headers/os/device/CAM.h > headers/os/device/D2A.h > headers/os/device/DigitalPort.h > headers/os/device/Joystick.h > headers/os/device/scsi.h > headers/os/device/SerialPort.h > headers/os/drivers/atomizer.h > headers/os/drivers/bus_manager.h > headers/os/drivers/ISA.h > headers/os/drivers/midi_driver.h > headers/os/drivers/PCI.h > headers/os/drivers/USB_printer.h > headers/os/drivers/USB_rle.h > headers/os/drivers/USB_spec.h > headers/os/kernel/scheduler.h > headers/os/mail/E-mail.h > headers/os/media/BufferProducer.h > headers/os/media/Controllable.h > headers/os/media/FileInterface.h > headers/os/media/MediaAddOn.h > headers/os/media/MediaDefs.h > headers/os/media/MediaEventLooper.h > headers/os/media/MediaFiles.h > headers/os/media/MediaNode.h > headers/os/media/PlaySound.h > headers/os/media/RealtimeAlloc.h > headers/os/media/SoundFile.h > headers/os/media/SoundPlayer.h > headers/os/media/TimeCode.h > headers/os/media/TimedEventQueue.h > headers/os/net/net_settings.h > headers/os/translation/BitmapStream.h > headers/os/translation/TranslationDefs.h > headers/os/translation/TranslationErrors.h > headers/os/translation/TranslationKit.h > headers/os/translation/TranslatorAddOn.h > headers/os/translation/TranslatorFormats.h > > Done: > headers/os/add-ons/input_server/InputServerDevice.h > headers/os/add-ons/tracker/TrackerAddOn.h > headers/os/app/PropertyInfo.h > headers/os/game/DirectWindow.h > headers/os/interface/ChannelControl.h > headers/os/interface/ChannelSlider.h > headers/os/interface/Input.h > headers/os/interface/MenuBar.h > headers/os/interface/MultiChannelControl.h > headers/os/interface/OptionControl.h > headers/os/interface/OptionPopUp.h > headers/os/interface/PopUpMenu.h > headers/os/interface/PrintJob.h > headers/os/interface/TextView.h > headers/os/kernel/image.h > headers/os/media/Buffer.h > headers/os/media/BufferConsumer.h > headers/os/media/BufferGroup.h > headers/os/media/MediaFormats.h > headers/os/media/MediaRoster.h > headers/os/media/ParameterWeb.h > headers/os/media/Sound.h > headers/os/media/TimeSource.h > headers/os/opengl/GLView.h New description: Here is a list in headers/os. They should be reported in headers/build/. headers/os/be_apps/NetPositive/NetPositive.h headers/os/device/A2D.h headers/os/device/CAM.h headers/os/device/D2A.h headers/os/device/DigitalPort.h headers/os/device/Joystick.h headers/os/device/scsi.h headers/os/device/SerialPort.h headers/os/drivers/atomizer.h headers/os/drivers/bus_manager.h headers/os/drivers/ISA.h headers/os/drivers/midi_driver.h headers/os/drivers/PCI.h headers/os/drivers/USB_printer.h headers/os/drivers/USB_rle.h headers/os/drivers/USB_spec.h headers/os/kernel/scheduler.h headers/os/mail/E-mail.h headers/os/media/BufferProducer.h headers/os/media/Controllable.h headers/os/media/FileInterface.h headers/os/media/MediaAddOn.h headers/os/media/MediaDefs.h headers/os/media/MediaEventLooper.h headers/os/media/MediaFiles.h headers/os/media/MediaNode.h headers/os/media/PlaySound.h headers/os/media/RealtimeAlloc.h headers/os/media/SoundFile.h headers/os/media/SoundPlayer.h headers/os/media/TimeCode.h headers/os/media/TimedEventQueue.h headers/os/net/net_settings.h headers/os/translation/BitmapStream.h headers/os/translation/TranslationDefs.h headers/os/translation/TranslationErrors.h headers/os/translation/TranslationKit.h headers/os/translation/TranslatorAddOn.h headers/os/translation/TranslatorFormats.h Done: headers/os/add-ons/input_server/InputServerDevice.h headers/os/add-ons/tracker/TrackerAddOn.h headers/os/app/PropertyInfo.h headers/os/game/DirectWindow.h headers/os/interface/ChannelControl.h headers/os/interface/ChannelSlider.h headers/os/interface/Input.h headers/os/interface/MenuBar.h headers/os/interface/MultiChannelControl.h headers/os/interface/OptionControl.h headers/os/interface/OptionPopUp.h headers/os/interface/PopUpMenu.h headers/os/interface/PrintJob.h headers/os/interface/TextView.h headers/os/kernel/image.h headers/os/media/Buffer.h headers/os/media/BufferConsumer.h headers/os/media/BufferGroup.h headers/os/media/MediaFormats.h headers/os/media/MediaRoster.h headers/os/media/ParameterWeb.h headers/os/media/Sound.h headers/os/media/TimeSource.h headers/os/opengl/GLView.h -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 14:20:49 2009 From: trac at haiku-os.org (axeld) Date: Thu, 27 Aug 2009 12:20:49 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.916641df5d3317e911980271097ce72e@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by axeld): Yes, that definitely makes sense. Maybe only show this option if the kernel (and boot loader) were compiled with tracing turned on. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 14:24:49 2009 From: trac at haiku-os.org (stippi) Date: Thu, 27 Aug 2009 12:24:49 -0000 Subject: [Haiku-bugs] [Haiku] #1576: Some headers should be rewritten In-Reply-To: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> References: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> Message-ID: <049.210dc1056260c85916586077ed922e65@haiku-os.org> #1576: Some headers should be rewritten -----------------------+---------------------------------------------------- Reporter: korli | Owner: Type: bug | Status: new Priority: high | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Description changed by stippi: Old description: > Here is a list in headers/os. They should be reported in headers/build/. > > headers/os/be_apps/NetPositive/NetPositive.h > headers/os/device/A2D.h > headers/os/device/CAM.h > headers/os/device/D2A.h > headers/os/device/DigitalPort.h > headers/os/device/Joystick.h > headers/os/device/scsi.h > headers/os/device/SerialPort.h > headers/os/drivers/atomizer.h > headers/os/drivers/bus_manager.h > headers/os/drivers/ISA.h > headers/os/drivers/midi_driver.h > headers/os/drivers/PCI.h > headers/os/drivers/USB_printer.h > headers/os/drivers/USB_rle.h > headers/os/drivers/USB_spec.h > headers/os/kernel/scheduler.h > headers/os/mail/E-mail.h > headers/os/media/BufferProducer.h > headers/os/media/Controllable.h > headers/os/media/FileInterface.h > headers/os/media/MediaAddOn.h > headers/os/media/MediaDefs.h > headers/os/media/MediaEventLooper.h > headers/os/media/MediaFiles.h > headers/os/media/MediaNode.h > headers/os/media/PlaySound.h > headers/os/media/RealtimeAlloc.h > headers/os/media/SoundFile.h > headers/os/media/SoundPlayer.h > headers/os/media/TimeCode.h > headers/os/media/TimedEventQueue.h > headers/os/net/net_settings.h > headers/os/translation/BitmapStream.h > headers/os/translation/TranslationDefs.h > headers/os/translation/TranslationErrors.h > headers/os/translation/TranslationKit.h > headers/os/translation/TranslatorAddOn.h > headers/os/translation/TranslatorFormats.h > > Done: > headers/os/add-ons/input_server/InputServerDevice.h > headers/os/add-ons/tracker/TrackerAddOn.h > headers/os/app/PropertyInfo.h > headers/os/game/DirectWindow.h > headers/os/interface/ChannelControl.h > headers/os/interface/ChannelSlider.h > headers/os/interface/Input.h > headers/os/interface/MenuBar.h > headers/os/interface/MultiChannelControl.h > headers/os/interface/OptionControl.h > headers/os/interface/OptionPopUp.h > headers/os/interface/PopUpMenu.h > headers/os/interface/PrintJob.h > headers/os/interface/TextView.h > headers/os/kernel/image.h > headers/os/media/Buffer.h > headers/os/media/BufferConsumer.h > headers/os/media/BufferGroup.h > headers/os/media/MediaFormats.h > headers/os/media/MediaRoster.h > headers/os/media/ParameterWeb.h > headers/os/media/Sound.h > headers/os/media/TimeSource.h > headers/os/opengl/GLView.h New description: Here is a list in headers/os. They should be reported in headers/build/. headers/os/be_apps/NetPositive/NetPositive.h headers/os/device/A2D.h headers/os/device/CAM.h headers/os/device/D2A.h headers/os/device/DigitalPort.h headers/os/device/Joystick.h headers/os/device/scsi.h headers/os/device/SerialPort.h headers/os/drivers/atomizer.h headers/os/drivers/bus_manager.h headers/os/drivers/ISA.h headers/os/drivers/midi_driver.h headers/os/drivers/PCI.h headers/os/drivers/USB_printer.h headers/os/drivers/USB_rle.h headers/os/drivers/USB_spec.h headers/os/media/BufferProducer.h headers/os/media/Controllable.h headers/os/media/FileInterface.h headers/os/media/MediaAddOn.h headers/os/media/MediaDefs.h headers/os/media/MediaEventLooper.h headers/os/media/MediaFiles.h headers/os/media/MediaNode.h headers/os/media/PlaySound.h headers/os/media/RealtimeAlloc.h headers/os/media/SoundFile.h headers/os/media/SoundPlayer.h headers/os/media/TimeCode.h headers/os/media/TimedEventQueue.h headers/os/net/net_settings.h headers/os/translation/BitmapStream.h headers/os/translation/TranslationDefs.h headers/os/translation/TranslationErrors.h headers/os/translation/TranslationKit.h headers/os/translation/TranslatorAddOn.h headers/os/translation/TranslatorFormats.h Done: headers/os/add-ons/input_server/InputServerDevice.h headers/os/add-ons/tracker/TrackerAddOn.h headers/os/app/PropertyInfo.h headers/os/game/DirectWindow.h headers/os/interface/ChannelControl.h headers/os/interface/ChannelSlider.h headers/os/interface/Input.h headers/os/interface/MenuBar.h headers/os/interface/MultiChannelControl.h headers/os/interface/OptionControl.h headers/os/interface/OptionPopUp.h headers/os/interface/PopUpMenu.h headers/os/interface/PrintJob.h headers/os/interface/TextView.h headers/os/kernel/image.h headers/os/media/Buffer.h headers/os/media/BufferConsumer.h headers/os/media/BufferGroup.h headers/os/media/MediaFormats.h headers/os/media/MediaRoster.h headers/os/media/ParameterWeb.h headers/os/media/Sound.h headers/os/media/TimeSource.h headers/os/opengl/GLView.h -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 14:46:06 2009 From: trac at haiku-os.org (stippi) Date: Thu, 27 Aug 2009 12:46:06 -0000 Subject: [Haiku-bugs] [Haiku] #1576: Some headers should be rewritten In-Reply-To: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> References: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> Message-ID: <049.844e8921d1e549e6576ba8fdc30cd0bd@haiku-os.org> #1576: Some headers should be rewritten -----------------------+---------------------------------------------------- Reporter: korli | Owner: Type: bug | Status: new Priority: high | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Description changed by stippi: Old description: > Here is a list in headers/os. They should be reported in headers/build/. > > headers/os/be_apps/NetPositive/NetPositive.h > headers/os/device/A2D.h > headers/os/device/CAM.h > headers/os/device/D2A.h > headers/os/device/DigitalPort.h > headers/os/device/Joystick.h > headers/os/device/scsi.h > headers/os/device/SerialPort.h > headers/os/drivers/atomizer.h > headers/os/drivers/bus_manager.h > headers/os/drivers/ISA.h > headers/os/drivers/midi_driver.h > headers/os/drivers/PCI.h > headers/os/drivers/USB_printer.h > headers/os/drivers/USB_rle.h > headers/os/drivers/USB_spec.h > headers/os/media/BufferProducer.h > headers/os/media/Controllable.h > headers/os/media/FileInterface.h > headers/os/media/MediaAddOn.h > headers/os/media/MediaDefs.h > headers/os/media/MediaEventLooper.h > headers/os/media/MediaFiles.h > headers/os/media/MediaNode.h > headers/os/media/PlaySound.h > headers/os/media/RealtimeAlloc.h > headers/os/media/SoundFile.h > headers/os/media/SoundPlayer.h > headers/os/media/TimeCode.h > headers/os/media/TimedEventQueue.h > headers/os/net/net_settings.h > headers/os/translation/BitmapStream.h > headers/os/translation/TranslationDefs.h > headers/os/translation/TranslationErrors.h > headers/os/translation/TranslationKit.h > headers/os/translation/TranslatorAddOn.h > headers/os/translation/TranslatorFormats.h > > Done: > headers/os/add-ons/input_server/InputServerDevice.h > headers/os/add-ons/tracker/TrackerAddOn.h > headers/os/app/PropertyInfo.h > headers/os/game/DirectWindow.h > headers/os/interface/ChannelControl.h > headers/os/interface/ChannelSlider.h > headers/os/interface/Input.h > headers/os/interface/MenuBar.h > headers/os/interface/MultiChannelControl.h > headers/os/interface/OptionControl.h > headers/os/interface/OptionPopUp.h > headers/os/interface/PopUpMenu.h > headers/os/interface/PrintJob.h > headers/os/interface/TextView.h > headers/os/kernel/image.h > headers/os/media/Buffer.h > headers/os/media/BufferConsumer.h > headers/os/media/BufferGroup.h > headers/os/media/MediaFormats.h > headers/os/media/MediaRoster.h > headers/os/media/ParameterWeb.h > headers/os/media/Sound.h > headers/os/media/TimeSource.h > headers/os/opengl/GLView.h New description: Here is a list in headers/os. They should be reported in headers/build/. {{{ headers/os/be_apps/NetPositive/NetPositive.h headers/os/device/A2D.h headers/os/device/CAM.h headers/os/device/D2A.h headers/os/device/DigitalPort.h headers/os/device/Joystick.h headers/os/device/scsi.h headers/os/device/SerialPort.h headers/os/drivers/atomizer.h headers/os/drivers/bus_manager.h headers/os/drivers/ISA.h headers/os/drivers/midi_driver.h headers/os/drivers/PCI.h headers/os/drivers/USB_printer.h headers/os/drivers/USB_rle.h headers/os/drivers/USB_spec.h headers/os/media/BufferProducer.h headers/os/media/Controllable.h headers/os/media/FileInterface.h headers/os/media/MediaAddOn.h headers/os/media/MediaDefs.h headers/os/media/MediaEventLooper.h headers/os/media/MediaFiles.h headers/os/media/MediaNode.h headers/os/media/PlaySound.h headers/os/media/RealtimeAlloc.h headers/os/media/SoundFile.h headers/os/media/SoundPlayer.h headers/os/media/TimeCode.h headers/os/media/TimedEventQueue.h headers/os/translation/BitmapStream.h headers/os/translation/TranslationDefs.h headers/os/translation/TranslationErrors.h headers/os/translation/TranslationKit.h headers/os/translation/TranslatorAddOn.h headers/os/translation/TranslatorFormats.h }}} -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 14:50:39 2009 From: trac at haiku-os.org (stippi) Date: Thu, 27 Aug 2009 12:50:39 -0000 Subject: [Haiku-bugs] [Haiku] #1576: Some headers should be rewritten In-Reply-To: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> References: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> Message-ID: <049.244efde87ab7142cf3b494ddb0c825d2@haiku-os.org> #1576: Some headers should be rewritten -----------------------+---------------------------------------------------- Reporter: korli | Owner: Type: bug | Status: new Priority: high | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Description changed by stippi: Old description: > Here is a list in headers/os. They should be reported in headers/build/. > > {{{ > headers/os/be_apps/NetPositive/NetPositive.h > headers/os/device/A2D.h > headers/os/device/CAM.h > headers/os/device/D2A.h > headers/os/device/DigitalPort.h > headers/os/device/Joystick.h > headers/os/device/scsi.h > headers/os/device/SerialPort.h > headers/os/drivers/atomizer.h > headers/os/drivers/bus_manager.h > headers/os/drivers/ISA.h > headers/os/drivers/midi_driver.h > headers/os/drivers/PCI.h > headers/os/drivers/USB_printer.h > headers/os/drivers/USB_rle.h > headers/os/drivers/USB_spec.h > > headers/os/media/BufferProducer.h > headers/os/media/Controllable.h > headers/os/media/FileInterface.h > headers/os/media/MediaAddOn.h > headers/os/media/MediaDefs.h > headers/os/media/MediaEventLooper.h > headers/os/media/MediaFiles.h > headers/os/media/MediaNode.h > headers/os/media/PlaySound.h > headers/os/media/RealtimeAlloc.h > headers/os/media/SoundFile.h > headers/os/media/SoundPlayer.h > headers/os/media/TimeCode.h > headers/os/media/TimedEventQueue.h > > headers/os/translation/BitmapStream.h > headers/os/translation/TranslationDefs.h > headers/os/translation/TranslationErrors.h > headers/os/translation/TranslationKit.h > headers/os/translation/TranslatorAddOn.h > headers/os/translation/TranslatorFormats.h > }}} New description: Here is a list in headers/os. They should be reported in headers/build/. {{{ headers/os/be_apps/NetPositive/NetPositive.h headers/os/device/A2D.h headers/os/device/CAM.h headers/os/device/D2A.h headers/os/device/DigitalPort.h headers/os/device/Joystick.h headers/os/device/scsi.h headers/os/device/SerialPort.h headers/os/drivers/atomizer.h headers/os/drivers/bus_manager.h headers/os/drivers/ISA.h headers/os/drivers/midi_driver.h headers/os/drivers/PCI.h headers/os/drivers/USB_printer.h headers/os/drivers/USB_rle.h headers/os/drivers/USB_spec.h headers/os/media/Controllable.h headers/os/media/FileInterface.h headers/os/media/MediaAddOn.h headers/os/media/MediaDefs.h headers/os/media/MediaEventLooper.h headers/os/media/MediaFiles.h headers/os/media/MediaNode.h headers/os/media/PlaySound.h headers/os/media/RealtimeAlloc.h headers/os/media/SoundFile.h headers/os/media/SoundPlayer.h headers/os/media/TimeCode.h headers/os/media/TimedEventQueue.h headers/os/translation/BitmapStream.h headers/os/translation/TranslationDefs.h headers/os/translation/TranslationErrors.h headers/os/translation/TranslationKit.h headers/os/translation/TranslatorAddOn.h headers/os/translation/TranslatorFormats.h }}} -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 15:31:03 2009 From: trac at haiku-os.org (stippi) Date: Thu, 27 Aug 2009 13:31:03 -0000 Subject: [Haiku-bugs] [Haiku] #1576: Some headers should be rewritten In-Reply-To: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> References: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> Message-ID: <049.1cc1386a7f65b3f42356f97114ebd977@haiku-os.org> #1576: Some headers should be rewritten -----------------------+---------------------------------------------------- Reporter: korli | Owner: Type: bug | Status: new Priority: high | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Description changed by stippi: Old description: > Here is a list in headers/os. They should be reported in headers/build/. > > {{{ > headers/os/be_apps/NetPositive/NetPositive.h > > headers/os/device/A2D.h > headers/os/device/CAM.h > headers/os/device/D2A.h > headers/os/device/DigitalPort.h > headers/os/device/Joystick.h > headers/os/device/scsi.h > headers/os/device/SerialPort.h > > headers/os/drivers/atomizer.h > headers/os/drivers/bus_manager.h > headers/os/drivers/ISA.h > headers/os/drivers/midi_driver.h > headers/os/drivers/PCI.h > headers/os/drivers/USB_printer.h > headers/os/drivers/USB_rle.h > headers/os/drivers/USB_spec.h > > headers/os/media/Controllable.h > headers/os/media/FileInterface.h > headers/os/media/MediaAddOn.h > headers/os/media/MediaDefs.h > headers/os/media/MediaEventLooper.h > headers/os/media/MediaFiles.h > headers/os/media/MediaNode.h > headers/os/media/PlaySound.h > headers/os/media/RealtimeAlloc.h > headers/os/media/SoundFile.h > headers/os/media/SoundPlayer.h > headers/os/media/TimeCode.h > headers/os/media/TimedEventQueue.h > > headers/os/translation/BitmapStream.h > headers/os/translation/TranslationDefs.h > headers/os/translation/TranslationErrors.h > headers/os/translation/TranslationKit.h > headers/os/translation/TranslatorAddOn.h > headers/os/translation/TranslatorFormats.h > }}} New description: Here is a list in headers/os. They should be reported in headers/build/. {{{ headers/os/be_apps/NetPositive/NetPositive.h headers/os/device/A2D.h headers/os/device/CAM.h headers/os/device/D2A.h headers/os/device/DigitalPort.h headers/os/device/Joystick.h headers/os/device/scsi.h headers/os/device/SerialPort.h headers/os/drivers/atomizer.h headers/os/drivers/bus_manager.h headers/os/drivers/ISA.h headers/os/drivers/midi_driver.h headers/os/drivers/PCI.h headers/os/drivers/USB_printer.h headers/os/drivers/USB_rle.h headers/os/drivers/USB_spec.h headers/os/media/MediaDefs.h headers/os/media/MediaEventLooper.h headers/os/media/MediaFiles.h headers/os/media/MediaNode.h headers/os/media/PlaySound.h headers/os/media/RealtimeAlloc.h headers/os/media/SoundFile.h headers/os/media/SoundPlayer.h headers/os/media/TimeCode.h headers/os/media/TimedEventQueue.h headers/os/translation/BitmapStream.h headers/os/translation/TranslationDefs.h headers/os/translation/TranslationErrors.h headers/os/translation/TranslationKit.h headers/os/translation/TranslatorAddOn.h headers/os/translation/TranslatorFormats.h }}} -- -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 16:22:19 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 27 Aug 2009 14:22:19 -0000 Subject: [Haiku-bugs] [Haiku] #4183: Rotate Indices Left/Right shortcut (patch) In-Reply-To: <044.358daf06844d3e54100cb769ac659fca@haiku-os.org> References: <044.358daf06844d3e54100cb769ac659fca@haiku-os.org> Message-ID: <053.33e3b6b0b1a657006ea5bfb11d072042@haiku-os.org> #4183: Rotate Indices Left/Right shortcut (patch) ----------------------------------------+----------------------------------- Reporter: humdinger | Owner: stippi Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Applications/Icon-O-Matic | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------------------+----------------------------------- Changes (by humdinger): * status: assigned => closed * resolution: => fixed Comment: Applied patch in r32756. Closing ticket. Thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 16:29:08 2009 From: trac at haiku-os.org (bonefish) Date: Thu, 27 Aug 2009 14:29:08 -0000 Subject: [Haiku-bugs] [Haiku] #4188: Kernel very unstable after heap changes in r32074 In-Reply-To: <041.ed79787eca30336975880367555054c1@haiku-os.org> References: <041.ed79787eca30336975880367555054c1@haiku-os.org> Message-ID: <050.2dddfdf78d3f19ac4941a4d98a1a5b04@haiku-os.org> #4188: Kernel very unstable after heap changes in r32074 ---------------------------+------------------------------------------------ Reporter: stippi | Owner: mmlr Type: bug | Status: new Priority: critical | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by bonefish): The reattaching should be quite robust. Even if a randomly overwritten buffer is used, the checks introduced in r31999 should make sure that at least the entry list is completely valid. I.e. allocating entries should never be a problem -- if it crashes, there's obviously a bug which should be fixed. Printing old entries can fail (crash), since the entries themselves are not validated, but printing happens in the kernel debugger only on explicit request and should usually be caught by the fault handler anyway. So I don't think there's a good reason to disable it by default. I wouldn't mind a kernel tracing setting (compile time), but an opt-in boot menu setting seems quite unhandy, since when you would need the tracing buffer recovery, there's a good chance to forget to enter the boot menu (or miss the time window) and then your old tracing buffer is gone for good. For triple faults it's even worse. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 16:34:56 2009 From: trac at haiku-os.org (axeld) Date: Thu, 27 Aug 2009 14:34:56 -0000 Subject: [Haiku-bugs] [Haiku] #1576: Some headers should be rewritten In-Reply-To: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> References: <040.e83e7424b795679f4337b358ef6c301d@haiku-os.org> Message-ID: <049.f3a9254d32394e550f55372e5a0972b7@haiku-os.org> #1576: Some headers should be rewritten -----------------------+---------------------------------------------------- Reporter: korli | Owner: Type: bug | Status: new Priority: high | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Old description: > Here is a list in headers/os. They should be reported in headers/build/. > > {{{ > headers/os/be_apps/NetPositive/NetPositive.h > > headers/os/device/A2D.h > headers/os/device/CAM.h > headers/os/device/D2A.h > headers/os/device/DigitalPort.h > headers/os/device/Joystick.h > headers/os/device/scsi.h > headers/os/device/SerialPort.h > > headers/os/drivers/atomizer.h > headers/os/drivers/bus_manager.h > headers/os/drivers/ISA.h > headers/os/drivers/midi_driver.h > headers/os/drivers/PCI.h > headers/os/drivers/USB_printer.h > headers/os/drivers/USB_rle.h > headers/os/drivers/USB_spec.h > > headers/os/media/MediaDefs.h > headers/os/media/MediaEventLooper.h > headers/os/media/MediaFiles.h > headers/os/media/MediaNode.h > headers/os/media/PlaySound.h > headers/os/media/RealtimeAlloc.h > headers/os/media/SoundFile.h > headers/os/media/SoundPlayer.h > headers/os/media/TimeCode.h > headers/os/media/TimedEventQueue.h > > headers/os/translation/BitmapStream.h > headers/os/translation/TranslationDefs.h > headers/os/translation/TranslationErrors.h > headers/os/translation/TranslationKit.h > headers/os/translation/TranslatorAddOn.h > headers/os/translation/TranslatorFormats.h > }}} New description: Here is a list in headers/os. They should be reported in headers/build/. {{{ headers/os/be_apps/NetPositive/NetPositive.h headers/os/device/A2D.h headers/os/device/CAM.h headers/os/device/D2A.h headers/os/device/DigitalPort.h headers/os/device/Joystick.h headers/os/device/scsi.h headers/os/device/SerialPort.h headers/os/drivers/atomizer.h headers/os/drivers/bus_manager.h headers/os/drivers/ISA.h headers/os/drivers/midi_driver.h headers/os/drivers/PCI.h headers/os/drivers/USB_printer.h headers/os/drivers/USB_rle.h headers/os/drivers/USB_spec.h headers/os/media/MediaDefs.h headers/os/media/MediaEventLooper.h headers/os/media/MediaFiles.h headers/os/media/MediaNode.h headers/os/media/PlaySound.h headers/os/media/RealtimeAlloc.h headers/os/media/SoundFile.h headers/os/media/SoundPlayer.h headers/os/media/TimeCode.h headers/os/media/TimedEventQueue.h }}} -- Comment(by axeld): Translation Kit headers done. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 16:40:20 2009 From: trac at haiku-os.org (anevilyak) Date: Thu, 27 Aug 2009 14:40:20 -0000 Subject: [Haiku-bugs] [Haiku] #4350: App server heap corruption-related crashes Message-ID: <044.ba9d2f3c295b01d98d20f1377f4838e2@haiku-os.org> #4350: App server heap corruption-related crashes --------------------------------+------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- On several different occasions in the past week or two I've encountered crashes that look something like the following: {{{ #1: debugger() #2: __assert_fail() #3: BPrivate::hoardHeap:findAvailableSuperblock() #4: BPrivate::threadHeap::malloc() #5: malloc() #6; operator new() #7-#13 - various ops chaining off an std::map insertion. #14: BPrivate::BTokenSpace::SetToken(this=0x18055f58, token=35, type=1, object=0x1861a048) #15: View::AttachedToWindow() #16: View::AddChild() #17: ServerWindow::_DispatchMessage() #18: ServerWindow::_MessageLooper() #19: MessageLooper::_message_thread() #20: thread_entry() }}} Pardon the lack of detail but alt+sysrq+d appears to be unusable from the gdb session used for app_server crashes. I've encountered this one while trying to reproduce #4343, and #698. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 17:13:50 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 27 Aug 2009 15:13:50 -0000 Subject: [Haiku-bugs] [Haiku] #4334: [UserGuide] filename prefix duplication In-Reply-To: <040.cce0aab4bce7e7cff09892052956cb94@haiku-os.org> References: <040.cce0aab4bce7e7cff09892052956cb94@haiku-os.org> Message-ID: <049.022e9c810f66b4667b68c522e473634a@haiku-os.org> #4334: [UserGuide] filename prefix duplication ----------------------------+----------------------------------------------- Reporter: diver | Owner: humdinger Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Documentation | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ----------------------------+----------------------------------------------- Changes (by humdinger): * status: new => closed * resolution: => fixed Comment: Renamed all apps-/prefs-/desktop-applets- html files with r32759. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 17:18:34 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 27 Aug 2009 15:18:34 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.0613848221478a49498d267cc8702f45@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by humdinger): Thanks very much, Rudolf. You're also on my beer list for BeGeistert, BTW. So, if you could come, now it will *really* be worth your while. :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 17:19:40 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 27 Aug 2009 15:19:40 -0000 Subject: [Haiku-bugs] [Haiku] #4185: Changing window properties with context menu In-Reply-To: <044.673140946bc07b44d8ff86af899ecb95@haiku-os.org> References: <044.673140946bc07b44d8ff86af899ecb95@haiku-os.org> Message-ID: <053.fc9df9608f91bd295b68ba2972938c01@haiku-os.org> #4185: Changing window properties with context menu --------------------------------------+------------------------------------- Reporter: humdinger | Owner: leavengood Type: enhancement | Status: closed Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------------+------------------------------------- Comment(by humdinger): Perfect, thanks! -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 17:25:16 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 27 Aug 2009 15:25:16 -0000 Subject: [Haiku-bugs] [Haiku] #4351: Modifier+Click should switch workspaces Message-ID: <044.284decdb89515328128b62f0bad8b10a@haiku-os.org> #4351: Modifier+Click should switch workspaces -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- This is r32748. Workspaces provides "special functionality", when left-clicking on a window-representation while holding a modifier key (CTRL, CTRL+SHIFT, OPT). When you try to use it, however, it switches workspaces if you click into another workspace pane. Holding one of those modifiers should disble workspace switching. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 17:28:20 2009 From: trac at haiku-os.org (anevilyak) Date: Thu, 27 Aug 2009 15:28:20 -0000 Subject: [Haiku-bugs] [Haiku] #4351: Modifier+Click should switch workspaces In-Reply-To: <044.284decdb89515328128b62f0bad8b10a@haiku-os.org> References: <044.284decdb89515328128b62f0bad8b10a@haiku-os.org> Message-ID: <053.c3d2e28afd4051e8c339a07470818abe@haiku-os.org> #4351: Modifier+Click should switch workspaces -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by anevilyak): In that case I guess the ticket title should say "shouldn't switch"? Or am I misreading your detail description? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 17:29:22 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 27 Aug 2009 15:29:22 -0000 Subject: [Haiku-bugs] [Haiku] #4351: Modifier+Click should not switch workspaces (was: Modifier+Click should switch workspaces) In-Reply-To: <044.284decdb89515328128b62f0bad8b10a@haiku-os.org> References: <044.284decdb89515328128b62f0bad8b10a@haiku-os.org> Message-ID: <053.156051d509a33f09fad477e25e5e0b65@haiku-os.org> #4351: Modifier+Click should not switch workspaces -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Workspaces | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by humdinger): Nitpicker. :) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 18:27:01 2009 From: trac at haiku-os.org (axeld) Date: Thu, 27 Aug 2009 16:27:01 -0000 Subject: [Haiku-bugs] [Haiku] #4284: [patch] ReleaseBuildProfiles, OptionalPackagesDependencies for R1Alpha1 In-Reply-To: <041.650b0e5fed789bbf783c23ff8a53b19c@haiku-os.org> References: <041.650b0e5fed789bbf783c23ff8a53b19c@haiku-os.org> Message-ID: <050.a7b5839211c64d405a2b403b19a35604@haiku-os.org> #4284: [patch] ReleaseBuildProfiles, OptionalPackagesDependencies for R1Alpha1 ---------------------------+------------------------------------------------ Reporter: mmadia | Owner: bonefish Type: enhancement | Status: closed Priority: normal | Milestone: R1/alpha1 Component: Build System | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------+------------------------------------------------ Changes (by axeld): * status: new => closed * resolution: => fixed Comment: More or less applied in r32762 - I only added Python directly, though, as I don't think "Development" should contain every language available. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 19:43:15 2009 From: trac at haiku-os.org (humdinger) Date: Thu, 27 Aug 2009 17:43:15 -0000 Subject: [Haiku-bugs] [Haiku] #4330: [KDL] can't enter it with alt+SysReq+d in VirtualBox In-Reply-To: <040.8863e962ac8253a674a7a115964ce769@haiku-os.org> References: <040.8863e962ac8253a674a7a115964ce769@haiku-os.org> Message-ID: <049.9e31a7583b994eca8f2a579ac49419ac@haiku-os.org> #4330: [KDL] can't enter it with alt+SysReq+d in VirtualBox ------------------------------------+--------------------------------------- Reporter: diver | Owner: korli Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Add-Ons/Input Filters | Version: R1 development Resolution: invalid | Blockedby: Platform: All | Blocking: ------------------------------------+--------------------------------------- Comment(by humdinger): I recently had a similar issue and compiled and added the CLI app kernel_debugger to the image. Is there a reason, the kernel_debugger isn't part of every (alpha) image? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 22:23:03 2009 From: trac at haiku-os.org (jackburton) Date: Thu, 27 Aug 2009 20:23:03 -0000 Subject: [Haiku-bugs] [Haiku] #4350: App server heap corruption-related crashes In-Reply-To: <044.ba9d2f3c295b01d98d20f1377f4838e2@haiku-os.org> References: <044.ba9d2f3c295b01d98d20f1377f4838e2@haiku-os.org> Message-ID: <053.53beec9c313eff361f538592ceecaa6f@haiku-os.org> #4350: App server heap corruption-related crashes --------------------------------+------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by jackburton): tried F12 by chance ? I think it's still mapped to it while in the app_server gdb session. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 22:26:05 2009 From: trac at haiku-os.org (anevilyak) Date: Thu, 27 Aug 2009 20:26:05 -0000 Subject: [Haiku-bugs] [Haiku] #4350: App server heap corruption-related crashes In-Reply-To: <044.ba9d2f3c295b01d98d20f1377f4838e2@haiku-os.org> References: <044.ba9d2f3c295b01d98d20f1377f4838e2@haiku-os.org> Message-ID: <053.b18d8530e6cc5d764259d78e0bb16598@haiku-os.org> #4350: App server heap corruption-related crashes --------------------------------+------------------------------------------- Reporter: anevilyak | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by anevilyak): Was not aware of that, will try next time. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 22:33:48 2009 From: trac at haiku-os.org (jackburton) Date: Thu, 27 Aug 2009 20:33:48 -0000 Subject: [Haiku-bugs] [Haiku] #4176: Remove workaround from libroot/posix/glob.c In-Reply-To: <042.6be2fbc631db95fc878aa7d3c9252180@haiku-os.org> References: <042.6be2fbc631db95fc878aa7d3c9252180@haiku-os.org> Message-ID: <051.294c3b9ac3b805189266277bd5c78390@haiku-os.org> #4176: Remove workaround from libroot/posix/glob.c --------------------------------+------------------------------------------- Reporter: kaliber | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: System/libroot.so | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: --------------------------------+------------------------------------------- Changes (by jackburton): * status: new => closed * resolution: => fixed Comment: Done in r32766. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 22:33:58 2009 From: trac at haiku-os.org (rudolfc) Date: Thu, 27 Aug 2009 20:33:58 -0000 Subject: [Haiku-bugs] [Haiku] #4229: nv7600go notebook chipset results in a black screen In-Reply-To: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> References: <044.f4a4bb341039d2eca45f972a2d641178@haiku-os.org> Message-ID: <053.1791319d89d94b4eebf7916e207db0ae@haiku-os.org> #4229: nv7600go notebook chipset results in a black screen -------------------------------------+-------------------------------------- Reporter: humdinger | Owner: rudolfc Type: bug | Status: new Priority: normal | Milestone: R1 Component: Drivers/Graphics/nVidia | Version: R1 development Blockedby: | Platform: All Blocking: | -------------------------------------+-------------------------------------- Comment(by rudolfc): Hi again, Well, the hooks are implemented. EDID is fully ready. Can you please test? About BG: Thanks! I am seriously considering coming this fall.. :-) Bye! Rudolf. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 22:33:06 2009 From: trac at haiku-os.org (miqlas) Date: Thu, 27 Aug 2009 20:33:06 -0000 Subject: [Haiku-bugs] [Haiku] #4352: Pe editor bug when editing a file Message-ID: <041.fefb1f07ebdc7eb2aead1374d6b0d930@haiku-os.org> #4352: Pe editor bug when editing a file --------------------------+------------------------------------------------- Reporter: miqlas | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Make a link on the desktop for an text file. Open this link with the Pe. Edit it, and save. It will replace the original file with an link, and You lose te content of the edited file. I found this bug in r32591 GCC4 Haiku. I don't tested this with another editor yet :S -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Thu Aug 27 22:41:43 2009 From: trac at haiku-os.org (mmlr) Date: Thu, 27 Aug 2009 20:41:43 -0000 Subject: [Haiku-bugs] [Haiku] #4352: Pe editor bug when editing a file In-Reply-To: <041.fefb1f07ebdc7eb2aead1374d6b0d930@haiku-os.org> References: <041.fefb1f07ebdc7eb2aead1374d6b0d930@haiku-os.org> Message-ID: <050.de9222a142ff8727254cb41064dc5369@haiku-os.org> #4352: Pe editor bug when editing a file --------------------------+------------------------------------------------- Reporter: miqlas | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by mmlr): It doesn't actually replace the file. It just gets the wrong mimetype, the symlink one. So it looks like a (broken) symlink, but it really isn't. You can change the mimetype back using the FileType add-on for example. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 01:22:05 2009 From: trac at haiku-os.org (bonefish) Date: Thu, 27 Aug 2009 23:22:05 -0000 Subject: [Haiku-bugs] [Haiku] #4130: [Tracker] crash in Model::StatChanged () In-Reply-To: <040.4c2354d150b815fa1ff9b8bf2acd61cf@haiku-os.org> References: <040.4c2354d150b815fa1ff9b8bf2acd61cf@haiku-os.org> Message-ID: <049.4eef2cc731c0713dd1cb459d87ae947a@haiku-os.org> #4130: [Tracker] crash in Model::StatChanged () ----------------------------------+----------------------------------------- Reporter: diver | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Tracker | Version: R1 development Blockedby: | Platform: All Blocking: | ----------------------------------+----------------------------------------- Comment(by bonefish): Also encountered in r32727 alpha 1 branch. {{{ 00114b90 : 114b90: 55 push %ebp 114b91: 89 e5 mov %esp,%ebp 114b93: 83 ec 0c sub $0xc,%esp 114b96: 57 push %edi 114b97: 56 push %esi 114b98: 53 push %ebx 114b99: e8 00 00 00 00 call 114b9e 114b9e: 5b pop %ebx 114b9f: 81 c3 a6 c4 0c 00 add $0xcc4a6,%ebx 114ba5: 8b 7d 08 mov 0x8(%ebp),%edi 114ba8: 8b 77 1c mov 0x1c(%edi),%esi 114bab: 83 c4 f8 add $0xfffffff8,%esp 114bae: 8b 57 74 mov 0x74(%edi),%edx 114bb1: 8b 4a 10 mov 0x10(%edx),%ecx }}} The last instruction is the point of crash; %edx is NULL. %edi should be the object pointer and 0x74(%edi) the fNode member. So apparently the Model's fNode member is NULL. I've already seen the bug several times. It usually happens with a tracker window for a directory in which a lot of file adding/removing is happing. Easy to reproduce with: {{{ mkdir /tmp/tt; cd /tmp/tt; open .; while true; do touch $(seq 100); rm $(seq 100); done }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 01:28:50 2009 From: trac at haiku-os.org (marcusoverhagen) Date: Thu, 27 Aug 2009 23:28:50 -0000 Subject: [Haiku-bugs] [Haiku] #4308: ATA finds no boot partition In-Reply-To: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> References: <048.baabc04d25a41f378c0f63029787e87b@haiku-os.org> Message-ID: <057.0a67d88daebe288a075971f7f53fdae2@haiku-os.org> #4308: ATA finds no boot partition ---------------------------+------------------------------------------------ Reporter: jonas.kirilla | Owner: mmlr Type: bug | Status: assigned Priority: high | Milestone: R1/alpha1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: All Blocking: | ---------------------------+------------------------------------------------ Comment(by marcusoverhagen): Please test r32770 now. (without the patch) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 02:10:05 2009 From: trac at haiku-os.org (Pete) Date: Fri, 28 Aug 2009 00:10:05 -0000 Subject: [Haiku-bugs] [Haiku] #4353: 'common' folder appears as text-file type Message-ID: <039.783519d9ea6b3342a87e666b86b23bba@haiku-os.org> #4353: 'common' folder appears as text-file type -----------------------+---------------------------------------------------- Reporter: Pete | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- In the distributed raw image r32645, '/boot/common' shows up as a text file (although the contents are available when clicked). Within the folder, 'bin' also appears with a text icon. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 02:14:08 2009 From: trac at haiku-os.org (bga) Date: Fri, 28 Aug 2009 00:14:08 -0000 Subject: [Haiku-bugs] [Haiku] #4354: app_server crash in Screen:Frame(). Message-ID: <038.89b648c0dcea5ef27203d8c52daf48d8@haiku-os.org> #4354: app_server crash in Screen:Frame(). --------------------------------+------------------------------------------- Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: high | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- And you thought the BDirectWindow saga was over! Unfortunately I have no stack crawl as my USB keyboard does not work with the app_server debug console. i think this should not be much of a problem as, at least here, it happens 100% of the time. Here is how I reproduce it: 1 - Change to some resolution using BScreen::SetMode().[[BR]] 2 - Create a BDirectWindow and set it full screen.[[BR]] 3 - Switch to some higher resolution with BScreen::SetMode().[[BR]] 4 - Crash. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 02:21:15 2009 From: trac at haiku-os.org (bga) Date: Fri, 28 Aug 2009 00:21:15 -0000 Subject: [Haiku-bugs] [Haiku] #4355: GLTeapot stops rendering when teapot is not spinning. Message-ID: <038.d49ba786099de323da8787be7b47fcb8@haiku-os.org> #4355: GLTeapot stops rendering when teapot is not spinning. --------------------------+------------------------------------------------- Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- If you start the GLTeapot demo and then click with the mouse inside the teapot so that the teapot stops spinning, the window will also stop refreshing so if any part of the teapot is obscured, that part will disappear until you spin the teapot again. Moving the window itself also make the teapot disappear completely. Also, it may or may not be related but when the teapot is spinning and you move the window around, there is lots of flickering in the image. All of this is using the VESA driver and r32768. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 02:28:18 2009 From: trac at haiku-os.org (bga) Date: Fri, 28 Aug 2009 00:28:18 -0000 Subject: [Haiku-bugs] [Haiku] #4356: When hardware cursor is not available, mouse cursor should be disabled in BDirectWindow windows. Message-ID: <038.a7232bbd47a5c58835e12885d386eeee@haiku-os.org> #4356: When hardware cursor is not available, mouse cursor should be disabled in BDirectWindow windows. --------------------------------+------------------------------------------- Reporter: bga | Owner: axeld Type: enhancement | Status: new Priority: low | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- In BeOS, the lack of a hardware mouse cursor would prevent using BDirectWindow in Window mode completely. One of the reasons for this is the fact that the drawing thread will draw over the mouse cursor and this looks very weird (check GLTeapot for example). As we do not have hardware cursor support at all yet, this problem happens even with accelerated drivers. I would like to propose that we keep the window support even without hardware cursor support but I would like to suggest that, in this case, we disable the mouse cursor automatically in such window. If the code could be smart enough automatically reenable if it is over a interface kit widget inside the Window, even better. of course this would have to be documented so developers know that, in this case, they would have to draw their own cursor (we could even provide a method to do exactly that that the developer could call from inside his drawing thread. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 03:21:16 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 28 Aug 2009 01:21:16 -0000 Subject: [Haiku-bugs] [Haiku] #4357: Alpha-CD boot error In-Reply-To: <043.49bee53b31b090023a7d50e287681b77@haiku-os.org> References: <043.49bee53b31b090023a7d50e287681b77@haiku-os.org> Message-ID: <052.1419ac3aab04a3039a08704bd001f625@haiku-os.org> #4357: Alpha-CD boot error --------------------------------+------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: System/Boot Loader | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by mmlr): * component: - General => System/Boot Loader -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 03:55:35 2009 From: trac at haiku-os.org (anevilyak) Date: Fri, 28 Aug 2009 01:55:35 -0000 Subject: [Haiku-bugs] [Haiku] #4354: app_server crash in Screen:Frame(). In-Reply-To: <038.89b648c0dcea5ef27203d8c52daf48d8@haiku-os.org> References: <038.89b648c0dcea5ef27203d8c52daf48d8@haiku-os.org> Message-ID: <047.21b3ef176063280cb00b832a2551adfa@haiku-os.org> #4354: app_server crash in Screen:Frame(). --------------------------------+------------------------------------------- Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: high | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by anevilyak): I'm seeing this as well when the screen saver kicks in: {{{ vm_soft_fault: va 0x0 not covered by area in address space vm_page_fault: vm_soft_fault returned error 'Bad address' on fault at 0xc, ip 0x2628a0, write 0, user 1, thread 0x521 vm_page_fault: thread "w:1310:ScreenSaver Window" (1313) in team "app_server" (62) tried to read address 0xc, ip 0x2628a0 ("app_server_seg0ro" +0x628a0) debug_server: Thread 1313 entered the debugger: Segment violation stack trace, current PC 0x2628a0 _ZNK6Screen5FrameEv + 0xe: (0x705d5ddc) 0x27415a _ZN12ServerWindow19_ResizeToFullScreenEv + 0x2c (0x705d5e1c) 0x27422f _ZN12ServerWindow26_DirectWindowSetFullScreenEb + 0x6b (0x705d5e5c) 0x27b5e6 _ZN12ServerWindow16_DispatchMessageElRN8BPrivate12LinkReceiverE + 0xda2 (0x705d5f1c) 0x276809 _ZN12ServerWindow14_MessageLooperEv + 0x27f (0x705d5f9c) 0x25f1a3 _ZN13MessageLooper15_message_threadEPv + 0xf (0x705d5fbc) 0x74e0cd thread_entry + 0x1a }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 04:36:48 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 28 Aug 2009 02:36:48 -0000 Subject: [Haiku-bugs] [Haiku] #4171: SoundPlay is crashing when unflattening a BMessage. In-Reply-To: <038.484764ed1f1d45f0e71b13cb90123409@haiku-os.org> References: <038.484764ed1f1d45f0e71b13cb90123409@haiku-os.org> Message-ID: <047.68c49dc20f9c71db8fd88fc8238b3d13@haiku-os.org> #4171: SoundPlay is crashing when unflattening a BMessage. -----------------------------------+---------------------------------------- Reporter: bga | Owner: axeld Type: bug | Status: closed Priority: normal | Milestone: R1 Component: Kits/Application Kit | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: -----------------------------------+---------------------------------------- Changes (by mmlr): * status: new => closed * resolution: => fixed Comment: Fixed in r32772. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 03:03:15 2009 From: trac at haiku-os.org (Disreali) Date: Fri, 28 Aug 2009 01:03:15 -0000 Subject: [Haiku-bugs] [Haiku] #4357: Alpha-CD boot error Message-ID: <043.49bee53b31b090023a7d50e287681b77@haiku-os.org> #4357: Alpha-CD boot error -----------------------+---------------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- I attempted to boot alpha-candidate r32746 CD on an ACER M5620 and received the following error: {{{ ***PANIC*** mmu_free: asked to unmap out of range region (0x8021000, size 1000) }}} I burnt the iso to cd with ImgBurn using single speed. I was able to get more info by hitting twice very fast as the cd started to spin up. Photo attached. {{{ Hardware info: System Information ---------------------- System Name Aspire M5620 Mainboard Vendor ACER Mainboard Model G33T-AM BIOS Vendor American Megatrends Inc. Processor 1 (ID = 0) Number of cores 4 (max 4) Number of threads 4 (max 4) Name Intel Core 2 Quad Q6600 Codename Kentsfield Specification Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz Chipset Northbridge Intel P35/G33/G31 rev. A2 Southbridge Intel 82801IR (ICH9R) rev. 02 Graphic Interface PCI-Express PCI-E Link Width x16 PCI-E Max Link Width x16 Memory Type DDR2 Memory Size 3072 MBytes }}} -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 02:52:26 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 28 Aug 2009 00:52:26 -0000 Subject: [Haiku-bugs] [Haiku] #4353: 'common' folder appears as text-file type In-Reply-To: <039.783519d9ea6b3342a87e666b86b23bba@haiku-os.org> References: <039.783519d9ea6b3342a87e666b86b23bba@haiku-os.org> Message-ID: <048.c446906f4d80d5e4d5e9237f00c77e79@haiku-os.org> #4353: 'common' folder appears as text-file type --------------------------+------------------------------------------------- Reporter: Pete | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by mmlr): * owner: axeld => bonefish * component: - General => Build System -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 05:15:21 2009 From: trac at haiku-os.org (Disreali) Date: Fri, 28 Aug 2009 03:15:21 -0000 Subject: [Haiku-bugs] [Haiku] #4358: Be Menu items disappears after changing Tracker prefs Message-ID: <043.01875c3b75092a9be36a1a5e68b96a15@haiku-os.org> #4358: Be Menu items disappears after changing Tracker prefs -----------------------+---------------------------------------------------- Reporter: Disreali | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: - General | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------+---------------------------------------------------- Tested on alpha-candidate iso r32770 with VirutalBox 3.0.4 Boot up alpha iso in emulator and select Desktop when asked. Go to the Leaf Menu to make sure it is populated, then go to Preferences -> Tracker. Changing a single pref check box will trigger. Go back to leaf menu and it will say 'Be folder is empty' under Recent Applications. It is always reproducible on this rev. Changing any pref should not wipe out the be menu folder. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 05:18:15 2009 From: trac at haiku-os.org (mmlr) Date: Fri, 28 Aug 2009 03:18:15 -0000 Subject: [Haiku-bugs] [Haiku] #4358: Be Menu items disappears after changing Tracker prefs In-Reply-To: <043.01875c3b75092a9be36a1a5e68b96a15@haiku-os.org> References: <043.01875c3b75092a9be36a1a5e68b96a15@haiku-os.org> Message-ID: <052.ba805544c0c657e4262237e453968194@haiku-os.org> #4358: Be Menu items disappears after changing Tracker prefs --------------------------+------------------------------------------------- Reporter: Disreali | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: File Systems | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Changes (by mmlr): * owner: axeld => mmlr * status: new => assigned * component: - General => File Systems Comment: Probably write_overlay related. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 09:05:21 2009 From: trac at haiku-os.org (hiei) Date: Fri, 28 Aug 2009 07:05:21 -0000 Subject: [Haiku-bugs] [Haiku] #4312: "Could not read block, operation timed out" at boot In-Reply-To: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> References: <039.8d86db3b0c3fd727e8cc785b4f3b7636@haiku-os.org> Message-ID: <048.f2482a90657c6f9e0c6179f70a717cf5@haiku-os.org> #4312: "Could not read block, operation timed out" at boot -------------------------+-------------------------------------------------- Reporter: hiei | Owner: mmlr Type: bug | Status: assigned Priority: normal | Milestone: R1 Component: Drivers/USB | Version: R1 development Blockedby: | Platform: x86 Blocking: | -------------------------+-------------------------------------------------- Comment(by hiei): I've tried the alfa1 candidate image that doesn't have the fireware driver included and now haiku boots correctly. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 09:14:07 2009 From: trac at haiku-os.org (axeld) Date: Fri, 28 Aug 2009 07:14:07 -0000 Subject: [Haiku-bugs] [Haiku] #4353: 'common' folder appears as text-file type In-Reply-To: <039.783519d9ea6b3342a87e666b86b23bba@haiku-os.org> References: <039.783519d9ea6b3342a87e666b86b23bba@haiku-os.org> Message-ID: <048.2cd5155147426a9f853575d324b9586f@haiku-os.org> #4353: 'common' folder appears as text-file type --------------------------+------------------------------------------------- Reporter: Pete | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by axeld): This is something I also often get when I don't use xattr support, and build on Linux. It could be that it only happens with -j2 (or higher), but I'm not sure about it. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 11:23:35 2009 From: trac at haiku-os.org (jackburton) Date: Fri, 28 Aug 2009 09:23:35 -0000 Subject: [Haiku-bugs] [Haiku] #4354: app_server crash in Screen:Frame(). In-Reply-To: <038.89b648c0dcea5ef27203d8c52daf48d8@haiku-os.org> References: <038.89b648c0dcea5ef27203d8c52daf48d8@haiku-os.org> Message-ID: <047.72b5a1449d4541ed710e309a34971316@haiku-os.org> #4354: app_server crash in Screen:Frame(). --------------------------------+------------------------------------------- Reporter: bga | Owner: jackburton Type: bug | Status: assigned Priority: high | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Changes (by jackburton): * status: new => assigned Comment: Should be fixed in r32774, can you confirm ? -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 11:34:43 2009 From: trac at haiku-os.org (axeld) Date: Fri, 28 Aug 2009 09:34:43 -0000 Subject: [Haiku-bugs] [Haiku] #4354: app_server crash in Screen:Frame(). In-Reply-To: <038.89b648c0dcea5ef27203d8c52daf48d8@haiku-os.org> References: <038.89b648c0dcea5ef27203d8c52daf48d8@haiku-os.org> Message-ID: <047.fc9ac4ea7de8c9a4cb99fdb42da5c219@haiku-os.org> #4354: app_server crash in Screen:Frame(). ---------------------------------+------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: closed Priority: high | Milestone: R1/alpha1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Changes (by axeld): * status: assigned => closed * resolution: => fixed * milestone: R1 => R1/alpha1 Comment: Damn, I should have accepted that bug before looking into it; thanks Stefano! I've added proper locking in r32775, as that was missing, too. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 11:48:09 2009 From: trac at haiku-os.org (svend) Date: Fri, 28 Aug 2009 09:48:09 -0000 Subject: [Haiku-bugs] [Haiku] #4232: problem starting vmware player with the gcc4 compiled disk image In-Reply-To: <044.bb09f4aa88971f3ea16e907312661b24@haiku-os.org> References: <044.bb09f4aa88971f3ea16e907312661b24@haiku-os.org> Message-ID: <053.3595dc2c4cfb27532af09bd7a78b44d5@haiku-os.org> #4232: problem starting vmware player with the gcc4 compiled disk image --------------------------+------------------------------------------------- Reporter: starsseed | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: x86 Blocking: | --------------------------+------------------------------------------------- Comment(by svend): I played around a bit with the GCC4 image and found that it must have something to do with the naming of the vmware disk image or something in the header of it, that I don't know. As soon as the naming of the diskimage differs from "haiku-alpha.vmdk" vmware won't recognize the image. Tested on VMWare Workstation 6.5 build-118166 -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 12:16:06 2009 From: trac at haiku-os.org (jackburton) Date: Fri, 28 Aug 2009 10:16:06 -0000 Subject: [Haiku-bugs] [Haiku] #4354: app_server crash in Screen:Frame(). In-Reply-To: <038.89b648c0dcea5ef27203d8c52daf48d8@haiku-os.org> References: <038.89b648c0dcea5ef27203d8c52daf48d8@haiku-os.org> Message-ID: <047.72b694cc86a32fdacc894df68cf3e28d@haiku-os.org> #4354: app_server crash in Screen:Frame(). ---------------------------------+------------------------------------------ Reporter: bga | Owner: jackburton Type: bug | Status: closed Priority: high | Milestone: R1/alpha1 Component: Servers/app_server | Version: R1 development Resolution: fixed | Blockedby: Platform: All | Blocking: ---------------------------------+------------------------------------------ Comment(by jackburton): Replying to [comment:3 axeld]: > Damn, I should have accepted that bug before looking into it; thanks Stefano! I've added proper locking in r32775, as that was missing, too. Well I should have, too :-) -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 12:22:02 2009 From: trac at haiku-os.org (axeld) Date: Fri, 28 Aug 2009 10:22:02 -0000 Subject: [Haiku-bugs] [Haiku] #4355: GLTeapot stops rendering when teapot is not spinning. In-Reply-To: <038.d49ba786099de323da8787be7b47fcb8@haiku-os.org> References: <038.d49ba786099de323da8787be7b47fcb8@haiku-os.org> Message-ID: <047.4ea4c8312f4c234ec3c05be917de8413@haiku-os.org> #4355: GLTeapot stops rendering when teapot is not spinning. -----------------------------+---------------------------------------------- Reporter: bga | Owner: jackburton Type: bug | Status: new Priority: normal | Milestone: R1 Component: Kits/OpenGL Kit | Version: R1 development Blockedby: | Platform: All Blocking: | -----------------------------+---------------------------------------------- Changes (by axeld): * component: Applications => Kits/OpenGL Kit Comment: The flickering is actually caused by two things: Stefano set the background for the BGLView to black instead of transparent. However, the actual reason (and probably why he did that) is that the app_server does not work correctly when moving windows around with double buffering turned on. I'll open a new bug for this, as I don't think it's related to what you're seeing. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 12:30:19 2009 From: trac at haiku-os.org (axeld) Date: Fri, 28 Aug 2009 10:30:19 -0000 Subject: [Haiku-bugs] [Haiku] #4359: CopyRegion() with direct windows broken Message-ID: <040.075aac1481451d9e314be37be71356dd@haiku-os.org> #4359: CopyRegion() with direct windows broken --------------------------------+------------------------------------------- Reporter: axeld | Owner: stippi Type: bug | Status: new Priority: normal | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Two easily see the problem, enable transparent background in src/kits/opengl/GLView.cpp, line 206. Then move a GLTeapot window around, and see that the original window contents are copied over and over; instead of actually copying the window CopyRegion() only invalidates everything which causes the back buffer to be copied, but that doesn't contain the right data in case of a direct window. If there is a direct window on the screen, either acceleration must be used to move the window around, or it needs to be copied manually. Maybe double buffering should simply work view based, not screen based. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 12:32:28 2009 From: trac at haiku-os.org (axeld) Date: Fri, 28 Aug 2009 10:32:28 -0000 Subject: [Haiku-bugs] [Haiku] #4356: When hardware cursor is not available, mouse cursor should be disabled in BDirectWindow windows. In-Reply-To: <038.a7232bbd47a5c58835e12885d386eeee@haiku-os.org> References: <038.a7232bbd47a5c58835e12885d386eeee@haiku-os.org> Message-ID: <047.6cbb94c42070d174593395b40430f6ab@haiku-os.org> #4356: When hardware cursor is not available, mouse cursor should be disabled in BDirectWindow windows. --------------------------------+------------------------------------------- Reporter: bga | Owner: axeld Type: enhancement | Status: new Priority: low | Milestone: R1 Component: Servers/app_server | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------------+------------------------------------------- Comment(by axeld): IMO weird looks don't matter much in that regard, and since you cannot know which parts of a direct window actually needs a mouse cursor, it doesn't make sense to disable it. One day, we should have hardware cursor support anyway, but even now, I find the status quo acceptable. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 12:41:53 2009 From: trac at haiku-os.org (phoudoin) Date: Fri, 28 Aug 2009 10:41:53 -0000 Subject: [Haiku-bugs] [Haiku] #4360: KDL during bootscript on waitfor on SMP x86 machine Message-ID: <043.5910723f0d799dbee1bbf5b39fd6179b@haiku-os.org> #4360: KDL during bootscript on waitfor on SMP x86 machine ---------------------------+------------------------------------------------ Reporter: phoudoin | Owner: axeld Type: bug | Status: new Priority: blocker | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Since a few days, any Haiku x86gcc4hybrid (ATA stack) built from trunk goes to KDL during bootscript time: the default desktop screen show up (app_server started) and immediately after this KDL message: {{{ PANIC: page fault, but interrupts were disabled. Touching address 0x00020036 from eip 0x800d6d79 Welcome to Kernel Debugging Land... Thread 65 "waitfor", on CPU 0. kdebug> }}} Seen again this morning with a r32762, but it was the case since few days already. Trying every safe options but "disable SMP" changes nothing. With only "disable SMP" option, everything works fine. Except SMP ;-). Haiku is installed natively, the machine is a Quad Core 2 Q6600 @ 2.4Ghz, Radeon HD4870 (-> vesa driver), 2 SATA disks (controller in SATA mode), USB Keyboard and mouse, an USB Volito tablet and an USB finger print reader. Unfortunatly, my Logitech Illuminated USB keyboard connected to onboard EHCI/UHCI controller doesn't work while in KDL, so I can investigate more from the KDL :-\ I'll check with a r1a1 raw image tonight. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 12:46:35 2009 From: trac at haiku-os.org (axeld) Date: Fri, 28 Aug 2009 10:46:35 -0000 Subject: [Haiku-bugs] [Haiku] #4360: KDL during bootscript on waitfor on SMP x86 machine In-Reply-To: <043.5910723f0d799dbee1bbf5b39fd6179b@haiku-os.org> References: <043.5910723f0d799dbee1bbf5b39fd6179b@haiku-os.org> Message-ID: <052.fd96b4521ddc2fefde6a633e38f3e4ac@haiku-os.org> #4360: KDL during bootscript on waitfor on SMP x86 machine ---------------------------+------------------------------------------------ Reporter: phoudoin | Owner: axeld Type: bug | Status: new Priority: blocker | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Comment(by axeld): It would be very interesting to know which revision brought that regression. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 12:48:35 2009 From: trac at haiku-os.org (phoudoin) Date: Fri, 28 Aug 2009 10:48:35 -0000 Subject: [Haiku-bugs] [Haiku] #4361: more command don't work as expected Message-ID: <043.78900f85672267c4e674184f22f512a4@haiku-os.org> #4361: more command don't work as expected ---------------------------------------------+------------------------------ Reporter: phoudoin | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------------------------+------------------------------ {{{ $ less /etc/resolv.conf nameserver 192.168.1.1 $ more /etc/resolv.conf $ }}} Seems that the more command line tool doesn't work fine. Native Haiku, x86-gcc4-hybrid, clean build, r32762. But I saw this issue since few months already, should have report it sooner. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 12:56:53 2009 From: trac at haiku-os.org (jackburton) Date: Fri, 28 Aug 2009 10:56:53 -0000 Subject: [Haiku-bugs] [Haiku] #4361: more command don't work as expected In-Reply-To: <043.78900f85672267c4e674184f22f512a4@haiku-os.org> References: <043.78900f85672267c4e674184f22f512a4@haiku-os.org> Message-ID: <052.adb2003e56145b6a5730168c5f550ed3@haiku-os.org> #4361: more command don't work as expected ---------------------------------------------+------------------------------ Reporter: phoudoin | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------------------------+------------------------------ Comment(by jackburton): Actually, more doesn't work if the file has only one line. I tested with {{{ more /var/log/syslog }}} And I got the full output. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 13:00:55 2009 From: trac at haiku-os.org (jackburton) Date: Fri, 28 Aug 2009 11:00:55 -0000 Subject: [Haiku-bugs] [Haiku] #4361: more command don't work as expected In-Reply-To: <043.78900f85672267c4e674184f22f512a4@haiku-os.org> References: <043.78900f85672267c4e674184f22f512a4@haiku-os.org> Message-ID: <052.eedcf904eb5f9cc33b1b2ea0a6efe79a@haiku-os.org> #4361: more command don't work as expected ---------------------------------------------+------------------------------ Reporter: phoudoin | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------------------------+------------------------------ Comment(by jackburton): Hmm more testing shows that more is indeed, pretty broken. I can't scroll to the end of a file because it exits before 100%. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 13:04:13 2009 From: trac at haiku-os.org (axeld) Date: Fri, 28 Aug 2009 11:04:13 -0000 Subject: [Haiku-bugs] [Haiku] #4361: more command don't work as expected In-Reply-To: <043.78900f85672267c4e674184f22f512a4@haiku-os.org> References: <043.78900f85672267c4e674184f22f512a4@haiku-os.org> Message-ID: <052.7b675c4669f0a773b2ace2c31cf569e2@haiku-os.org> #4361: more command don't work as expected ---------------------------------------------+------------------------------ Reporter: phoudoin | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------------------------+------------------------------ Comment(by axeld): Since less works fine, I guess this could be one of those positive error codes problems. At least it would be worth a try. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 13:06:17 2009 From: trac at haiku-os.org (jackburton) Date: Fri, 28 Aug 2009 11:06:17 -0000 Subject: [Haiku-bugs] [Haiku] #4361: more command don't work as expected In-Reply-To: <043.78900f85672267c4e674184f22f512a4@haiku-os.org> References: <043.78900f85672267c4e674184f22f512a4@haiku-os.org> Message-ID: <052.c6dfa9f5057a28ff013b88e5ee333670@haiku-os.org> #4361: more command don't work as expected ---------------------------------------------+------------------------------ Reporter: phoudoin | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------------------------+------------------------------ Comment(by jackburton): What's also interesting is that "more" is just a link to "less". -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 13:10:45 2009 From: trac at haiku-os.org (phoudoin) Date: Fri, 28 Aug 2009 11:10:45 -0000 Subject: [Haiku-bugs] [Haiku] #4360: KDL during bootscript on waitfor on SMP x86 machine In-Reply-To: <043.5910723f0d799dbee1bbf5b39fd6179b@haiku-os.org> References: <043.5910723f0d799dbee1bbf5b39fd6179b@haiku-os.org> Message-ID: <052.b59b3b038c3d98fafe0425635a1c39ee@haiku-os.org> #4360: KDL during bootscript on waitfor on SMP x86 machine ---------------------------+------------------------------------------------ Reporter: phoudoin | Owner: axeld Type: bug | Status: new Priority: blocker | Milestone: R1 Component: System/Kernel | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------+------------------------------------------------ Comment(by phoudoin): Replying to [comment:1 axeld]: > It would be very interesting to know which revision brought that regression. I dunno exactly, but it's during the last two weeks, no more. I'll tonight test with a clean r1a1 image written on my boot partition. Maybe I'm just doing something nuts in my UserBuildConfig, build config or, worse, I just didn't notice that svn update merge some forgotten but evil changes I keep secret (for good reason, will be the proof!) deep in my working_copy. -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 13:14:41 2009 From: trac at haiku-os.org (phoudoin) Date: Fri, 28 Aug 2009 11:14:41 -0000 Subject: [Haiku-bugs] [Haiku] #4353: 'common' folder appears as text-file type In-Reply-To: <039.783519d9ea6b3342a87e666b86b23bba@haiku-os.org> References: <039.783519d9ea6b3342a87e666b86b23bba@haiku-os.org> Message-ID: <048.3df1b3813a1937ac998ee755d8027b87@haiku-os.org> #4353: 'common' folder appears as text-file type --------------------------+------------------------------------------------- Reporter: Pete | Owner: bonefish Type: bug | Status: new Priority: normal | Milestone: R1 Component: Build System | Version: R1 development Blockedby: | Platform: All Blocking: | --------------------------+------------------------------------------------- Comment(by phoudoin): I get the same, and never build on Linux using the -j option. Should be related to xattr, then. I don't use either. Well, AFAICT :-). -- Ticket URL: Haiku The Haiku operating system. From trac at haiku-os.org Fri Aug 28 13:19:41 2009 From: trac at haiku-os.org (phoudoin) Date: Fri, 28 Aug 2009 11:19:41 -0000 Subject: [Haiku-bugs] [Haiku] #4361: more command don't work as expected In-Reply-To: <043.78900f85672267c4e674184f22f512a4@haiku-os.org> References: <043.78900f85672267c4e674184f22f512a4@haiku-os.org> Message-ID: <052.d9f73e019a1b12bb10e8c77099b97cfa@haiku-os.org> #4361: more command don't work as expected ---------------------------------------------+------------------------------ Reporter: phoudoin | Owner: axeld Type: bug | Status: new Priority: normal | Milestone: R1 Component: Applications/Command Line Tools | Version: R1 development Blockedby: | Platform: x86 Blocking: | ---------------------------------------------+------------------------------ Comment(by phoudoin): Replying to [comment:4 jackburton]: > What's also interesting is that "more" is just a link to "less". But it doesn't behave the same, as less detect when he's called "more" and set "less_is_more" global flag. -- Ticket URL: