Switch to DuckDuckGo Search
   October 24, 2011  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >

Toggle Join/Part | bottom
[00:18:44] *** ewdafa_ has joined #opensolaris
[00:20:19] *** ewdafa has quit IRC
[00:25:13] *** ewdafa_ has quit IRC
[00:25:33] *** ewdafa has joined #opensolaris
[00:36:55] *** ChanServ sets mode: +o Tpenta
[00:44:14] *** Tpenta has quit IRC
[00:47:43] *** synegy34 has quit IRC
[00:48:03] *** Martiini has quit IRC
[01:03:05] *** AxeZ has quit IRC
[01:05:14] *** Tpenta has joined #opensolaris
[01:05:38] *** ChanServ sets mode: +o Tpenta
[01:07:24] *** Silikon has quit IRC
[01:10:41] *** Martiini has joined #opensolaris
[01:14:30] *** echobinary has quit IRC
[01:14:36] *** echobinary has joined #opensolaris
[01:32:30] *** miine has quit IRC
[01:38:56] *** miine has joined #opensolaris
[01:43:26] *** ajkn has joined #opensolaris
[02:02:00] *** Mdx4 has quit IRC
[02:05:08] *** miine has quit IRC
[02:11:24] *** miine has joined #opensolaris
[02:27:07] *** Martiini has quit IRC
[02:38:57] *** kimc has quit IRC
[02:45:17] *** ewdafa has quit IRC
[03:06:46] *** ganbold has joined #opensolaris
[03:53:23] *** jpg has joined #opensolaris
[04:11:18] *** miine has quit IRC
[04:18:04] *** miine has joined #opensolaris
[04:47:19] *** Triskelios has quit IRC
[04:48:24] *** Triskelios has joined #opensolaris
[05:30:11] *** dajhorn has quit IRC
[06:18:21] *** system5 has quit IRC
[06:18:21] *** PlasticLawnDaemo has quit IRC
[06:18:21] *** kohju has quit IRC
[06:18:24] *** noxis_ has quit IRC
[06:18:28] *** noxis has joined #opensolaris
[06:18:44] *** Tpenta has quit IRC
[06:18:53] *** PlasticLawnDaemo has joined #opensolaris
[06:18:55] *** system5 has joined #opensolaris
[06:19:00] *** Tpenta has joined #opensolaris
[06:19:03] *** kohju has joined #opensolaris
[06:19:05] *** Tempt has quit IRC
[06:19:13] *** Tempt has joined #opensolaris
[06:19:14] *** ChanServ sets mode: +o Tempt
[06:38:38] *** hando has quit IRC
[06:51:25] *** snuff-home has quit IRC
[07:06:02] *** hando has joined #opensolaris
[07:10:57] *** datadigger has quit IRC
[07:11:19] *** datadigger has joined #opensolaris
[07:24:26] *** ChanServ sets mode: +o Tpenta
[07:29:24] *** rkhshm has joined #opensolaris
[07:29:50] <rkhshm> Does "(dbx) funcs" list out all the funcs exectued in the order they were executed?
[07:31:38] <Tpenta> doesnt that do a stack dump?
[07:33:15] <rkhshm> Tpenta: well it just says it lists all the funcs executed by the current program
[07:35:39] <Tpenta> ok funcs does not relate to anythign execute, it is visible functions that match the substring
[07:35:49] <Tpenta> as far as i can see in the help
[07:36:35] <rkhshm> yeah thats what is worrying me now..
[07:36:49] <rkhshm> and if i dont specify the regex then it will list everything executed by the program...
[07:37:13] <Tpenta> no
[07:37:17] <Tpenta> remove the word executed
[07:37:21] <Tpenta> everything that matches
[07:37:24] <Tpenta> executed OR NOT
[07:37:41] <rkhshm> no'
[07:37:45] <Tpenta> without any args it will list every func in the program
[07:37:50] <rkhshm> funcs # List all functions in the current program
[07:37:59] <rkhshm> dbx help says so
[07:38:16] <Tpenta> bingo, where does it say "executed" ?
[07:39:22] <rkhshm> Tpenta: well thats quite easy to find out.. execute funcs after you load a program and before you load a program in dbx.. you will see what I'm talking about
[07:39:43] <rkhshm> ah.. no no..
[07:39:48] <rkhshm> i got your point.
[07:40:07] <Tpenta> i just did it. it did what i expected :)
[07:40:21] <rkhshm> Tpenta: yeah it hit me now..
[07:40:29] <Tpenta> :)
[07:40:31] <rkhshm> I'm not familiar with dtrace in that case
[07:40:37] <rkhshm> to figure out the ustack()
[07:40:53] <Tpenta> if you want to track function usage, the pid provider in dtrace would probably be your best bet, short of compiling with profiling
[07:41:24] <rkhshm> dtrace -n 'pid$1:libnsl.so.1:svc_create:entry { ustack(); }' -c "/usr/sbin/share /testpool/nfs-test"
[07:41:32] <rkhshm> something like that
[07:41:43] *** kdavy_ has joined #opensolaris
[07:41:53] <Tpenta> if you want to be specific on what ou are watching, yes
[07:42:10] <Tpenta> actually i'd use pid$target in that line
[07:42:20] <Tpenta> $1 won't have anything in it
[07:42:33] <Tpenta> $target will have the pid of what you run with the -c
[07:43:08] <rkhshm> ok thanks .. let me try that out.
[07:43:09] *** kdavy has quit IRC
[07:43:42] *** Gman has quit IRC
[07:57:10] *** hajma has quit IRC
[08:04:41] *** saiju has joined #opensolaris
[08:18:28] *** saiju has quit IRC
[08:27:57] *** niq has joined #opensolaris
[08:30:06] *** mavhc has quit IRC
[08:30:27] *** mavhc has joined #opensolaris
[08:31:26] *** mavhc has quit IRC
[08:32:42] *** mavhc has joined #opensolaris
[08:37:10] *** fisted has quit IRC
[08:39:45] *** saiju has joined #opensolaris
[08:44:28] *** fisted has joined #opensolaris
[08:46:56] *** dubf has joined #opensolaris
[09:01:33] *** comay has joined #opensolaris
[09:20:27] *** kdavy_ has quit IRC
[09:20:48] *** ewdafa has joined #opensolaris
[09:42:50] *** kdavy has joined #opensolaris
[09:56:11] *** WormDrink has joined #opensolaris
[09:56:28] *** keremet has joined #opensolaris
[10:03:49] *** tsoome has quit IRC
[10:34:20] *** tsoome has joined #opensolaris
[11:06:09] *** Dagobert has joined #opensolaris
[11:07:24] *** hajma_ has joined #opensolaris
[11:08:21] *** sponix has quit IRC
[11:14:36] *** sponix has joined #opensolaris
[11:21:37] *** Thrae has quit IRC
[11:28:05] *** Thrae has joined #opensolaris
[11:35:03] *** sphenxes has quit IRC
[11:38:24] *** Martiini has joined #opensolaris
[11:38:46] *** sphenxes has joined #opensolaris
[11:39:20] *** sphenxes has quit IRC
[11:47:08] *** GdeLeo has joined #opensolaris
[11:51:33] *** GdeLeo has quit IRC
[11:54:49] *** GdeLeo has joined #opensolaris
[12:08:57] *** sphenxes has joined #opensolaris
[12:10:36] *** echobinary has quit IRC
[12:28:09] *** jamesd2 has joined #opensolaris
[12:28:25] *** snuff-home has joined #opensolaris
[12:29:17] *** jamesd_laptop has quit IRC
[12:29:18] *** jamesd has quit IRC
[12:43:05] *** jamesd has joined #opensolaris
[13:00:46] *** jpg_ has joined #opensolaris
[13:01:07] *** jpg has quit IRC
[13:02:41] *** held has quit IRC
[13:25:28] *** matteoni has joined #opensolaris
[13:30:17] *** held has joined #opensolaris
[13:32:13] *** miine has quit IRC
[13:50:22] *** Lumb has quit IRC
[13:54:18] *** miine has joined #opensolaris
[14:05:14] *** Martiini has quit IRC
[14:06:30] *** miine has quit IRC
[14:16:13] *** miine has joined #opensolaris
[14:28:40] *** miine has quit IRC
[14:38:16] *** miine has joined #opensolaris
[15:08:30] *** keremet has left #opensolaris
[15:15:42] *** Triskelios has quit IRC
[15:16:34] *** WormDrink has quit IRC
[15:40:54] *** dubf has quit IRC
[15:48:35] *** synegy34 has joined #opensolaris
[15:53:25] *** saiju has quit IRC
[15:55:08] *** comay has joined #opensolaris
[15:55:22] *** ChanServ sets mode: +o comay
[15:56:08] *** tsoome has quit IRC
[16:07:12] *** darrenb` has quit IRC
[16:17:22] *** darrenb has joined #opensolaris
[16:30:52] *** APTX has quit IRC
[16:31:03] *** APTX has joined #opensolaris
[16:34:52] *** APTX has quit IRC
[16:37:13] *** APTX has joined #opensolaris
[16:40:06] *** devians has left #opensolaris
[16:44:43] *** yippi has joined #opensolaris
[16:45:27] *** system5 has quit IRC
[16:48:51] *** system5 has joined #opensolaris
[16:49:46] *** nachox has joined #opensolaris
[16:49:47] *** nachox has joined #opensolaris
[16:52:01] *** tsoome has joined #opensolaris
[17:13:42] *** elgar has joined #opensolaris
[17:15:32] *** pizdec has joined #opensolaris
[17:16:13] *** wdp has joined #opensolaris
[17:17:46] *** yippi has quit IRC
[17:24:53] *** Berny_ has quit IRC
[17:25:12] *** Berny__ has joined #opensolaris
[17:32:18] *** yippi has joined #opensolaris
[18:07:48] *** yippi has quit IRC
[18:15:03] *** yippi has joined #opensolaris
[18:21:47] *** echobinary has joined #opensolaris
[18:34:39] <CIA-56> SFE jurikm: SFEt1lib.spec: initial spec
[18:50:28] *** fOB has joined #opensolaris
[18:52:28] *** hajma_ has quit IRC
[18:52:29] *** radu_ has joined #opensolaris
[18:56:08] *** hando has quit IRC
[19:00:47] *** stux|RC has joined #opensolaris
[19:03:44] *** ganbold has quit IRC
[19:03:52] *** stux|RC-only has quit IRC
[19:16:33] *** Dagobert has quit IRC
[19:21:31] *** rcorreia has quit IRC
[19:24:28] *** rcorreia has joined #opensolaris
[19:24:50] *** niq has quit IRC
[19:28:05] *** thistle_ has joined #opensolaris
[19:47:03] *** Dagobert has joined #opensolaris
[19:52:20] *** yippi has quit IRC
[19:52:46] *** GdeLeo has quit IRC
[19:53:50] *** yippi has joined #opensolaris
[19:54:18] *** yippi has quit IRC
[19:54:42] *** GdeLeo has joined #opensolaris
[19:57:35] *** Mdx4 has joined #opensolaris
[19:58:29] *** yippi has joined #opensolaris
[20:02:49] *** held has quit IRC
[20:18:44] *** dijenerate has quit IRC
[20:22:06] *** sar_ has joined #opensolaris
[20:22:17] <sar_> is this thing on
[20:22:17] *** smiley_ has quit IRC
[20:24:05] *** houst0n has joined #opensolaris
[20:24:18] *** sar_ has quit IRC
[20:24:30] *** Martiini has joined #opensolaris
[20:25:42] *** GdeLeo has left #opensolaris
[20:25:54] <houst0n> Hey, any fishworks people around?
[20:29:58] *** yippi has quit IRC
[20:30:44] *** houst0n has quit IRC
[20:32:23] *** kdavy has quit IRC
[20:32:47] *** kdavy has joined #opensolaris
[20:35:46] *** dijenerate has joined #opensolaris
[20:36:15] *** heldchen has joined #opensolaris
[20:38:53] *** jpg_ has quit IRC
[20:49:53] *** jfisc has joined #opensolaris
[20:53:33] *** Triskelios has joined #opensolaris
[20:54:54] *** sphenxes01 has joined #opensolaris
[20:58:27] *** sphenxes02 has joined #opensolaris
[20:58:50] *** sphenxes has quit IRC
[20:59:37] *** matteoni has quit IRC
[21:00:07] *** sphenxes01 has quit IRC
[21:02:12] *** fisted_ has joined #opensolaris
[21:03:42] *** fisted has quit IRC
[21:11:34] *** fOB has quit IRC
[21:13:24] <CIA-56> SFE viskov: SFEmpg123.spec: bump to 1.13.4; fix executable; use xarch=sse; add IPS_package_name
[21:15:15] *** fOB has joined #opensolaris
[21:32:17] *** Trisk[netbook] has joined #opensolaris
[21:32:18] *** ChanServ sets mode: +o Trisk[netbook]
[21:34:06] <tomww> all fishworks staff swimming in the other pool
[21:35:20] *** yippi has joined #opensolaris
[21:36:54] <alanc> formerly fishy folks are probably at illumos hackathon today
[21:37:29] <nachox> is there anyone left at oracle from the team?
[21:37:33] <richlowe> currently fishy folks haven't, iirc, even been #opensolaris people, even when there was an opensolaris to people.
[21:39:15] <CIA-56> SFE yippi: 2011-10-24 Brian Cameron <brian.cameron at oracle dot com> * SFEcaribou.spec: Improve packaging.
[21:39:30] *** timsf has joined #opensolaris
[21:41:35] <alanc> there are some old-timers still in the Oracle Fishworks team, just not ones who irc or blog a lot
[21:44:11] <richlowe> Yeah, the # in #opensolaris was meant to be significant, it didn't come out that way reading it back
[21:44:29] <richlowe> especially if meem is still there, it'd be outright unfair without the "#" mattering.
[21:47:35] <alanc> I understood that part
[21:48:02] <alanc> and yes, we still have meem
[21:52:50] *** jelmd has joined #opensolaris
[22:00:16] *** comay has quit IRC
[22:02:28] <CIA-56> SFE viskov: SFEffmpeg-sse2-only.spec: remove dependency on SFEfaad2; downgrade cpu to pentiumpro ffmpeg.spec: remove --extra-ldflags=-mimpure-text libx264.spec: update to new tarball, disabling obsolete patch; add "0.<minor>.0." to version number; link CLI to system libx264 SFElibx264-no-mp4.spec: delete redundant spec SFEmplayer2.spec: add missing dependency; disable libmad (not needed on FPU CPUs)
[22:04:54] *** comay has joined #opensolaris
[22:10:57] *** Centauri has joined #opensolaris
[22:11:43] <richlowe> alanc: good stuff
[22:11:59] <alanc> ?
[22:13:38] <richlowe> just happy that meem's still there, and presumably fishy
[22:14:02] <richlowe> you guys still have a lot of sucking to get through before I'd consider that stuff to be worse/less-tolerable than ntap or emc's stuff.
[22:14:31] *** houst0n has joined #opensolaris
[22:15:02] *** Mdx4 has quit IRC
[22:15:24] * houst0n dribbles
[22:18:34] *** benr has joined #opensolaris
[22:18:34] *** ChanServ sets mode: +o benr
[22:21:56] <CIA-56> SFE viskov: base.inc: %define opt_arch64 0, since arch64 has %define opt_arch64 1
[22:22:06] *** Martiini has quit IRC
[22:38:43] <CIA-56> SFE viskov: SFEmpd.spec: use mpg123 instead of libmad for mp3s, since libmad is for integer-only CPUs
[22:43:35] <CIA-56> SFE viskov: SFErtmpdump.spec: move to encumbered/ SFExulrunner.spec import spec from BeleniX SourceForge repo into experimental/
[22:55:11] *** houst0n has quit IRC
[22:55:49] *** fOB has quit IRC
[23:06:59] *** hajma has joined #opensolaris
[23:16:55] *** ChanServ sets mode: +o jamesd
[23:18:10] <CIA-56> illumos Dan McDonald <danmcd at nexenta dot com>: 1631 kernel panic in tcp_input_data Reviewed by: Garrett D'Amore <gdamore at nexenta dot com> Reviewed by: Richard Lowe <richlowe at richlowe dot net> Approved by: Richard Lowe <richlowe at richlowe dot net>
[23:18:25] *** nachox has quit IRC
[23:18:27] *** elgar has quit IRC
[23:27:21] *** benr has quit IRC
[23:57:36] *** muppetdaemon has joined #opensolaris
top

   October 24, 2011  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | >