Zbr's days.
November
Sun Mon Tue Wed Thu Fri Sat
       
27  
2007
Months
Nov

About TODO Blog RSS Old blog Projects Gallery Notes

Tue, 27 Nov 2007

Fibre Channel over Ethernet Project.

Robert Love (if I understood correctly it is not that Robert Love who wrote "Linux System Programming", "Linux Kernel Development" and "Linux in a Nutshell" :) announced new Intel's project aimed to allow systems with an Ethernet adapter and a Fibre Channel Forwarder to login to a Fibre Channel fabric (the FCF is a "gateway" that bridges the LAN and the SAN). That fabric login was previously reserved exclusively for Fibre Channel HBAs.
System provides both fibre channel and ethernet transport modules, as long as software target and initiator. Although right now code can not be imported into the tree (small BSD code usage, small amount of documentation, ioctl() usage and kernel/userspace interaction, but there are several git trees, so that interested users could setup a testbed.

Homepage: http://open-fcoe.org/

/devel/other :: Link / Comments (0)


Reproducible GTK (probably buffer overflow) bug in FC7.

Program received signal SIGSEGV, Segmentation fault.
0x00b096e3 in ?? () from /usr/lib/libgdk_pixbuf-2.0.so.0
(gdb) bt
#0  0x00b096e3 in ?? () from /usr/lib/libgdk_pixbuf-2.0.so.0
#1  0x00b026f1 in gdk_pixbuf_composite_color () from /usr/lib/libgdk_pixbuf-2.0.so.0
#2  0x08083ece in gtk_tree_path_free ()
#3  0x0808450d in gtk_tree_path_free ()
#4  0x068c4a91 in ?? () from /lib/libglib-2.0.so.0
#5  0x068c67f2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#6  0x068c97cf in ?? () from /lib/libglib-2.0.so.0
#7  0x068c9b79 in g_main_loop_run () from /lib/libglib-2.0.so.0
#8  0x06f20f44 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#9  0x08097d3f in gtk_tree_path_free ()
#10 0x007bff70 in __libc_start_main () from /lib/libc.so.6
#11 0x080532c1 in gtk_tree_path_free ()
(gdb) 
It was obtained during btree debugging - I generated a big graph using Graphviz and tried to see it with gqview, which crashed badly. All updates were installed. x86 arch. I've filled a bug in Fedora bugzilla, but I'm not sure it will be resolved.
Crap - I still can not develop my interesting btree, but I'm very close to the finish.

/devel/other :: Link / Comments (0)