Latest Bugs & Tasks

Syndicate content Haiku
Trac Timeline
Updated: 54 min 14 sec ago

Ticket #11997 (Date always shown in American MM/DD/YY format) created

Wed, 2015-04-22 14:18

Cannot set the date format to DD/MM/YY as preferred in Aus/NZ.

Categories: Development

Ticket #11936 (Weather app broken in hrev48966) closed

Tue, 2015-04-21 17:03
fixed:

We can :)

Categories: Development

Ticket #11174 (Processor - idle missing) closed

Tue, 2015-04-21 11:04
fixed:

After hrev48973 the misbehaving buildbot was put offline: ​http://buildbot.haiku-os.org/buildslaves/arfonzo-bot1-debian

It uses a stable debian install, which has outdated libraries and cannot compile Haiku properly anymore. I am closing this ticket as I think any bot with more up to date software will not have this problem anymore. Please let us know if you hit the problem again.

It's also possible that hrev49058 helped fix this issue.

Categories: Development

Ticket #8745 (Tracker not showing image dimensions.) closed

Tue, 2015-04-21 08:45
fixed:

Fixed in hrev49072.

Categories: Development

Ticket #11996 (Backgrounds: After a while the CPU goes 100%) created

Mon, 2015-04-20 16:28

As I can understand after a while the Backgrounds application start receiving a burst of B_MOUSE_IDLE messages. With an increasing number of "be:view_where" fields.
This is hrev49058.

Categories: Development

Ticket #11995 (Haiku Depot: mismatched revision numbers) closed

Mon, 2015-04-20 06:14
invalid:

Yes, these are just badly versionned packages (what's inside the package doesn't match the version).

Please report these problems at Haikuports.org.

Categories: Development

Ticket #11995 (Haiku Depot: mismatched revision numbers) created

Sun, 2015-04-19 20:36

hrev49057 x86_gcc2
CDRecord: Haiku Depot shows installed revision as 3.01a27-1

Revision is 3.01a25 (see screenshot1)

HaikuWebKit: Haiku Depot shows installed revision as 1.4.10-1

Webpositive still showing revision as 1.4.9 (see screenshot2)

Categories: Development

Ticket #11994 ([Patch] Fix GCC 5 suggest parentheses warning.) created

Sun, 2015-04-19 09:28

GCC 5 (5.1.0-RC-20150412) reports.

/home/haiku/haiku/haiku/src/apps/workspaces/Workspaces.cpp: In member function 'virtual void WorkspacesWindow::FrameResized(float, float)':
/home/haiku/haiku/haiku/src/apps/workspaces/Workspaces.cpp:699:17: error: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Werror=parentheses]
  if (!modifiers() & B_SHIFT_KEY) {
                 ^
Categories: Development

Ticket #11993 ([Patch] Fix GCC 5 unused-variable warning.) created

Sun, 2015-04-19 09:26

GCC 5 (5.1.0-RC-20150412) reports.

/home/haiku/haiku/haiku/src/preferences/time/ClockView.cpp:29:20: error: 'kIndentSpacing' defined but not used [-Werror=unused-variable]
 static const float kIndentSpacing
                    ^
Categories: Development

Ticket #11992 ([Patch] Fix GCC 5 logical-not-parentheses warnings.) created

Sun, 2015-04-19 09:24

GCC 5 (5.1.0-RC-20150412) reports.

/home/haiku/haiku/haiku/src/kits/tracker/SettingsViews.cpp: In member function 'virtual void BPrivate::DesktopSettingsView::MessageReceived(BMessage*)':
/home/haiku/haiku/haiku/src/kits/tracker/SettingsViews.cpp:237:41: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
     !fShowDisksIconRadioButton->Value() == 1);
                                         ^
/home/haiku/haiku/haiku/src/kits/tracker/SettingsViews.cpp:270:51: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
     !fMountVolumesOntoDesktopRadioButton->Value() == 1);
                                                   ^
C/home/haiku/haiku/haiku/src/kits/tracker/TaskLoop.cpp: In member function 'virtual bool BPrivate::PeriodicDelayedTask::RunIfNeeded(bigtime_t)':
/home/haiku/haiku/haiku/src/kits/tracker/TaskLoop.cpp:184:19: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
  if (!currentTime < fRunAfter)
                   ^
/home/haiku/haiku/haiku/src/apps/screenshot/Screenshot.cpp: In member function 'status_t Screenshot::_GetActiveWindowFrame()':
/home/haiku/haiku/haiku/src/apps/screenshot/Screenshot.cpp:311:39: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
       && !windowInfo->show_hide_level > 0) {
                                       ^
Categories: Development

Ticket #11991 ([Patch] Fix GCC 5 narrowing conversion warning.) created

Sun, 2015-04-19 09:21

GCC 5 (5.1.0-RC-20150412) reports.

C++ /home/haiku/haiku/haiku/generated-gcc5/objects/haiku/x86/release/add-ons/kernel/bus_managers/firewire/fwohci_pci.o
/home/haiku/haiku/haiku/src/add-ons/kernel/bus_managers/firewire/fwohci.cpp:90:58: error: narrowing conversion of '-2147483648' from 'int' to 'uint32_t {aka unsigned int}' inside { }
 uint32_t tagbit[4] = { 1 << 28, 1 << 29, 1 << 30, 1 << 31};
                                                          ^
Categories: Development

Ticket #11990 ([Patch] GCC 5 build fix.) created

Sun, 2015-04-19 09:15

Tested GCC 5 (5.1.0-RC-20150412). I think more work needed.

Categories: Development

Ticket #11989 ([Patch] Fix GCC 4.9 warning.) created

Sun, 2015-04-19 09:07

GCC 4.9.2 reports:

/home/haiku/haiku/haiku/src/add-ons/kernel/file_systems/netfs/server/ClientConnection.cpp: In member function 'void ClientConnection::CloseNodeMonitoringEventQueue()':
/home/haiku/haiku/haiku/src/add-ons/kernel/file_systems/netfs/server/ClientConnection.cpp:2509:23: error: 'requests' may be used uninitialized in this function [-Werror=maybe-uninitialized]
  const RequestVector* requests;
                       ^
Categories: Development

Ticket #11984 (GLTeapot crashes on launch since 48542) closed

Sun, 2015-04-19 07:30
duplicate:

As analyzed in #6400 and #11860, this is a problem with the way OpenGL use BLockers. Before hrev48542 there was no debugger call, but the lockers were never unlocked in that situation. We need to review the locking in OpenGL and fix that.

Categories: Development

Ticket #11988 (Tracker show wrong folder size for netfs volumes) created

Sun, 2015-04-19 07:01

Example of displayed sizes: 0 bytes, -2,147,883,648 bytes, 6772863.37 TB. This also affect information in Tracker status window when copying folders.

Categories: Development

Ticket #11987 (Lags when MediaPlayer play from netfs) created

Sun, 2015-04-19 06:50

Local network transfer speed is about 1 MB/s (tested by copying files) that is enough to play video. Network consists of Wifi router, tablet connected by WiFi (Atheros Wifi adapter) and PC connected by cable.

Mayble increasing MediaPlayer buffer size solve this issue.

Categories: Development

Ticket #11986 (haiku_loader debug build too big) created

Sun, 2015-04-19 06:26

hrev49054, gcc2. The problem seems to be an old one, surfacing this week as the @release-anyboot target was added to the buildbot builders.

jam -q -sDEBUG=1 haiku-boot-floppy
...
BuildFloppyBootImage1 /home/luroh/develop/haiku/haiku/generated/haiku-boot-floppy.image
Error: /home/luroh/develop/haiku/haiku/generated/objects/haiku/x86_gcc2/debug_1/system/boot/haiku_loader is too big (401264) to fit
       before the boot archive starting at 327680!
...
Categories: Development

Ticket #11983 (x86_64 debug build broken since 48954) closed

Sat, 2015-04-18 20:32
fixed:

Should be fixed in hrev49054.

Categories: Development

Ticket #11984 (GLTeapot crashes on launch since 48542) created

Sat, 2015-04-18 19:27

hrev49047, gcc2. Will look into finding a regression range tomorrow.

Categories: Development