| 00:03.28 | *** join/#brlcad merzo (~merzo@164-0-132-95.pool.ukrtel.net) | |
| 00:26.04 | *** join/#brlcad mmu_man (~revol@vaf26-2-82-244-111-82.fbx.proxad.net) | |
| 01:15.04 | *** join/#brlcad merzo (~merzo@164-0-132-95.pool.ukrtel.net) | |
| 01:32.12 | Notify | 03BRL-CAD Wiki:Richardsong * 0 /wiki/User:Richardsong: |
| 01:36.35 | Notify | 03BRL-CAD:starseeker * 64013 (brlcad/trunk/src/libbrep/shape_recognition.cpp brlcad/trunk/src/libbrep/shape_recognition.h brlcad/trunk/src/librt/test_shape_recognition.cpp): Logic isn't correct yet, but start working on assembling sub-breps from data sets. |
| 02:00.25 | Notify | 03BRL-CAD:starseeker * 64014 brlcad/trunk/src/libbrep/shape_recognition.cpp: still not correct, but getting closer |
| 02:06.02 | Notify | 03BRL-CAD:starseeker * 64015 brlcad/trunk/src/librt/test_shape_recognition.cpp: make shape on cobj here |
| 02:49.08 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 04:31.25 | *** join/#brlcad YashM (~YashM@117.222.21.164) | |
| 05:01.31 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 05:20.07 | *** join/#brlcad ofnlut_ (~ofnlut_@2601:a:6680:ee3:5cff:f5a7:232b:c66) | |
| 05:25.34 | *** join/#brlcad raptor_ (~raptor@213.222.228.72) | |
| 05:27.30 | raptor_ | brlcad: are you here? |
| 05:27.40 | raptor_ | brlcad, are you here? |
| 05:41.39 | *** join/#brlcad yukonbob (~bch@50.34.223.134) | |
| 05:41.44 | yukonbob | hello #brlcad |
| 05:42.14 | yukonbob | brlcad: is there a good pointer for working w/ low-level rays ? |
| 05:43.15 | yukonbob | I want to do surface detection and detect/find perpendicularity to a face |
| 06:02.30 | *** join/#brlcad brlcad (~sean@66-118-151-70.static.sagonet.net) | |
| 06:22.52 | *** join/#brlcad andrei_ (c35a6e7d@gateway/web/freenode/ip.195.90.110.125) | |
| 06:30.00 | *** join/#brlcad infobot (ibot@rikers.org) | |
| 06:30.00 | *** topic/#brlcad is Topic for #brlcad: BRL-CAD || http://brlcad.org || logs: http://ibot.rikers.org/%23brlcad/ || Welcome GCI 2014 participants! If you're participating, be patient when asking questions... we're very busy and sometimes have packed schedules. We will respond if you are still on IRC: learn screen+irssi. | |
| 06:38.17 | nmz787 | can anyone here help with this python-brlcad segmentation fault? here's what gdb shows after apt-get installing python-dbg and running any of the example scripts: http://paste.pound-python.org/show/Uc2G7gr04G9Ytke4WveQ/ |
| 06:39.37 | *** join/#brlcad MarcTannous (bc192390@gateway/web/cgi-irc/kiwiirc.com/ip.188.25.35.144) | |
| 06:39.45 | MarcTannous | morning |
| 06:40.04 | nmz787 | hi |
| 06:40.15 | nmz787 | know anything about python-brlcad? |
| 06:40.39 | nmz787 | i am getting output that loads in mged, but running the example segfaults |
| 06:40.47 | nmz787 | (in python I guess) |
| 06:40.53 | nmz787 | I am guessing something with SWIG |
| 06:40.59 | nmz787 | but idk |
| 06:44.53 | *** join/#brlcad andrei__ (c35a6e7d@gateway/web/freenode/ip.195.90.110.125) | |
| 06:47.00 | yukonbob | nmz787: is that the best trace you can get ? |
| 06:47.07 | yukonbob | can you run bt full on the core file ? |
| 06:50.31 | *** join/#brlcad andrei_ (c35a6e7d@unaffiliated/andrei/x-7229309) | |
| 06:50.31 | *** join/#brlcad andrei_ (c35a6e7d@gateway/web/freenode/ip.195.90.110.125) | |
| 07:06.40 | nmz787 | hmm, i haven't used bt |
| 07:11.30 | nmz787 | ok here it is yukonbob http://paste.pound-python.org/show/gmUKVKnhmDlOWzkWUY5E/ |
| 07:13.38 | nmz787 | got it using this https://blog.cryptomilk.org/2010/12/23/gdb-backtrace-to-file/ |
| 07:14.10 | yukonbob | nmz787: what version of brlcad ? |
| 07:15.08 | yukonbob | oh -- I see 7.24 |
| 07:16.43 | yukonbob | you build from src or use a prebuilt binary ? |
| 07:17.33 | nmz787 | I have the .deb in /usr/brlcad and the built-from-src in /usr/brlcad/dev-7.24.0 |
| 07:17.54 | nmz787 | this run seems to be from the dev version |
| 07:18.12 | nmz787 | but I thought I rebuilt... i might not have removed them from the python lib folder |
| 07:19.01 | yukonbob | it looks like it's failing on freeing a semaphore (if the source is unadulterated). |
| 07:19.23 | nmz787 | setup.py doesn't seem to have a remove arg |
| 07:19.48 | nmz787 | nor uninstall |
| 07:20.33 | nmz787 | one sec |
| 07:21.08 | yukonbob | given the second-last stack is libbu, I think python isn't your biggest concern |
| 07:22.50 | nmz787 | something in here old? https://github.com/kanzure/python-brlcad/blob/master/python-brlcad.cfg |
| 07:24.30 | nmz787 | ya switching to the .deb version seems to give same trace |
| 07:24.55 | nmz787 | http://paste.pound-python.org/show/0iCoJmijYdFejERAwavH/ |
| 07:26.24 | yukonbob | and what steps are you using to generate the fault ? |
| 07:32.47 | nmz787 | clone kanzures github repo, export BRLCAD_PATH=/usr/brlcad && sudo python setup.py install && cd examples && python <any example here https://github.com/kanzure/python-brlcad/tree/master/examples/ > output_will_work.g |
| 07:33.10 | nmz787 | well actually the wdb_primitives doesn't need an output file name |
| 07:33.27 | nmz787 | but yeah, any of them |
| 07:39.41 | yukonbob | so -- does the basic install work ? You're dealing w/ at least two differnt repos/code-bases by the sounds of things ? |
| 07:40.01 | yukonbob | what does the github repo have to do w/ anything... ? |
| 07:41.38 | nmz787 | you mean the install using pip? |
| 07:41.59 | nmz787 | mged in either the .deb install or compiled works and i can do some simple stuff |
| 07:42.46 | nmz787 | and also the python-brlcad (which I got from the github repo) /does/ produce working .g files... I just want to fix the segfault for good measure |
| 07:43.18 | nmz787 | (working as in I can open them using mged and browse the geometry to show the shapes I defined in python) |
| 07:46.39 | yukonbob | well -- *I* am going to sleep for the evening -- but you should try to narrow down the case for faulting -- supplying a long line of pretty big commands doesn't really say much -- |
| 07:46.52 | yukonbob | *what* python called command is causing the fault -- narrow it down. |
| 07:52.56 | nmz787 | oh |
| 07:53.01 | nmz787 | ok |
| 08:04.55 | *** join/#brlcad mihaineacsu (~mihaineac@141.85.227.157) | |
| 08:21.08 | *** join/#brlcad merzo (~merzo@164-0-132-95.pool.ukrtel.net) | |
| 08:31.05 | Notify | 03BRL-CAD Wiki:Nida nawab * 0 /wiki/User:Nida_nawab: |
| 08:38.55 | *** join/#brlcad d_rossberg (~rossberg@66-118-151-70.static.sagonet.net) | |
| 09:04.12 | *** join/#brlcad mihaineacsu (c35a6e7d@gateway/web/freenode/ip.195.90.110.125) | |
| 09:27.45 | *** join/#brlcad merzo (~merzo@user-94-45-58-141.skif.com.ua) | |
| 09:49.01 | *** join/#brlcad FreezingCold (~FreezingC@135.0.41.14) | |
| 10:26.10 | *** join/#brlcad merzo (~merzo@user-94-45-58-141.skif.com.ua) | |
| 11:20.36 | *** join/#brlcad chick_ (~chick@41.205.22.41) | |
| 11:30.40 | *** join/#brlcad chick_ (~chick@41.205.22.41) | |
| 12:03.46 | *** join/#brlcad ofnlut_ (~ofnlut_@2601:a:6680:ee3:5440:e388:6b47:d319) | |
| 12:08.55 | andrei_ | ~seen brlcad |
| 12:08.59 | infobot | brlcad is currently on #bzflag #brlcad #stepcode #gsoc, last said: 'cya!'. |
| 13:07.40 | *** join/#brlcad merzo (~merzo@user-94-45-58-141.skif.com.ua) | |
| 13:38.06 | *** join/#brlcad mihaineacsu (~mihaineac@92.85.10.174) | |
| 13:46.56 | Notify | 03BRL-CAD:ejno * 64016 (brlcad/trunk/src/libgcv/CMakeLists.txt brlcad/trunk/src/libgcv/conv/stl/stl_read.c and 2 others): add initial vrml_write plugin |
| 13:47.49 | *** join/#brlcad ankesh11 (sid8015@gateway/web/irccloud.com/x-olgbttznprjilzrl) | |
| 14:11.24 | *** join/#brlcad mmu_man (~revol@vaf26-2-82-244-111-82.fbx.proxad.net) | |
| 14:22.49 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 14:29.26 | *** join/#brlcad ries (~ries@D979C47E.cm-3-2d.dynamic.ziggo.nl) | |
| 15:02.30 | Notify | 03BRL-CAD:starseeker * 64017 brlcad/trunk/src/librt/primitives/brep/brep_debug.cpp: Add support for plotting loops to the brep command. |
| 15:07.21 | *** join/#brlcad siddhanjay (0e8bbb42@gateway/web/freenode/ip.14.139.187.66) | |
| 15:10.58 | Notify | 03BRL-CAD:starseeker * 64018 brlcad/trunk/src/librt/test_shape_recognition.cpp: For debugging purposes, create breps for all shapes. |
| 15:20.30 | Notify | 03BRL-CAD:starseeker * 64019 brlcad/trunk/src/libbrep/shape_recognition.cpp: use the edge index, not the C iterative index, for edge lookup |
| 15:25.13 | Notify | 03BRL-CAD:starseeker * 64020 brlcad/trunk/src/librt/primitives/brep/brep_debug.cpp: Don't crash if we don't have trims. |
| 15:30.42 | *** join/#brlcad kintel (~kintel@unaffiliated/kintel) | |
| 15:39.15 | *** join/#brlcad chick_ (~chick@41.205.22.41) | |
| 15:48.38 | Notify | 03BRL-CAD:starseeker * 64021 brlcad/trunk/src/libbrep/shape_recognition.cpp: More work on brep assembly - still not quite there. |
| 16:24.05 | Notify | 03BRL-CAD:starseeker * 64022 brlcad/trunk/src/libbrep/shape_recognition.cpp: More fixes to subbrep copying. |
| 17:03.26 | *** join/#brlcad nmz787_i (~nmccorkx@134.134.139.70) | |
| 17:25.47 | *** join/#brlcad chick_ (~chick@41.205.22.41) | |
| 17:26.04 | Notify | 03BRL-CAD:bob1961 * 64023 (brlcad/trunk/src/tclscripts/rtwizard/lib/PictureTypeA.itcl brlcad/trunk/src/tclscripts/rtwizard/lib/PictureTypeB.itcl and 4 others): Fixes to get rtwizard working again on linux and windows ---- Added _log_file and _pid_filename to rtimage_dict before passing to cadwidgets::rtimage. Added arguments to kill_cmd for windows. |
| 17:43.06 | *** join/#brlcad teepee (~teepee@gateway/tor-sasl/teepee) | |
| 18:22.34 | Notify | 03BRL-CAD:carlmoore * 64024 brlcad/trunk/src/external/Unigraphics/ug-g.c: attempt to fix ug-g help problems |
| 18:25.52 | Notify | 03BRL-CAD:carlmoore * 64025 brlcad/trunk/doc/docbook/system/man1/en/ug-g.xml: ug-g man page: do not underscore period; do place comma between 2 people's names |
| 18:52.59 | *** join/#brlcad chick_ (~chick@41.205.22.41) | |
| 19:22.40 | *** join/#brlcad mmu_man (~revol@ip-214.net-89-2-246.rev.numericable.fr) | |
| 19:34.44 | *** join/#brlcad mihaineacsu (~mihaineac@92.85.10.174) | |
| 20:03.26 | *** join/#brlcad chick_ (~chick@41.205.22.41) | |
| 20:47.20 | *** join/#brlcad cox (~quassel@188.226.208.53) | |
| 21:01.26 | *** join/#brlcad nmz787_i (~nmccorkx@134.134.139.70) | |
| 21:11.49 | nmz787_i | if I want to chamber the edges of a box, should I union it with a cylinder? |
| 21:17.21 | nmz787_i | I am aiming to make my box look somewhat like the left side of this image http://www.soliddna.com/SEHelp/ST5/EN/graphics/nonLocalized/se/feature/chamfer/bj_chamferunequal1.gif |
| 21:17.30 | nmz787_i | minus the difference in height |
| 21:19.19 | nmz787_i | or like this part, except with the chamfer also on the bottom side http://www3.turbocadcommunity.com/show_image.php?name=ChamferEdges-20.png&galleryId=11 |
| 21:19.40 | *** join/#brlcad chick_ (~chick@41.205.22.41) | |
| 21:19.52 | *** join/#brlcad teepee (~teepee@gateway/tor-sasl/teepee) | |
| 21:20.03 | nmz787_i | I figure if I subtract the cylinder from the box, it would make a hole (is this what the hole command does anyway?) |
| 21:20.47 | nmz787_i | not sure though if a union would just leave me with just a box, since the cylinder would be inside the box's boundary |
| 22:38.10 | *** join/#brlcad mmu_man (~revol@vaf26-2-82-244-111-82.fbx.proxad.net) | |