Paul Alfille <paul.alfille <at> gmail.com> writes: > > > I'll try to chase this down. I don't get the error in my setup so there's something different. The error messages look like they came from work on restructuring for the OW-SERVER-ENET-2 bus master (generic work allowing a standard way to have multiple bus masters on a single port, like the DS2482- 800 and HA5s).Paul > On Wed, Sep 19, 2012 at 4:57 AM, Tomasz Torcz <tomek <at> pipebreaker.pl> wrote: > > > Hi, > I have problems with 2.8p18 release and DS9490 USB adapter with Linux. > When I run "owhttpd --foreground --port=3001 -u" I got segfault with > following backtrace: > Program received signal SIGSEGV, Segmentation fault. > AllocIn (old_in=old_in <at> entry=0x0) at ow_connect.c:95 > 95 new_in->head->type = ct_unknown ; > (gdb) bt > #0 AllocIn (old_in=old_in <at> entry=0x0) at ow_connect.c:95 > #1 0x00007ffff7d7c6e5 in AllocPort (old_pin=old_pin <at> entry=0x0) at ow_connect.c:140 > #2 0x00007ffff7d7c8c9 in NewPort (pin=pin <at> entry=0x0) at ow_connect.c:225 > #3 0x00007ffff7d558eb in ARG_USB (arg=arg <at> entry=0x7fffffffe5ea "1") at ow_arg.c:457 > #4 0x00007ffff7d942cb in owopt (option_char=option_char <at> entry=117, arg=0x7fffffffe5ea "1") at ow_opt.c:617 > #5 0x0000000000401d7e in main (argc=4, argv=0x7fffffffe318) at owhttpd.c:59 > Libusb versions: libusb1-1.0.9-0.6.rc1.fc17.x86_64, libusb-0.1.3- 10.fc17.x86_64 > What else can I do to debug this situation? > (on the other hand, using wire.ko kernel modules causes USB lockup: > https://bugzilla.redhat.com/show_bug.cgi?id=857954 ) > -- > Tomasz Torcz RIP is irrevelant. Spoofing is futile. > xmpp: zdzichubg <at> chrome.pl Your routes will be aggreggated. -- Alex Yuriev > ----------------------------------------------------------------------------- - > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Owfs-developers mailing listOwfs-developers <at> lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/owfs- developers > > > > > > ----------------------------------------------------------------------------- - > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://ad.doubleclick.net/clk;258768047;13503038;j? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > > _______________________________________________ > Owfs-developers mailing list > Owfs-developers <at> lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/owfs-developers >
i have the same issue. i'm running OWFS on RaspberryPi.here is the gdb output. GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "arm-linux-gnueabi". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /home/pi/owtest...(no debugging symbols found)...done. (gdb) run Starting program: /home/pi/owtest [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabi/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. AllocIn (old_in=0x0) at ow_connect.c:95 95 ow_connect.c: No such file or directory. ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
