Latest Bugs & Tasks

Syndicate content Haiku
Trac Timeline
Updated: 1 hour 38 min ago

Ticket #3810 (Segment violation in tgetent() call in ncurses implementation.) closed

Thu, 2013-05-23 20:59
fixed:

Is not more reproducible. Checked on hrev45705.

Categories: Development

Ticket #9729 (Terminal: Backspace (\x08) doesn't erase, just moves cursor 1 pos back.) closed

Thu, 2013-05-23 18:13
no change required:

I have checked behaviour of BS on Konsole, XFCE Terminal and xterm and found no differences with current behaviour of Haiku Terminal. No erase is performed. So, no changes required. Mentioned visual issues in the Midnight Commander 4.8.8 are the problem of that 3rd party application but not Haiku Terminal.

Categories: Development

Ticket #9606 (Termcap: 'tput cols' always shows 80) closed

Thu, 2013-05-23 12:43
fixed:

Fixed in hrev45705.

Categories: Development

Ticket #9788 ([PATCH] GIFTranslator: fix incorrectly initialized fTransparentMode) created

Thu, 2013-05-23 12:18

Hi, in add-ons/translators/gif/Save Palette.cpp, fTransparentMode initialized incorrectly (pointed by gcc4.8).
​http://cgit.haiku-os.org/haiku/tree/src/add-ons/translators/gif/SavePalette.cpp#n242

/home/haiku/haiku/haiku/src/add-ons/translators/gif/SavePalette.cpp: In constructor 'SavePalette::SavePalette(BBitmap*, int32)':
/home/haiku/haiku/haiku/src/add-ons/translators/gif/SavePalette.cpp:242:1: error: 'SavePalette::fTransparentMode' is initialized with itself [-Werror=init-self]
 SavePalette::SavePalette(BBitmap *bitmap, int32 maxSizeInBits)
 ^
cc1plus: all warnings being treated as errors
Categories: Development

Ticket #9786 (NFS2 - Called on busy vnode ....) closed

Wed, 2013-05-22 23:08
duplicate
Categories: Development

Ticket #9787 (NFS2: Very big values in Tracker and 'ls -sla') created

Wed, 2013-05-22 19:07

If I do a ls -lsa on the NFS2 even for empty files a very big value is shown
in the first column. See in the attached screenshot.
When copying via Tracker the progress is messed up with the same big values.
This is gcc4 build of hrev45700.

The patch enables the commented line for the blocks of a file.

Instead of the line in the patch the following should work, too:

st->st_blocks=(st->st_size+st->st_blksize-1)/st->st_blksize;

I haven't tested it, because I'm not certain if this is correct for the error.
Does someone know if this is correct for NFS2?

Categories: Development

Ticket #9786 (NFS2 - Called on busy vnode ....) created

Wed, 2013-05-22 18:43

If I touch or copy a file to an NFS2 I get the error in the attached screenshots.
Interesting is that the file gets correct created. So It must occure after the transmission.
This is gcc4 build of hrev45700.

Categories: Development

Ticket #9249 (Radeon hd 7770 dual link dvi fails) closed

Tue, 2013-05-21 02:31
fixed:

Eh, nevermind - I didn't realize it was 6 months old when I made that comment. Probably been quite a few changes on radeon since then.

Categories: Development

Ticket #9761 (Tracker doesn't update image files) closed

Tue, 2013-05-21 01:53
duplicate
Categories: Development

Ticket #9761 (Tracker doesn't update image files) closed

Tue, 2013-05-21 01:53
duplicate:

That's pretty much further confirmation of filesystem corruption. Closing as duplicate of #3150. My advice would be to copy as much of your data as you can to another volume/partition and reinitialize that one.

Categories: Development

Ticket #9778 (Cast to array context menu item) closed

Mon, 2013-05-20 23:04
fixed:

Implemented and range checks adjusted in hrev45702.

Categories: Development

Ticket #9782 (Errors compiling netfs and netfs_server with gcc-4.7.3) closed

Mon, 2013-05-20 10:56
fixed:

Applied in hrev45701. Thanks!

Categories: Development

Ticket #9777 (Improve breakpoint list editing) closed

Mon, 2013-05-20 01:49
fixed:

Implemented (hopefully) as discussed in hrev45700, let me know what you think. A behavioral note for when multiple breakpoints are selected: If at least one member of the selection is disabled, the Enable/Disable toggle will stay in Enable mode. Only if the entire selection is currently active will it toggle to allow Disable.

Categories: Development

Ticket #9785 (Terminal:input may be locked on switching workspaces using Alt-Fn shortcut) created

Sun, 2013-05-19 18:47

To reproduce the problem:

  • open terminal on the workspace 1;
  • start building Haiku;
  • use Alt-F2 to switch to workspace 2;
  • go back to workspace 1 using Alt-F1;
  • terminal input is locked until you press Alt again, and links are colored blue under the mouse pointer without pressing Alt.

This issue looks like related to last hot-links feature addition.

Categories: Development

Ticket #9784 (E-Mail tools always assume default server ports) created

Sun, 2013-05-19 00:38

The email server and friends always assume the standard imap ports and do not allow users to specify non-standard ports.

The source of these default ports seems to be hard coded here:
private/mail/ServerConnection.h

Server of ssl.unixzen.com:1993 specified in email preferences results in:

/Data/Projects/haiku/headers> /boot/system/servers/mail_daemon
Connect
SocketConnection to server ssl.unixzen.com:993
account name UnixZen, id 1368922315, in 0x3509810, out 0x3492dd0
Server resolves to 50.115.169.109:993
Connect: Connect Error: Connection refused
Categories: Development