Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pix_share_write crashes on [set ...( message #6

Closed
avilleret opened this issue Jan 20, 2014 · 2 comments
Closed

pix_share_write crashes on [set ...( message #6

avilleret opened this issue Jan 20, 2014 · 2 comments
Labels

Comments

@avilleret
Copy link
Contributor

crash occurs sometimes (yes it should be better to reproduce it each time, but I can't...) when I send a [set ...( message to [pix_share_write]

$ uname -srpio
Linux 3.2.0-53-generic x86_64 x86_64 GNU/Linux

here is a gdb backtrace :

#0  0x00007ffff3a6b581 in pix_share_write::getShm (this=0xb7db60, argc=<optimized out>, argv=<optimized out>) at pix_share_write.cpp:316
#1  0x00007ffff3a6b8eb in setMessCallback (argv=<optimized out>, argc=<optimized out>, data=0xbd7210, s=<optimized out>) at pix_share_write.cpp:378
#2  pix_share_write::setMessCallback (data=0xbd7210, s=<optimized out>, argc=<optimized out>, argv=<optimized out>) at pix_share_write.cpp:373
#3  0x0000000000465c29 in pd_typedmess ()
#4  0x000000000046767a in outlet_anything ()
#5  0x0000000000465b5b in pd_typedmess ()
#6  0x000000000047091a in binbuf_eval ()
#7  0x000000000041c186 in message_float ()
#8  0x00000000004674bf in outlet_float ()
#9  0x00000000004675ea in outlet_list ()
#10 0x00000000004b19bd in trigger_list ()
#11 0x00000000004b1d40 in trigger_float ()
#12 0x00000000004674bf in outlet_float ()
#13 0x00007fffdd8305fa in routeOSC_doanything (x=0xb7e8a0, s=0xb7da70, argc=1, argv=0xca6800) at routeOSC.c:340
#14 0x0000000000465b5b in pd_typedmess ()
#15 0x000000000046767a in outlet_anything ()
#16 0x0000000000465b5b in pd_typedmess ()
#17 0x0000000000465b5b in pd_typedmess ()
#18 0x000000000046767a in outlet_anything ()
#19 0x00007fffda735d2f in unpackOSC_list (x=0xca67b0, s=<optimized out>, argc=<optimized out>, argv=<optimized out>) at unpackOSC.c:277
#20 0x00000000004675ea in outlet_list ()
#21 0x00007fffda531ffa in slipdec_dump (dosend=1, x=0xb52a70) at slipdec.c:77
#22 slipdec_list (x=0xb52a70, s=<optimized out>, ac=<optimized out>, av=0x823520) at slipdec.c:121
#23 0x00000000004675ea in outlet_list ()
#24 0x0000000000466789 in inlet_list ()
#25 0x00000000004675ea in outlet_list ()
#26 0x00007fffd9d2019c in iemnet__streamout (outlet=0xb53090, argc=<optimized out>, argv=<optimized out>, stream=<optimized out>) at iemnet.c:75
#27 0x00007fffd9d2117a in iemnet__receiver_tick (x=0x7fffcc000de0) at iemnet_receiver.c:150
#28 0x00007fffd9d21956 in pollfun (x=<optimized out>, fd=<optimized out>) at iemnet_notify.c:63
#29 0x00000000004792ea in sys_domicrosleep.constprop.3 ()
#30 0x000000000047b0ea in sys_pollgui ()
#31 0x000000000047477a in m_mainloop ()
#32 0x00007ffff6e0476d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#33 0x00000000004114d1 in _start ()
@umlaeute
Copy link
Owner

so has this been fixed with pullrequest #8?

@avilleret
Copy link
Contributor Author

it seems to be fixed, not with my pull request but with your modifications
thanks for that
but I found some other issues somewhere else...

a

do it yourself
http://antoine.villeret.free.fr

2014/1/21 umläute notifications@github.com

so has this been fixed with pullrequest #8#8
?


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-32834095
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants