Latest Bugs & Tasks
Ticket #11929 (PackageVolumeInfo template usage results in crash on non-PM TARFS initrd) created
No idea what the solution is. In theory we should fall through the "apparently not packaged" if, but don't make it there.
In src/system/boot/loader/vfs.cpp
BReference<PackageVolumeInfo> packageVolumeInfoReference(
new(std::nothrow) PackageVolumeInfo);
In src/system/boot/loader/vfs.cpp
status_t
BootVolume::_SetTo(Directory* rootDirectory,
PackageVolumeInfo* packageVolumeInfo,
PackageVolumeState* packageVolumeState)
{
TRACE(("QUACK2.0\n"));
Unset();
TRACE(("QUACK2.1\n"));
if (rootDirectory == NULL)
return B_BAD_VALUE;
fRootDirectory = rootDirectory;
fRootDirectory->Acquire();
TRACE(("QUACK2.2\n"));
// find the system directory
Node* systemNode = fRootDirectory->Lookup("system", true);
if (systemNode == NULL || !S_ISDIR(systemNode->Type())) {
if (systemNode != NULL)
systemNode->Release();
Unset();
return B_ENTRY_NOT_FOUND;
}
TRACE(("QUACK2.3\n"));
fSystemDirectory = static_cast<Directory*>(systemNode);
TRACE(("QUACK2.4\n"));
if (packageVolumeInfo == NULL) {
TRACE(("QUACK2.5.1\n"));
// get a package volume info
BReference<PackageVolumeInfo> packageVolumeInfoReference(
new(std::nothrow) PackageVolumeInfo);
TRACE(("QUACK2.5.2\n"));
status_t error = packageVolumeInfoReference->SetTo(fSystemDirectory,
"packages");
TRACE(("QUACK2.5.3\n"));
if (error != B_OK) {
// apparently not packaged
return B_OK;
}
fPackageVolumeInfo = packageVolumeInfoReference.Detach();
} else {
TRACE(("QUACK2.6.1\n"));
fPackageVolumeInfo = packageVolumeInfo;
fPackageVolumeInfo->AcquireReference();
TRACE(("QUACK2.6.2\n"));
}
Result:
tarfs: "system/add-ons/kernel/boot/silicon_image_3112", 0 bytes tarfs: "system/add-ons/kernel/boot/legacy_sata", 0 bytes tarfs: "system/add-ons/kernel/boot/it8211", 0 bytes tarfs: "system/add-ons/kernel/boot/uhci", 0 bytes tarfs: "system/add-ons/kernel/boot/ohci", 0 bytes tarfs: "system/add-ons/kernel/boot/ehci", 0 bytes tarfs: "system/add-ons/kernel/boot/scsi_cd", 0 bytes tarfs: "system/add-ons/kernel/boot/scsi_disk", 0 bytes tarfs: "system/add-ons/kernel/boot/usb_disk", 0 bytes tarfs: "system/add-ons/kernel/boot/norflash", 0 bytes tarfs: "system/add-ons/kernel/boot/intel", 0 bytes tarfs: "system/add-ons/kernel/boot/session", 0 bytes tarfs: "system/add-ons/kernel/boot/attribute_overlay", 0 bytes tarfs: "system/add-ons/kernel/boot/bfs", 0 bytes tarfs: "system/add-ons/kernel/boot/iso9660", 0 bytes tarfs: "system/add-ons/kernel/boot/packagefs", 0 bytes tarfs: "system/add-ons/kernel/boot/write_overlay", 0 bytes tarfs: "system/kernel_arm", 2165897 bytes 0x8098e1e0::Close() 0x8098e1e0::Release(), fRefCount = 2 0x8098e270::Acquire(), fRefCount = 2 QUACK1 QUACK2.0 QUACK2.1 0x8098e270::Acquire(), fRefCount = 3 QUACK2.2 0x8098e580::Acquire(), fRefCount = 2 QUACK2.3 QUACK2.4 QUACK2.5.1 <LOCKUP>
Ticket #11928 (unzip not installed when updating) created
Downloaded hrev48951 86_64 anyboot image zip. Tried to extract image, but expander shows no content in zip file (see attached screenshot1).
Ticket #11927 (Loader FATFS improperly triggering on TARFS) created
Under u-boot, FATFS in the loader is improperly triggering on a TARFS filesystem (floppyboot.tgz) resulting in a lockup.
with FATFS tracing:
�fdt_get_range_offset: range offset: 0x0 fdt_get_device_reg_byname: /axi/mbox found @ 0x3f00b880 Found boot tgz from FDT @ 0x079c3000, 1598741 bytes argc = 0 os: 2 gd @ 0x00000000 FDT @ 0x079be000: fdt_totalsize: 8320 fdt_off_dt_struct: 88 fdt_off_dt_strings: 7228 fdt_off_mem_rsvmap: 40 fdt_version: 17 fdt_last_comp_version: 16 fdt_boot_cpuid_phys: 3840 fdt_size_dt_strings: 642 fdt_size_dt_struct: 7140 fdtSize: 0x2080 checking for memory... 0: base = 0,size = 134217728 total physical memory = 128MB Found bootargs: args.arguments_count = 1 args.arguments[0] @8098cc04 = '' adding args: '' Welcome to the Haiku boot loader! platform_add_boot_device Memory Disk at: 0x80804000 size: 186515 add_partitions_for(0x8098e160, mountFS = no) add_partitions_for(fd = 0, mountFS = no) 0x8098e1e0 Partition::Partition 0x8098e1e0 Partition::Scan() check for partitioning_system: Intel Partition Map check for partitioning_system: Intel Extended Partition dosfs_identify_file_system() Volume() Volume: reading bootsector Volume: checking signature Volume: signature ok <lockup>
With FATFS support disabled in loader:
Found boot tgz from FDT @ 0x079c3000, 1598741 bytes argc = 0 os: 2 gd @ 0x00000000 FDT @ 0x079be000: fdt_totalsize: 8320 fdt_off_dt_struct: 88 fdt_off_dt_strings: 7228 fdt_off_mem_rsvmap: 40 fdt_version: 17 fdt_last_comp_version: 16 fdt_boot_cpuid_phys: 3840 fdt_size_dt_strings: 642 fdt_size_dt_struct: 7140 fdtSize: 0x2080 checking for memory... 0: base = 0,size = 134217728 total physical memory = 128MB Found bootargs: args.arguments_count = 1 args.arguments[0] @8098cc04 = '' adding args: '' Welcome to the Haiku boot loader! platform_add_boot_device Memory Disk at: 0x80804000 size: 186515 add_partitions_for(0x8098e160, mountFS = no) add_partitions_for(fd = 0, mountFS = no) 0x8098e1e0 Partition::Partition 0x8098e1e0 Partition::Scan() check for partitioning_system: Intel Partition Map check for partitioning_system: Intel Extended Partition platform_get_boot_partition 0x8098e1e0 Partition::_Mount check for file_system: BFS Filesystem 0x8098e1e0 Partition::_Mount check for file_system: TAR Filesystem tarfs: "data/", 0 bytes tarfs: "data/mime_db/", 0 bytes tarfs: "data/mime_db/application/", 0 bytes tarfs: "data/mime_db/application/x-vnd.haiku-usb", 0 bytes tarfs: "data/mime_db/application/x-vnd.haiku-uhci", 0 bytes tarfs: "data/mime_db/application/x-vnd.haiku-ohci", 0 bytes tarfs: "data/mime_db/application/x-vnd.haiku-ehci", 0 bytes tarfs: "home/", 0 bytes tarfs: "home/config/", 0 bytes tarfs: "home/config/settings/", 0 bytes tarfs: "home/config/settings/kernel/", 0 bytes tarfs: "home/config/settings/kernel/drivers/", 0 bytes tarfs: "home/config/settings/kernel/drivers/kernel", 2057 bytes tarfs: "system/", 0 bytes tarfs: "system/add-ons/", 0 bytes tarfs: "system/add-ons/kernel/", 0 bytes tarfs: "system/add-ons/kernel/bus_managers/", 0 bytes tarfs: "system/add-ons/kernel/bus_managers/ata", 55939 bytes tarfs: "system/add-ons/kernel/bus_managers/config_manager", 10883 bytes tarfs: "system/add-ons/kernel/bus_managers/dpc", 14979 bytes tarfs: "system/add-ons/kernel/bus_managers/pci", 60035 bytes tarfs: "system/add-ons/kernel/bus_managers/scsi", 47747 bytes tarfs: "system/add-ons/kernel/bus_managers/usb", 80578 bytes tarfs: "system/add-ons/kernel/bus_managers/fdt", 10883 bytes tarfs: "system/add-ons/kernel/busses/", 0 bytes tarfs: "system/add-ons/kernel/busses/ata/", 0 bytes tarfs: "system/add-ons/kernel/busses/ata/generic_ide_pci", 10883 bytes tarfs: "system/add-ons/kernel/busses/ata/silicon_image_3112", 19075 bytes tarfs: "system/add-ons/kernel/busses/ata/legacy_sata", 14979 bytes tarfs: "system/add-ons/kernel/busses/ata/it8211", 10883 bytes tarfs: "system/add-ons/kernel/busses/scsi/", 0 bytes tarfs: "system/add-ons/kernel/busses/scsi/ahci", 55939 bytes tarfs: "system/add-ons/kernel/busses/usb/", 0 bytes tarfs: "system/add-ons/kernel/busses/usb/uhci", 105155 bytes tarfs: "system/add-ons/kernel/busses/usb/ohci", 105155 bytes tarfs: "system/add-ons/kernel/busses/usb/ehci", 109251 bytes tarfs: "system/add-ons/kernel/console/", 0 bytes tarfs: "system/add-ons/kernel/console/vga_text", 10883 bytes tarfs: "system/add-ons/kernel/file_systems/", 0 bytes tarfs: "system/add-ons/kernel/file_systems/attribute_overlay", 43651 bytes tarfs: "system/add-ons/kernel/file_systems/bfs", 277123 bytes tarfs: "system/add-ons/kernel/file_systems/iso9660", 47747 bytes tarfs: "system/add-ons/kernel/file_systems/packagefs", 612995 bytes tarfs: "system/add-ons/kernel/file_systems/write_overlay", 68227 bytes tarfs: "system/add-ons/kernel/generic/", 0 bytes tarfs: "system/add-ons/kernel/generic/ata_adapter", 19075 bytes tarfs: "system/add-ons/kernel/generic/locked_pool", 14979 bytes tarfs: "system/add-ons/kernel/generic/scsi_periph", 47747 bytes tarfs: "system/add-ons/kernel/partitioning_systems/", 0 bytes tarfs: "system/add-ons/kernel/partitioning_systems/intel", 92803 bytes tarfs: "system/add-ons/kernel/partitioning_systems/session", 19075 bytes tarfs: "system/add-ons/kernel/drivers/", 0 bytes tarfs: "system/add-ons/kernel/drivers/disk/", 0 bytes tarfs: "system/add-ons/kernel/drivers/disk/scsi/", 0 bytes tarfs: "system/add-ons/kernel/drivers/disk/scsi/scsi_cd", 27267 bytes tarfs: "system/add-ons/kernel/drivers/disk/scsi/scsi_disk", 19075 bytes tarfs: "system/add-ons/kernel/drivers/disk/norflash", 14979 bytes tarfs: "system/add-ons/kernel/drivers/bin/", 0 bytes tarfs: "system/add-ons/kernel/drivers/bin/usb_disk", 88707 bytes tarfs: "system/add-ons/kernel/drivers/dev/", 0 bytes tarfs: "system/add-ons/kernel/drivers/dev/disk/", 0 bytes tarfs: "system/add-ons/kernel/drivers/dev/disk/usb/", 0 bytes tarfs: "system/add-ons/kernel/drivers/dev/disk/usb/usb_disk", 0 bytes tarfs: "system/add-ons/kernel/boot/", 0 bytes tarfs: "system/add-ons/kernel/boot/ata", 0 bytes tarfs: "system/add-ons/kernel/boot/config_manager", 0 bytes tarfs: "system/add-ons/kernel/boot/dpc", 0 bytes tarfs: "system/add-ons/kernel/boot/pci", 0 bytes tarfs: "system/add-ons/kernel/boot/scsi", 0 bytes tarfs: "system/add-ons/kernel/boot/usb", 0 bytes tarfs: "system/add-ons/kernel/boot/fdt", 0 bytes tarfs: "system/add-ons/kernel/boot/ata_adapter", 0 bytes tarfs: "system/add-ons/kernel/boot/locked_pool", 0 bytes tarfs: "system/add-ons/kernel/boot/scsi_periph", 0 bytes tarfs: "system/add-ons/kernel/boot/ahci", 0 bytes tarfs: "system/add-ons/kernel/boot/generic_ide_pci", 0 bytes tarfs: "system/add-ons/kernel/boot/silicon_image_3112", 0 bytes tarfs: "system/add-ons/kernel/boot/legacy_sata", 0 bytes tarfs: "system/add-ons/kernel/boot/it8211", 0 bytes tarfs: "system/add-ons/kernel/boot/uhci", 0 bytes tarfs: "system/add-ons/kernel/boot/ohci", 0 bytes tarfs: "system/add-ons/kernel/boot/ehci", 0 bytes tarfs: "system/add-ons/kernel/boot/scsi_cd", 0 bytes tarfs: "system/add-ons/kernel/boot/scsi_disk", 0 bytes tarfs: "system/add-ons/kernel/boot/usb_disk", 0 bytes tarfs: "system/add-ons/kernel/boot/norflash", 0 bytes tarfs: "system/add-ons/kernel/boot/intel", 0 bytes tarfs: "system/add-ons/kernel/boot/session", 0 bytes tarfs: "system/add-ons/kernel/boot/attribute_overlay", 0 bytes tarfs: "system/add-ons/kernel/boot/bfs", 0 bytes tarfs: "system/add-ons/kernel/boot/iso9660", 0 bytes tarfs: "system/add-ons/kernel/boot/packagefs", 0 bytes tarfs: "system/add-ons/kernel/boot/write_overlay", 0 bytes tarfs: "system/kernel_arm", 2165897 bytes <lockup>
Ticket #11182 (pthread double free when run through libroot_debug.so) closed
Ticket #11926 (Webpositive crash on YouTube) created
Played several YouTube videos before crash. Not sure if related to earlier tickets.
Debug report attached.
Ticket #9858 (Ripping CDs -> page fault panic) closed
This one fits perfectly with hrev48946. Please reopen if you can still reproduce.
Ticket #9528 (stop_watching() KDLs on page fault, monitoring a CDDA) closed
This one fits perfectly with hrev48946 so I'm going to close this as well. Please reopen if you can still reproduce.
Ticket #10259 (CDDA-related KDL: ASCII string corrupts kernel structures) closed
Fixed in hrev48946.
Ticket #11925 (Issue when toggling servers on/off) created
This is hrev48942.
- Go to "FTP server".
- Click the "Enable" button: Indicator turns to "on", button turns to "Disable".
- Click the "Disable" button: Indicator stays "on", button turns to "Enable".
- Now switch to "SHH server".
- Click the "Enable" button: Indicator turns to "on", button turns to "Disable". But now finally, the FTP server indicator toggles to "off".
See attached screen capture.
Ticket #11924 (Small GUI improvement to "DNS settings" view) created
This is hrev48942.
- Remove the "DNS servers" box and only use a horizontal separator above the "Domain" text field. Matches better the apparance of the FTP, SSH, Telnet views.
- Don't resize the buttons when horizontally resizing the window.
See attached screep capture.
Ticket #11923 (Select first interface on start-up of panel) created
This is hrev48942.
Select the first interface on start-up, so the window doesn't have to jump-resize when it's selected. Also, it doesn't hurt to start showing an informative view. Might save you a click... :)
Generally, it'd be nice if the window wouldn't auto-resize a few pixels when changing views, but open from the start with the size of the largest view and stick to that.
Ticket #11539 (new network preferences not saving to disk here) closed
Since there was no update on this one, I consider it fixed at the very least with hrev48933.
Ticket #11462 (Network Preferences can't disable interfaces) closed
Should be fixed in hrev48933. Please be aware that there is a bug in the network stack that easily causes a KDL when disabling/enabling devices.
Ticket #11461 (Setting network interface state only works for the first interface) closed
Should be fixed with hrev48933.
Ticket #11449 ([Network] get rid of an extra border around the views) closed
I guess this is solved with hrev48933.
Ticket #11423 ([Network] tab order changes) closed
No longer applies since hrev48933.
Ticket #11922 ([PATCHSET] Add missing part of BMediaRoster and other improvements in ...) created
This patch improve various aspects of the media_kit and media_server, this is a little summary :
- Add BMediaRoster::IsRunning, SyncToNode (#11856) and GetFormatsFor
- General improvements in style and error checking
- Fix #5621
- Add a new service for detecting when media services are up/down and use it to remove code duplication, make BMediaRoster survive to media_server reboot by reestabilishing the connection, make media_server to watch when the media_addon_server quit and call the cleanup function, which was leaved here uncomplete and unused until i get on it.
Ticket #11918 ([Media] ListViewItem doesn't scale well with big fonts) closed
Patch applied in hrev48930. Thanks!
Ticket #11917 ([Printers] Redraw glitch in listview) closed
Patch applied in hrev48930. Thanks!
Ticket #11787 ([Appearance] Antialiasing "Revert" button doesn't work properly) closed
Patch applied in hrev48930. Thanks!

