You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to use the ONLP's SFP API in openolt agent, I am encountering this error:
"Assignment of different size bitmaps
Aborted"
This is the sequence of function calls my function in openolt agent is making:
onlp_sfp_bitmap_t bitmap;
onlp_sfp_bitmap_t_init(&bitmap);
onlp_sfp_bitmap_get(&bitmap); ==> aborts here
I also see a coredump with the following backtrace:
#0 0x00007ffff5f6bc83 in aim_bitmap_get () from /lib/x86_64-linux-gnu/libonlp.so.1 #1 0x00007ffff5f6c142 in onlp_sfp_eeprom_read_locked__ () from /lib/x86_64-linux-gnu/libonlp.so.1 #2 0x00007ffff5f6c1e0 in onlp_sfp_eeprom_read () from /lib/x86_64-linux-gnu/libonlp.so.1 #3 0x00007ffff66189fa in platform_get_sfp_info () from /lib/x86_64-linux-gnu/libpkpi.so.0 #4 0x000000000042c08a in IfOperIndication (olt=, msg=0x7fffd80008c0) at src/indications.cc:267 #5 0x00007ffff5958c8b in ?? () from /broadcom/libbal_host_api.so #6 0x00007ffff5953760 in bcmos_dft_task_handler () from /broadcom/libbal_host_api.so #7 0x00007ffff76f04a4 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0 #8 0x00007ffff4fe5d0f in clone () from /lib/x86_64-linux-gnu/libc.so.6
Regards,
Saswat
The text was updated successfully, but these errors were encountered:
Hello Team,
While trying to use the ONLP's SFP API in openolt agent, I am encountering this error:
"Assignment of different size bitmaps
Aborted"
This is the sequence of function calls my function in openolt agent is making:
onlp_sfp_bitmap_t bitmap;
onlp_sfp_bitmap_t_init(&bitmap);
onlp_sfp_bitmap_get(&bitmap); ==> aborts here
I also see a coredump with the following backtrace:
#0 0x00007ffff5f6bc83 in aim_bitmap_get () from /lib/x86_64-linux-gnu/libonlp.so.1
#1 0x00007ffff5f6c142 in onlp_sfp_eeprom_read_locked__ () from /lib/x86_64-linux-gnu/libonlp.so.1
#2 0x00007ffff5f6c1e0 in onlp_sfp_eeprom_read () from /lib/x86_64-linux-gnu/libonlp.so.1
#3 0x00007ffff66189fa in platform_get_sfp_info () from /lib/x86_64-linux-gnu/libpkpi.so.0
#4 0x000000000042c08a in IfOperIndication (olt=, msg=0x7fffd80008c0) at src/indications.cc:267
#5 0x00007ffff5958c8b in ?? () from /broadcom/libbal_host_api.so
#6 0x00007ffff5953760 in bcmos_dft_task_handler () from /broadcom/libbal_host_api.so
#7 0x00007ffff76f04a4 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#8 0x00007ffff4fe5d0f in clone () from /lib/x86_64-linux-gnu/libc.so.6
Regards,
Saswat
The text was updated successfully, but these errors were encountered: